Home
last modified time | relevance | path

Searched refs:lroq (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_main.c356 __skb_unlink(skb, &lro_mgr->lroq); in cxgbit_lro_flush()
369 while ((skb = skb_peek(&lro_mgr->lroq))) in cxgbit_uld_lro_flush()
401 __skb_queue_tail(&lro_mgr->lroq, skb); in cxgbit_lro_receive()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h651 struct sk_buff_head lroq; /* list of aggregated sessions */ member
Dsge.c3489 skb_queue_head_init(&iq->lro_mgr.lroq); in t4_sge_alloc_rxq()