Searched refs:do_gro (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 1559 * do_gro - perform Generic Receive Offload ingress packet processing 1567 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro() function 1633 do_gro(rxq, gl, pkt); in t4vf_ethrx_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 1556 * do_gro - perform Generic Receive Offload ingress packet processing 1564 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro() function 1630 do_gro(rxq, gl, pkt); in t4vf_ethrx_handler()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 3201 static inline bool do_gro(struct be_rx_compl_info *rxcp) in do_gro() function 3239 if (do_gro(rxcp)) in be_process_rx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 3437 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro() function 3702 do_gro(rxq, si, pkt, tnl_hdr_len); in t4_ethrx_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 3443 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro() function 3727 do_gro(rxq, si, pkt, tnl_hdr_len); in t4_ethrx_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 3201 static inline bool do_gro(struct be_rx_compl_info *rxcp) in do_gro() function 3239 if (do_gro(rxcp)) in be_process_rx()
|
Completed in 34 milliseconds