Searched refs:new_xdp (Results 1 – 2 of 2) sorted by relevance
14 bool old_xdp, new_xdp; in lan966x_xdp_setup() local25 new_xdp = lan966x_xdp_present(lan966x); in lan966x_xdp_setup()27 if (old_xdp == new_xdp) in lan966x_xdp_setup()
1771 struct xdp_buff *new_xdp; in fec_enet_update_cbd_zc() local1774 new_xdp = xsk_buff_alloc(rxq->xsk_pool); in fec_enet_update_cbd_zc()1775 if (unlikely(!new_xdp)) in fec_enet_update_cbd_zc()1778 rxq->rx_buf[index].xdp = new_xdp; in fec_enet_update_cbd_zc()1779 phys_addr = xsk_buff_xdp_get_dma(new_xdp); in fec_enet_update_cbd_zc()