Searched refs:af_xdp_zc_qps (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_xsk.c | 65 for_each_set_bit(q, vsi->af_xdp_zc_qps, vsi->alloc_queue_pairs) { in i40e_realloc_rx_bi_zc() 104 set_bit(qid, vsi->af_xdp_zc_qps); in i40e_xsk_pool_enable() 157 clear_bit(qid, vsi->af_xdp_zc_qps); in i40e_xsk_pool_disable()
|
| H A D | i40e.h | 936 unsigned long *af_xdp_zc_qps; /* tracks AF_XDP ZC enabled qps */ member
|
| H A D | i40e_main.c | 3429 if (!xdp_on || !test_bit(qid, ring->vsi->af_xdp_zc_qps)) in i40e_xsk_pool() 11569 vsi->af_xdp_zc_qps = bitmap_zalloc(pf->num_lan_qps, GFP_KERNEL); in i40e_vsi_mem_alloc() 11570 if (!vsi->af_xdp_zc_qps) in i40e_vsi_mem_alloc() 11592 bitmap_free(vsi->af_xdp_zc_qps); in i40e_vsi_mem_alloc() 11673 bitmap_free(vsi->af_xdp_zc_qps); in i40e_vsi_clear()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac.h | 382 unsigned long *af_xdp_zc_qps; member
|
| H A D | stmmac_main.c | 276 test_bit(queue, priv->af_xdp_zc_qps)) { in __stmmac_disable_all_queues() 325 test_bit(queue, priv->af_xdp_zc_qps)) { in stmmac_enable_all_queues() 1865 if (!stmmac_xdp_is_enabled(priv) || !test_bit(queue, priv->af_xdp_zc_qps)) in stmmac_get_xsk_pool() 2304 test_bit(queue, priv->af_xdp_zc_qps)) in __alloc_dma_rx_desc_resources() 7858 priv->af_xdp_zc_qps = bitmap_zalloc(MTL_MAX_TX_QUEUES, GFP_KERNEL); in __stmmac_dvr_probe() 7859 if (!priv->af_xdp_zc_qps) in __stmmac_dvr_probe() 8092 bitmap_free(priv->af_xdp_zc_qps); in __stmmac_dvr_probe() 8158 bitmap_free(priv->af_xdp_zc_qps); in stmmac_dvr_remove()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe.h | 704 unsigned long *af_xdp_zc_qps; /* tracks AF_XDP ZC enabled rings */ member
|
| H A D | ixgbe_main.c | 6924 adapter->af_xdp_zc_qps = bitmap_zalloc(IXGBE_MAX_XDP_QS, GFP_KERNEL); in ixgbe_sw_init() 6925 if (!adapter->af_xdp_zc_qps) in ixgbe_sw_init() 12031 bitmap_free(adapter->af_xdp_zc_qps); in ixgbe_probe() 12132 bitmap_free(adapter->af_xdp_zc_qps); in ixgbe_remove()
|