Searched refs:num_req_tx_qs (Results 1 – 3 of 3) sorted by relevance
194 num_txq = vport_config->user_config.num_req_tx_qs; in idpf_get_channels()244 num_txq = vport_config->user_config.num_req_tx_qs; in idpf_set_channels()271 vport_config->user_config.num_req_tx_qs = num_req_tx_q; in idpf_set_channels()277 vport_config->user_config.num_req_tx_qs = num_txq; in idpf_set_channels()
1147 if (!config_data->num_req_tx_qs && !config_data->num_req_rx_qs) { in idpf_vport_init_num_qs()1148 config_data->num_req_tx_qs = le16_to_cpu(vport_msg->num_tx_q); in idpf_vport_init_num_qs()1227 u16 num_req_tx_qs = 0, num_req_rx_qs = 0; in idpf_vport_calc_total_qs() local1234 num_req_tx_qs = vport_config->user_config.num_req_tx_qs; in idpf_vport_calc_total_qs()1252 num_txq_grps = num_req_tx_qs ? num_req_tx_qs : dflt_splitq_txq_grps; in idpf_vport_calc_total_qs()1259 num_qs = num_txq_grps * (num_req_tx_qs ? num_req_tx_qs : in idpf_vport_calc_total_qs()
387 u16 num_req_tx_qs; member