Searched refs:num_req_tx_qs (Results 1 – 3 of 3) sorted by relevance
1488 if (!config_data->num_req_tx_qs && !config_data->num_req_rx_qs) { in idpf_vport_init_num_qs() 1489 config_data->num_req_tx_qs = le16_to_cpu(vport_msg->num_tx_q); in idpf_vport_init_num_qs() 1500 rsrc->xdp_txq_offset = config_data->num_req_tx_qs; in idpf_vport_init_num_qs() 1581 u16 num_req_tx_qs = 0, num_req_rx_qs = 0; in idpf_vport_calc_total_qs() local 1589 num_req_tx_qs = vport_config->user_config.num_req_tx_qs; in idpf_vport_calc_total_qs() 1601 num_txq_grps = num_req_tx_qs ? num_req_tx_qs : dflt_splitq_txq_grps; in idpf_vport_calc_total_qs() 1608 num_qs = num_txq_grps * (num_req_tx_qs ? num_req_tx_qs in idpf_vport_calc_total_qs() [all...]
529 num_txq = vport_config->user_config.num_req_tx_qs; in idpf_get_channels()579 num_txq = vport_config->user_config.num_req_tx_qs; in idpf_set_channels()606 vport_config->user_config.num_req_tx_qs = num_req_tx_q; in idpf_set_channels()612 vport_config->user_config.num_req_tx_qs = num_txq; in idpf_set_channels()
484 u16 num_req_tx_qs; member