Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c347 static void cxgbit_lro_flush(struct t4_lro_mgr *lro_mgr, struct sk_buff *skb) in cxgbit_lro_flush() argument
354 __skb_unlink(skb, &lro_mgr->lroq); in cxgbit_lro_flush()
359 lro_mgr->lro_pkts++; in cxgbit_lro_flush()
360 lro_mgr->lro_session_cnt--; in cxgbit_lro_flush()
363 static void cxgbit_uld_lro_flush(struct t4_lro_mgr *lro_mgr) in cxgbit_uld_lro_flush() argument
367 while ((skb = skb_peek(&lro_mgr->lroq))) in cxgbit_uld_lro_flush()
368 cxgbit_lro_flush(lro_mgr, skb); in cxgbit_uld_lro_flush()
373 const struct pkt_gl *gl, struct t4_lro_mgr *lro_mgr, in cxgbit_lro_receive()
388 if (lro_mgr->lro_session_cnt >= MAX_LRO_SESSIONS) { in cxgbit_lro_receive()
389 cxgbit_uld_lro_flush(lro_mgr); in cxgbit_lro_receive()
372 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) cxgbit_lro_receive() argument
427 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) cxgbit_uld_lro_rx_handler() argument
[all...]
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c354 static void cxgbit_lro_flush(struct t4_lro_mgr *lro_mgr, struct sk_buff *skb) in cxgbit_lro_flush() argument
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()
370 static void cxgbit_uld_lro_flush(struct t4_lro_mgr *lro_mgr) in cxgbit_uld_lro_flush() argument
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()
380 const struct pkt_gl *gl, struct t4_lro_mgr *lro_mgr, in cxgbit_lro_receive()
395 if (lro_mgr->lro_session_cnt >= MAX_LRO_SESSIONS) { in cxgbit_lro_receive()
396 cxgbit_uld_lro_flush(lro_mgr); in cxgbit_lro_receive()
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) cxgbit_lro_receive() 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) cxgbit_uld_lro_rx_handler() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c62 adap->uld[q->uld].lro_flush(&q->lro_mgr); in uldrx_flush_handler()
88 rsp, gl, &q->lro_mgr, in uldrx_handler()
H A Dcxgb4_uld.h488 struct t4_lro_mgr *lro_mgr,
H A Dcxgb4.h800 struct t4_lro_mgr lro_mgr; member
H A Dsge.c4461 memset(&iq->lro_mgr, 0, sizeof(struct t4_lro_mgr)); in t4_sge_alloc_rxq()
4462 skb_queue_head_init(&iq->lro_mgr.lroq); in t4_sge_alloc_rxq()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c62 adap->uld[q->uld].lro_flush(&q->lro_mgr); in uldrx_flush_handler()
88 rsp, gl, &q->lro_mgr, in uldrx_handler()
H A Dcxgb4_uld.h488 struct t4_lro_mgr *lro_mgr,
H A Dcxgb4.h798 struct t4_lro_mgr lro_mgr; member
H A Dsge.c4486 memset(&iq->lro_mgr, 0, sizeof(struct t4_lro_mgr)); in t4_sge_alloc_rxq()
4487 skb_queue_head_init(&iq->lro_mgr.lroq); in t4_sge_alloc_rxq()

Completed in 29 milliseconds