Searched refs:xdp_status (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_main.c | 1445 int xdp_status = 0; in tsnep_rx_poll() local 1516 &xdp_status, tx_nq, tx); in tsnep_rx_poll() 1531 if (xdp_status) in tsnep_rx_poll() 1532 tsnep_finalize_xdp(rx->adapter, xdp_status, tx_nq, tx); in tsnep_rx_poll() 1548 int xdp_status = 0; in tsnep_rx_poll_zc() local 1616 &xdp_status, tx_nq, tx); in tsnep_rx_poll_zc() 1640 if (xdp_status) in tsnep_rx_poll_zc() 1641 tsnep_finalize_xdp(rx->adapter, xdp_status, tx_nq, tx); in tsnep_rx_poll_zc()
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_common.c | 957 int xdp_status = 0; in emac_rx_packet_zc() local 1008 xdp_status |= ret; in emac_rx_packet_zc() 1019 if (xdp_status & ICSSG_XDP_REDIR) in emac_rx_packet_zc()
|