Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c1488 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()
1632 user->num_req_tx_qs = le16_to_cpu(vport_msg->num_tx_q); in idpf_vport_calc_total_qs()
1636 user->num_req_tx_qs, in idpf_vport_calc_total_qs()
1641 vport_msg->num_tx_q = cpu_to_le16(user->num_req_tx_qs + num_xdpsq); in idpf_vport_calc_total_qs()
H A Didpf_ethtool.c529 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()
H A Didpf.h484 u16 num_req_tx_qs; member