Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2013 static u32 i40e_get_max_num_descriptors(struct i40e_pf *pf) in i40e_get_max_num_descriptors() function
2034 ring->rx_max_pending = i40e_get_max_num_descriptors(pf); in i40e_get_ringparam()
2035 ring->tx_max_pending = i40e_get_max_num_descriptors(pf); in i40e_get_ringparam()
2073 max_num_descriptors = i40e_get_max_num_descriptors(pf); in i40e_set_ringparam()