Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2015 static u32 i40e_get_max_num_descriptors(struct i40e_pf *pf) in i40e_get_max_num_descriptors() function
2036 ring->rx_max_pending = i40e_get_max_num_descriptors(pf); in i40e_get_ringparam()
2037 ring->tx_max_pending = i40e_get_max_num_descriptors(pf); in i40e_get_ringparam()
2075 max_num_descriptors = i40e_get_max_num_descriptors(pf); in i40e_set_ringparam()