Searched refs:max_rx_desc_lim (Results 1 – 1 of 1) sorted by relevance
2163 uint16_t max_rx_desc_lim = UINT16_MAX; in bond_ethdev_info() local2199 if (slave_info.rx_desc_lim.nb_max < max_rx_desc_lim) in bond_ethdev_info()2200 max_rx_desc_lim = slave_info.rx_desc_lim.nb_max; in bond_ethdev_info()2215 dev_info->rx_desc_lim.nb_max = max_rx_desc_lim; in bond_ethdev_info()