Searched refs:lro_mgr (Results 1 – 5 of 5) sorted by relevance
/drivers/target/iscsi/cxgbit/ |
D | cxgbit_main.c | 320 static void cxgbit_lro_flush(struct t4_lro_mgr *lro_mgr, struct sk_buff *skb) in cxgbit_lro_flush() argument 327 __skb_unlink(skb, &lro_mgr->lroq); in cxgbit_lro_flush() 332 lro_mgr->lro_pkts++; in cxgbit_lro_flush() 333 lro_mgr->lro_session_cnt--; in cxgbit_lro_flush() 336 static void cxgbit_uld_lro_flush(struct t4_lro_mgr *lro_mgr) in cxgbit_uld_lro_flush() argument 340 while ((skb = skb_peek(&lro_mgr->lroq))) in cxgbit_uld_lro_flush() 341 cxgbit_lro_flush(lro_mgr, skb); in cxgbit_uld_lro_flush() 346 const struct pkt_gl *gl, struct t4_lro_mgr *lro_mgr, in cxgbit_lro_receive() argument 361 if (lro_mgr->lro_session_cnt >= MAX_LRO_SESSIONS) { in cxgbit_lro_receive() 362 cxgbit_uld_lro_flush(lro_mgr); in cxgbit_lro_receive() [all …]
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 328 struct t4_lro_mgr *lro_mgr,
|
D | cxgb4_uld.c | 91 adap->uld[q->uld].lro_flush(&q->lro_mgr); in uldrx_flush_handler() 117 rsp, gl, &q->lro_mgr, in uldrx_handler()
|
D | cxgb4.h | 583 struct t4_lro_mgr lro_mgr; member
|
D | sge.c | 2657 memset(&iq->lro_mgr, 0, sizeof(struct t4_lro_mgr)); in t4_sge_alloc_rxq() 2658 skb_queue_head_init(&iq->lro_mgr.lroq); in t4_sge_alloc_rxq()
|