Searched refs:lro_mgr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/target/iscsi/cxgbit/ |
| A D | cxgbit_main.c | 361 __skb_unlink(skb, &lro_mgr->lroq); in cxgbit_lro_flush() 366 lro_mgr->lro_pkts++; in cxgbit_lro_flush() 367 lro_mgr->lro_session_cnt--; in cxgbit_lro_flush() 374 while ((skb = skb_peek(&lro_mgr->lroq))) in cxgbit_uld_lro_flush() 375 cxgbit_lro_flush(lro_mgr, skb); in cxgbit_uld_lro_flush() 396 cxgbit_uld_lro_flush(lro_mgr); in cxgbit_lro_receive() 406 __skb_queue_tail(&lro_mgr->lroq, skb); in cxgbit_lro_receive() 407 lro_mgr->lro_session_cnt++; in cxgbit_lro_receive() 416 cxgbit_lro_flush(lro_mgr, skb); in cxgbit_lro_receive() 425 lro_mgr->lro_merged++; in cxgbit_lro_receive() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_uld.c | 62 adap->uld[q->uld].lro_flush(&q->lro_mgr); in uldrx_flush_handler() 88 rsp, gl, &q->lro_mgr, in uldrx_handler()
|
| A D | cxgb4_uld.h | 488 struct t4_lro_mgr *lro_mgr,
|
| A D | cxgb4.h | 798 struct t4_lro_mgr lro_mgr; member
|
| A D | sge.c | 4484 memset(&iq->lro_mgr, 0, sizeof(struct t4_lro_mgr)); in t4_sge_alloc_rxq() 4485 skb_queue_head_init(&iq->lro_mgr.lroq); in t4_sge_alloc_rxq()
|
Completed in 36 milliseconds