Searched defs:lro_mgr (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/net/ipv4/ |
D | inet_lro.c | 48 #define LRO_INC_STATS(lro_mgr, attr) { lro_mgr->stats.attr++; } argument 270 static struct net_lro_desc *lro_get_desc(struct net_lro_mgr *lro_mgr, in lro_get_desc() 301 static void lro_flush(struct net_lro_mgr *lro_mgr, in lro_flush() 318 static int __lro_proc_skb(struct net_lro_mgr *lro_mgr, struct sk_buff *skb, in __lro_proc_skb() 376 static struct sk_buff *lro_gen_skb(struct net_lro_mgr *lro_mgr, in lro_gen_skb() 418 static struct sk_buff *__lro_proc_segment(struct net_lro_mgr *lro_mgr, in __lro_proc_segment() 497 void lro_receive_skb(struct net_lro_mgr *lro_mgr, in lro_receive_skb() 510 void lro_receive_frags(struct net_lro_mgr *lro_mgr, in lro_receive_frags() 527 void lro_flush_all(struct net_lro_mgr *lro_mgr) in lro_flush_all() 539 void lro_flush_pkt(struct net_lro_mgr *lro_mgr, in lro_flush_pkt()
|
/linux-3.3/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.h | 88 struct net_lro_mgr lro_mgr; member
|
/linux-3.3/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 168 struct net_lro_mgr lro_mgr; member 2411 struct net_lro_mgr *lro_mgr; in myri10ge_open() local
|
/linux-3.3/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 364 struct net_lro_mgr lro_mgr; member
|
/linux-3.3/drivers/infiniband/hw/nes/ |
D | nes_hw.h | 1273 struct net_lro_mgr lro_mgr; member
|