Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1568 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro() function
1631 do_gro(rxq, gl, pkt); in t4vf_ethrx_handler()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1845 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro() function
1918 do_gro(rxq, si, pkt); in t4_ethrx_handler()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c2848 static inline bool do_gro(struct be_rx_compl_info *rxcp) in do_gro() function
2887 if (do_gro(rxcp) && polling != BUSY_POLLING) in be_process_rx()