Searched refs:i40e_get_max_num_descriptors (Results 1 – 1 of 1) sorted by relevance
2013 static u32 i40e_get_max_num_descriptors(struct i40e_pf *pf) in i40e_get_max_num_descriptors() function2034 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()