rx_queues          55 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	(TOTAL_DESC - priv->hw_params->rx_queues * priv->hw_params->rx_bds_per_q)
rx_queues         615 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	for (i = 0; i < priv->hw_params->rx_queues; i++) {
rx_queues         700 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	for (i = 0; i < priv->hw_params->rx_queues; i++)
rx_queues        2351 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	for (i = 0; i < priv->hw_params->rx_queues; ++i) {
rx_queues        2367 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	for (i = 0; i < priv->hw_params->rx_queues; ++i) {
rx_queues        2383 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	for (i = 0; i < priv->hw_params->rx_queues; ++i) {
rx_queues        2417 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	for (i = 0; i < priv->hw_params->rx_queues; i++) {
rx_queues        2432 drivers/net/ethernet/broadcom/genet/bcmgenet.c 				    priv->hw_params->rx_queues *
rx_queues        2503 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	for (i = 0; i < priv->hw_params->rx_queues; i++)
rx_queues        2648 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	for (index = 0; index < priv->hw_params->rx_queues; index++) {
rx_queues        3190 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	for (q = 0; q < priv->hw_params->rx_queues; q++) {
rx_queues        3234 drivers/net/ethernet/broadcom/genet/bcmgenet.c 		.rx_queues = 0,
rx_queues        3248 drivers/net/ethernet/broadcom/genet/bcmgenet.c 		.rx_queues = 0,
rx_queues        3265 drivers/net/ethernet/broadcom/genet/bcmgenet.c 		.rx_queues = 0,
rx_queues        3284 drivers/net/ethernet/broadcom/genet/bcmgenet.c 		.rx_queues = 0,
rx_queues        3303 drivers/net/ethernet/broadcom/genet/bcmgenet.c 		.rx_queues = 0,
rx_queues        3418 drivers/net/ethernet/broadcom/genet/bcmgenet.c 		params->rx_queues, params->rx_bds_per_q,
rx_queues        3571 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	netif_set_real_num_rx_queues(priv->dev, priv->hw_params->rx_queues + 1);
rx_queues        3574 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	for (i = 0; i < priv->hw_params->rx_queues; i++)
rx_queues         532 drivers/net/ethernet/broadcom/genet/bcmgenet.h 	u8		rx_queues;
rx_queues         307 drivers/net/ethernet/cavium/thunder/nic.h 	u8			rx_queues;
rx_queues         628 drivers/net/ethernet/cavium/thunder/nic.h 			      int tx_queues, int rx_queues);
rx_queues         547 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 		info->data = nic->rx_queues;
rx_queues         713 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	channel->rx_count = nic->rx_queues;
rx_queues         744 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	nic->rx_queues = channel->rx_count;
rx_queues         752 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	cqcount = max(nic->rx_queues, txq_count);
rx_queues         761 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	nic->qs->rq_cnt = min_t(u8, nic->rx_queues, MAX_RCV_QUEUES_PER_QS);
rx_queues         765 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	err = nicvf_set_real_num_queues(dev, nic->tx_queues, nic->rx_queues);
rx_queues         773 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 		    nic->tx_queues, nic->rx_queues);
rx_queues         397 drivers/net/ethernet/cavium/thunder/nicvf_main.c 							       nic->rx_queues);
rx_queues         408 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	int rx_queues = 0, tx_queues = 0;
rx_queues         427 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	if (nic->rx_queues > MAX_RCV_QUEUES_PER_QS)
rx_queues         428 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		rx_queues = nic->rx_queues - MAX_RCV_QUEUES_PER_QS;
rx_queues         442 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		if (rx_queues > MAX_RCV_QUEUES_PER_QS) {
rx_queues         444 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			rx_queues -= MAX_RCV_QUEUES_PER_QS;
rx_queues         446 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			nic->snicvf[sqs]->qs->rq_cnt = rx_queues;
rx_queues         447 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			rx_queues = 0;
rx_queues         468 drivers/net/ethernet/cavium/thunder/nicvf_main.c 					  nic->tx_queues, nic->rx_queues);
rx_queues         494 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			      int tx_queues, int rx_queues)
rx_queues         505 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	err = netif_set_real_num_rx_queues(netdev, rx_queues);
rx_queues         508 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			   "Failed to set no of Rx queues: %d\n", rx_queues);
rx_queues        1815 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		nic->xdp_tx_queues = nic->rx_queues;
rx_queues        1821 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	cq_count = max(nic->rx_queues, txq_count);
rx_queues        1830 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	nic->qs->rq_cnt = min_t(u8, nic->rx_queues, MAX_RCV_QUEUES_PER_QS);
rx_queues        1835 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	nicvf_set_real_num_queues(nic->netdev, nic->tx_queues, nic->rx_queues);
rx_queues        1862 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	if ((nic->rx_queues + nic->tx_queues) > nic->max_queues) {
rx_queues        1879 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		nic->xdp_prog = bpf_prog_add(nic->xdp_prog, nic->rx_queues - 1);
rx_queues        2227 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	err = nicvf_set_real_num_queues(netdev, nic->tx_queues, nic->rx_queues);
rx_queues        1056 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 	nic->rx_queues = qs->rq_cnt;
rx_queues         682 drivers/net/ethernet/freescale/gianfar.c 			u32 tx_queues, rx_queues;
rx_queues         691 drivers/net/ethernet/freescale/gianfar.c 						   &rx_queues);
rx_queues         692 drivers/net/ethernet/freescale/gianfar.c 			num_rx_qs = ret ? 1 : rx_queues;
rx_queues        2315 drivers/net/ethernet/ibm/ibmvnic.c 	adapter->fallback.rx_queues = adapter->req_rx_queues;
rx_queues        2331 drivers/net/ethernet/ibm/ibmvnic.c 		adapter->desired.rx_queues = adapter->fallback.rx_queues;
rx_queues        2514 drivers/net/ethernet/ibm/ibmvnic.c 	adapter->desired.rx_queues = channels->rx_count;
rx_queues        3224 drivers/net/ethernet/ibm/ibmvnic.c 		if (adapter->desired.rx_queues)
rx_queues        3226 drivers/net/ethernet/ibm/ibmvnic.c 					adapter->desired.rx_queues;
rx_queues         959 drivers/net/ethernet/ibm/ibmvnic.h 	u64 rx_queues;
rx_queues        2333 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 	if ((!vqs->rx_queues && !vqs->tx_queues) ||
rx_queues        2334 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 	    vqs->rx_queues >= BIT(I40E_MAX_VF_QUEUES) ||
rx_queues        2372 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 	if (i40e_ctrl_vf_rx_rings(pf->vsi[vf->lan_vsi_idx], vqs->rx_queues,
rx_queues        2439 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 	if (i40e_ctrl_vf_rx_rings(pf->vsi[vf->lan_vsi_idx], vqs->rx_queues,
rx_queues         312 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c 	vqs.rx_queues = vqs.tx_queues;
rx_queues         337 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c 	vqs.rx_queues = vqs.tx_queues;
rx_queues        1933 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	if (!vqs->rx_queues && !vqs->tx_queues) {
rx_queues        1938 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	if (vqs->rx_queues > ICE_MAX_BASE_QS_PER_VF ||
rx_queues        1954 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	q_map = vqs->rx_queues;
rx_queues        2032 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	if (!vqs->rx_queues && !vqs->tx_queues) {
rx_queues        2037 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	if (vqs->rx_queues > ICE_MAX_BASE_QS_PER_VF ||
rx_queues        2082 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	if (vqs->rx_queues) {
rx_queues        2083 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 		q_map = vqs->rx_queues;
rx_queues        2260 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 				      u8 tx_queues, u8 rx_queues)
rx_queues        2274 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	if (rx_queues) {
rx_queues        2275 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 		err = netif_set_real_num_rx_queues(netdev, rx_queues);
rx_queues        2278 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 				   rx_queues);
rx_queues         426 drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c 			    u32 rx_queues, u32 tx_queues)
rx_queues         635 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c 			 u32 rx_queues, u32 tx_queues)
rx_queues         665 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c 	for (queue = 0; queue < rx_queues; queue++) {
rx_queues         333 drivers/net/ethernet/stmicro/stmmac/hwif.h 		      u32 rx_queues, u32 tx_queues);
rx_queues         388 include/linux/avf/virtchnl.h 	u32 rx_queues;