Home
last modified time | relevance | path

Searched refs:num_req_tx_qs (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf_ethtool.c194 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()
Didpf_txrx.c1147 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() local
1234 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()
Didpf.h387 u16 num_req_tx_qs; member