Searched refs:xdp_idx (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_lib.c | 835 int xdp_count, int xdp_idx, in ixgbe_alloc_q_vector() argument 948 ring->queue_index = xdp_idx; in ixgbe_alloc_q_vector() 953 WRITE_ONCE(adapter->xdp_ring[xdp_idx], ring); in ixgbe_alloc_q_vector() 957 xdp_idx++; in ixgbe_alloc_q_vector() 1057 int rxr_idx = 0, txr_idx = 0, xdp_idx = 0, v_idx = 0; in ixgbe_alloc_q_vectors() local 1085 xqpv, xdp_idx, in ixgbe_alloc_q_vectors() 1097 xdp_idx += xqpv; in ixgbe_alloc_q_vectors()
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf_main.c | 2756 int xdp_count, int xdp_idx, in ixgbevf_alloc_q_vector() argument 2760 int reg_idx = txr_idx + xdp_idx; in ixgbevf_alloc_q_vector() 2824 ring->queue_index = xdp_idx; in ixgbevf_alloc_q_vector() 2829 adapter->xdp_ring[xdp_idx] = ring; in ixgbevf_alloc_q_vector() 2833 xdp_idx++; in ixgbevf_alloc_q_vector() 2916 int rxr_idx = 0, txr_idx = 0, xdp_idx = 0, v_idx = 0; in ixgbevf_alloc_q_vectors() local 2941 xqpv, xdp_idx, in ixgbevf_alloc_q_vectors() 2953 xdp_idx += xqpv; in ixgbevf_alloc_q_vectors()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 1705 unsigned int xdp_idx = FBNIC_MAX_TXQS + rxq_idx; in fbnic_alloc_napi_vector() local 1707 fbnic_ring_init(&qt->sub1, db, xdp_idx, flags); in fbnic_alloc_napi_vector() 1708 fbn->tx[xdp_idx] = &qt->sub1; in fbnic_alloc_napi_vector()
|