Home
last modified time | relevance | path

Searched refs:t_idx (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c370 i40evf_map_vector_to_txq(struct i40evf_adapter *adapter, int v_idx, int t_idx) in i40evf_map_vector_to_txq() argument
373 struct i40e_ring *tx_ring = adapter->tx_rings[t_idx]; in i40evf_map_vector_to_txq()
383 q_vector->ring_mask |= BIT(t_idx); in i40evf_map_vector_to_txq()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1307 int t_idx) in map_vector_to_txq() argument
1311 a->tx_ring[t_idx]->next = q_vector->tx.ring; in map_vector_to_txq()
1312 q_vector->tx.ring = a->tx_ring[t_idx]; in map_vector_to_txq()