Home
last modified time | relevance | path

Searched refs:i40e_get_max_num_descriptors (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h1425 static inline u32 i40e_get_max_num_descriptors(const struct i40e_pf *pf) in i40e_get_max_num_descriptors() function
H A Di40e_ethtool.c2025 ring->rx_max_pending = i40e_get_max_num_descriptors(pf); in i40e_get_ringparam()
2026 ring->tx_max_pending = i40e_get_max_num_descriptors(pf); in i40e_get_ringparam()
2064 max_num_descriptors = i40e_get_max_num_descriptors(pf); in i40e_set_ringparam()
H A Di40e_virtchnl_pf.c659 info->ring_len > i40e_get_max_num_descriptors(pf)) { in i40e_config_vsi_tx_queue()
729 info->ring_len > i40e_get_max_num_descriptors(pf)) { in i40e_config_vsi_rx_queue()