Searched refs:lro_mgr (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c354 static void cxgbit_lro_flush(struct t4_lro_mgr *lro_mgr, struct sk_buff *skb) argument
361 __skb_unlink(skb, &lro_mgr->lroq);
366 lro_mgr->lro_pkts++;
367 lro_mgr->lro_session_cnt--;
370 static void cxgbit_uld_lro_flush(struct t4_lro_mgr *lro_mgr) argument
374 while ((skb = skb_peek(&lro_mgr->lroq)))
375 cxgbit_lro_flush(lro_mgr, skb);
380 const struct pkt_gl *gl, struct t4_lro_mgr *lro_mgr,
395 if (lro_mgr->lro_session_cnt >= MAX_LRO_SESSIONS) {
396 cxgbit_uld_lro_flush(lro_mgr);
379 cxgbit_lro_receive(struct cxgbit_sock *csk, u8 op, const __be64 *rsp, const struct pkt_gl *gl, struct t4_lro_mgr *lro_mgr, struct napi_struct *napi) argument
434 cxgbit_uld_lro_rx_handler(void *hndl, const __be64 *rsp, const struct pkt_gl *gl, struct t4_lro_mgr *lro_mgr, struct napi_struct *napi) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h488 struct t4_lro_mgr *lro_mgr,
H A Dcxgb4_uld.c62 adap->uld[q->uld].lro_flush(&q->lro_mgr);
88 rsp, gl, &q->lro_mgr,
H A Dcxgb4.h798 struct t4_lro_mgr lro_mgr; member in struct:sge_rspq
H A Dsge.c4472 memset(&iq->lro_mgr, 0, sizeof(struct t4_lro_mgr));
4473 skb_queue_head_init(&iq->lro_mgr.lroq);

Completed in 149 milliseconds