Searched refs:max_tx_qs (Results 1 – 2 of 2) sorted by relevance
4097 vft_res->max_tx_qs = res.max_tx_qs / (num_vfs + 1); in be_calculate_vf_res() 4366 res->max_tx_qs = 1; in BEx_get_resources() 4376 /* Some old versions of BE3 FW don't report max_tx_qs value */ in BEx_get_resources() 4377 res->max_tx_qs = super_nic_res.max_tx_qs ? : BE3_MAX_TX_QS; in BEx_get_resources() 4379 res->max_tx_qs = BE3_MAX_TX_QS; in BEx_get_resources()
4333 res->max_tx_qs = le16_to_cpu(desc->txq_count); in be_copy_nic_desc() 4663 desc.nic_vft.txq_count = cpu_to_le16(vft_res->max_tx_qs); in be_cmd_set_sriov_config()