Home
last modified time | relevance | path

Searched refs:I40E_LOW_LATENCY (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.h296 I40E_LOW_LATENCY = 1, enumerator
Di40e_txrx.c350 new_latency_range = I40E_LOW_LATENCY; in i40e_set_new_dynamic_itr()
352 case I40E_LOW_LATENCY: in i40e_set_new_dynamic_itr()
362 new_latency_range = I40E_LOW_LATENCY; in i40e_set_new_dynamic_itr()
383 case I40E_LOW_LATENCY: in i40e_set_new_dynamic_itr()
Di40evf_main.c359 q_vector->rx.latency_range = I40E_LOW_LATENCY; in i40evf_map_vector_to_rxq()
380 q_vector->tx.latency_range = I40E_LOW_LATENCY; in i40evf_map_vector_to_txq()
/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h299 I40E_LOW_LATENCY = 1, enumerator
Di40e_txrx.c866 new_latency_range = I40E_LOW_LATENCY; in i40e_set_new_dynamic_itr()
868 case I40E_LOW_LATENCY: in i40e_set_new_dynamic_itr()
878 new_latency_range = I40E_LOW_LATENCY; in i40e_set_new_dynamic_itr()
899 case I40E_LOW_LATENCY: in i40e_set_new_dynamic_itr()
Di40e_main.c3135 q_vector->rx.latency_range = I40E_LOW_LATENCY; in i40e_vsi_configure_msix()
3139 q_vector->tx.latency_range = I40E_LOW_LATENCY; in i40e_vsi_configure_msix()
3231 q_vector->rx.latency_range = I40E_LOW_LATENCY; in i40e_configure_msi_and_legacy()
3234 q_vector->tx.latency_range = I40E_LOW_LATENCY; in i40e_configure_msi_and_legacy()
7717 q_vector->rx.latency_range = I40E_LOW_LATENCY; in i40e_vsi_alloc_q_vector()
7718 q_vector->tx.latency_range = I40E_LOW_LATENCY; in i40e_vsi_alloc_q_vector()