Searched refs:af_xdp_zc_qps (Results 1 – 6 of 6) sorted by relevance
17 if (!xdp_on || !test_bit(qid, adapter->af_xdp_zc_qps)) in ixgbe_xsk_pool()48 set_bit(qid, adapter->af_xdp_zc_qps); in ixgbe_xsk_pool_enable()77 clear_bit(qid, adapter->af_xdp_zc_qps); in ixgbe_xsk_pool_disable()
632 unsigned long *af_xdp_zc_qps; /* tracks AF_XDP ZC enabled rings */ member
6328 adapter->af_xdp_zc_qps = bitmap_zalloc(MAX_XDP_QUEUES, GFP_KERNEL); in ixgbe_sw_init()6329 if (!adapter->af_xdp_zc_qps) in ixgbe_sw_init()11072 bitmap_free(adapter->af_xdp_zc_qps); in ixgbe_probe()11161 bitmap_free(adapter->af_xdp_zc_qps); in ixgbe_remove()
62 set_bit(qid, vsi->af_xdp_zc_qps); in i40e_xsk_pool_enable()111 clear_bit(qid, vsi->af_xdp_zc_qps); in i40e_xsk_pool_disable()
846 unsigned long *af_xdp_zc_qps; /* tracks AF_XDP ZC enabled qps */ member
3141 if (!xdp_on || !test_bit(qid, ring->vsi->af_xdp_zc_qps)) in i40e_xsk_pool()10650 vsi->af_xdp_zc_qps = bitmap_zalloc(pf->num_lan_qps, GFP_KERNEL); in i40e_vsi_mem_alloc()10651 if (!vsi->af_xdp_zc_qps) in i40e_vsi_mem_alloc()10673 bitmap_free(vsi->af_xdp_zc_qps); in i40e_vsi_mem_alloc()10754 bitmap_free(vsi->af_xdp_zc_qps); in i40e_vsi_clear()