Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c367 i40evf_map_vector_to_txq(struct i40evf_adapter *adapter, int v_idx, int t_idx) in i40evf_map_vector_to_txq() argument
370 struct i40e_ring *tx_ring = adapter->tx_rings[t_idx]; in i40evf_map_vector_to_txq()
379 q_vector->ring_mask |= (1 << t_idx); in i40evf_map_vector_to_txq()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1306 int t_idx) in map_vector_to_txq() argument
1310 a->tx_ring[t_idx]->next = q_vector->tx.ring; in map_vector_to_txq()
1311 q_vector->tx.ring = a->tx_ring[t_idx]; in map_vector_to_txq()