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