Searched refs:xdp_count (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_ethtool.c | 1829 int xdp_count; in mlx4_en_set_channels() local 1841 xdp_count = priv->tx_ring_num[TX_XDP] ? channel->rx_count : 0; in mlx4_en_set_channels() 1842 total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count; in mlx4_en_set_channels() 1854 new_prof.tx_ring_num[TX_XDP] = xdp_count; in mlx4_en_set_channels()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 1622 int xdp_count = 0, qt_count, err; in fbnic_alloc_napi_vector() local 1629 xdp_count = 1; in fbnic_alloc_napi_vector() 1704 if (xdp_count > 0) { in fbnic_alloc_napi_vector() 1709 xdp_count--; in fbnic_alloc_napi_vector()
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf_main.c | 2771 * @xdp_count: total number of XDP rings to allocate in ixgbevf_alloc_q_vector() 2780 int xdp_count, int xdp_idx, in ixgbevf_alloc_q_vector() 2788 ring_count = txr_count + xdp_count + rxr_count; in ixgbevf_alloc_q_vector() 2835 while (xdp_count) { in ixgbevf_alloc_q_vector() 2856 xdp_count--; in ixgbevf_alloc_q_vector() 2757 ixgbevf_alloc_q_vector(struct ixgbevf_adapter * adapter,int v_idx,int txr_count,int txr_idx,int xdp_count,int xdp_idx,int rxr_count,int rxr_idx) ixgbevf_alloc_q_vector() argument
|