| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 88 int start_qidx = qset * pfvf->hw.rx_queues; in otx2_get_qset_strings() 91 for (qidx = 0; qidx < pfvf->hw.rx_queues; qidx++) in otx2_get_qset_strings() 145 for (qidx = 0; qidx < pfvf->hw.rx_queues; qidx++) { in otx2_get_qset_stats() 251 (pfvf->hw.rx_queues + otx2_get_total_tx_queues(pfvf)); in otx2_get_sset_count() 269 channel->rx_count = pfvf->hw.rx_queues; in otx2_get_channels() 284 if (bitmap_weight(&pfvf->rq_bmap, pfvf->hw.rx_queues) > 1) { in otx2_set_channels() 301 pfvf->hw.rx_queues = channel->rx_count; in otx2_set_channels() 310 pfvf->hw.tx_queues, pfvf->hw.rx_queues); in otx2_set_channels() 577 return pfvf->hw.rx_queues; in otx2_get_rx_ring_count() 824 queues = pfvf->hw.rx_queues; in otx2_create_rxfh() [all …]
|
| H A D | otx2_xsk.c | 121 u16 rx_queues = pf->hw.rx_queues; in otx2_xsk_pool_enable() local 125 if (qidx >= rx_queues || qidx >= tx_queues) in otx2_xsk_pool_enable() 178 if (queue_id >= pf->hw.rx_queues || queue_id >= pf->hw.tx_queues) in otx2_xsk_wakeup()
|
| H A D | otx2_pf.c | 1317 int tx_queues, int rx_queues) in otx2_cgx_config_loopback() 1328 err = netif_set_real_num_rx_queues(netdev, rx_queues); in otx2_set_real_num_queues() 1331 "Failed to set no of Rx queues: %d\n", rx_queues); in otx2_set_real_num_queues() 1624 hw->rqpool_cnt = hw->rx_queues; in otx2_init_hw_resources() 1931 pf->hw.cint_cnt = max3(pf->hw.rx_queues, pf->hw.tx_queues, in otx2_alloc_queue_mem() 1934 pf->qset.cq_cnt = pf->hw.rx_queues + otx2_get_total_tx_queues(pf); in otx2_alloc_queue_mem() 1954 qset->rq = kzalloc_objs(struct otx2_rcv_queue, pf->hw.rx_queues); in otx2_alloc_queue_mem() 1994 (qidx < pf->hw.rx_queues) ? qidx : CINT_INVALID_CQ; in otx2_open() 1996 qidx + pf->hw.rx_queues : CINT_INVALID_CQ; in otx2_open() 1999 (qidx + pf->hw.rx_queues in otx2_open() 1320 otx2_set_real_num_queues(struct net_device * netdev,int tx_queues,int rx_queues) otx2_set_real_num_queues() argument [all...] |
| H A D | otx2_common.c | 407 pfvf->hw.rx_queues); in otx2_rss_init() 936 aq->sq.cq = pfvf->hw.rx_queues + qidx; in otx2_sq_aq_init() 1061 non_xdp_queues = pfvf->hw.rx_queues + pfvf->hw.tx_queues; in otx2_cq_init() 1062 if (qidx < pfvf->hw.rx_queues) { in otx2_cq_init() 1082 cq->cint_idx = qidx - pfvf->hw.rx_queues; in otx2_cq_init() 1110 (pfvf->hw.rqpool_cnt != pfvf->hw.rx_queues)) ? 0 : qidx; in otx2_cq_init() 1128 if (qidx < pfvf->hw.rx_queues) { in otx2_cq_init() 1178 for (qidx = 0; qidx < pfvf->hw.rx_queues; qidx++) { in otx2_config_nix_queues() 1233 nixlf->rq_cnt = pfvf->hw.rx_queues; in otx2_config_nix() 1636 for (rq = 0; rq < hw->rx_queues; rq++) { in otx2_rq_aura_pool_init()
|
| H A D | rep.c | 516 (qidx < hw->rx_queues) ? qidx : CINT_INVALID_CQ; in rvu_rep_napi_init() 518 qidx + hw->rx_queues : in rvu_rep_napi_init() 758 priv->hw.rx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()
|
| H A D | qos_sq.c | 304 cq = &qset->cq[pfvf->hw.rx_queues + sq_idx]; in otx2_qos_disable_sq()
|
| H A D | otx2_txrx.c | 474 qidx = cq->cq_idx - pfvf->hw.rx_queues; in otx2_tx_napi_handler() 525 qidx = cq->cq_idx - pfvf->hw.rx_queues; in otx2_tx_napi_handler() 1329 qidx = cq->cq_idx - pfvf->hw.rx_queues; in otx2_cleanup_tx_cqes()
|
| H A D | cn20k.c | 678 aq->sq.cq = pfvf->hw.rx_queues + qidx; in cn20k_sq_aq_init()
|
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_main.c | 395 nic->rx_queues); in nicvf_rss_init() 406 int rx_queues = 0, tx_queues = 0; in nicvf_request_sqs() local 425 if (nic->rx_queues > MAX_RCV_QUEUES_PER_QS) in nicvf_request_sqs() 426 rx_queues = nic->rx_queues - MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs() 440 if (rx_queues > MAX_RCV_QUEUES_PER_QS) { in nicvf_request_sqs() 442 rx_queues -= MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs() 444 nic->snicvf[sqs]->qs->rq_cnt = rx_queues; in nicvf_request_sqs() 445 rx_queues = 0; in nicvf_request_sqs() 466 nic->tx_queues, nic->rx_queues); in nicvf_request_sqs() 492 nicvf_set_real_num_queues(struct net_device * netdev,int tx_queues,int rx_queues) nicvf_set_real_num_queues() argument [all...] |
| H A D | nic.h | 307 u8 rx_queues; member 628 int tx_queues, int rx_queues);
|
| H A D | nicvf_queues.c | 1056 nic->rx_queues = qs->rq_cnt; in nicvf_set_qset_resources()
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_stats.c | 265 u64 total = 0, tx_queues = MAX_Q(lif), rx_queues = MAX_Q(lif); in ionic_sw_stats_get_rx_strings() 271 rx_queues += 1; in ionic_sw_stats_get_rx_strings() 277 total += rx_queues * IONIC_NUM_RX_STATS; in ionic_sw_stats_get_strings() 237 u64 total = 0, tx_queues = MAX_Q(lif), rx_queues = MAX_Q(lif); ionic_sw_stats_get_count() local
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmgenet.c | 47 (TOTAL_DESC - priv->hw_params->rx_queues * priv->hw_params->rx_bds_per_q) 697 q = priv->hw_params->rx_queues + 1; in bcmgenet_hfb_create_rxnfc_filter() 848 for (i = 0; i <= priv->hw_params->rx_queues; i++) { in bcmgenet_get_coalesce() 926 for (i = 0; i <= priv->hw_params->rx_queues; i++) 1506 if (cmd->fs.ring_cookie > priv->hw_params->rx_queues && in bcmgenet_insert_flow() 1643 return priv->hw_params->rx_queues ?: 1; in bcmgenet_get_rxnfc() 2525 for (q = 0; q <= priv->hw_params->rx_queues; q++) { in bcmgenet_free_rx_buffers() 2897 mask = (1 << (priv->hw_params->rx_queues + 1)) - 1; in bcmgenet_init_tx_queues() 2968 for (i = 0; i <= priv->hw_params->rx_queues; ++i) { 2980 for (i = 0; i <= priv->hw_params->rx_queues; in bcmgenet_init_rx_queues() [all...] |
| H A D | bcmgenet.h | 517 u8 rx_queues; 516 u8 rx_queues; global() member
|
| /linux/drivers/net/ethernet/intel/ice/virt/ |
| H A D | queues.c | 173 if ((!vqs->rx_queues && !vqs->tx_queues) || in ice_vc_validate_vqs_bitmaps() 174 vqs->rx_queues >= BIT(ICE_MAX_RSS_QS_PER_VF) || in ice_vc_validate_vqs_bitmaps() 268 q_map = vqs->rx_queues; in ice_vc_ena_qs_msg() 408 q_map = vqs->rx_queues; in ice_vc_dis_qs_msg()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_main.c | 2229 u8 tx_queues, u8 rx_queues) in qlcnic_set_real_num_queues() argument 2243 if (rx_queues) { in qlcnic_set_real_num_queues() 2244 err = netif_set_real_num_rx_queues(netdev, rx_queues); in qlcnic_set_real_num_queues() 2247 rx_queues); in qlcnic_set_real_num_queues()
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 3632 adapter->fallback.rx_queues = adapter->req_rx_queues; in wait_for_reset() 3655 adapter->desired.rx_queues = adapter->fallback.rx_queues; in wait_for_reset() 3836 adapter->desired.rx_queues = channels->rx_count; in ibmvnic_set_channels() 4589 if (adapter->desired.rx_queues) in send_request_cap() 4591 adapter->desired.rx_queues; in send_request_cap()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.c | 2599 if ((!vqs->rx_queues && !vqs->tx_queues) || in i40e_vc_validate_vqs_bitmaps() 2600 vqs->rx_queues >= BIT(I40E_MAX_VF_QUEUES) || in i40e_vc_validate_vqs_bitmaps() 2646 if (i40e_ctrl_vf_rx_rings(pf->vsi[vf->lan_vsi_idx], vqs->rx_queues, in i40e_vc_enable_queues_msg() 2708 if (i40e_ctrl_vf_rx_rings(pf->vsi[vf->lan_vsi_idx], vqs->rx_queues, in i40e_vc_disable_queues_msg()
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_virtchnl.c | 452 vqs.rx_queues = vqs.tx_queues; in iavf_enable_queues() 477 vqs.rx_queues = vqs.tx_queues; in iavf_disable_queues()
|