/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_mqprio.c | 14 u32 speed, qcount = 0, qoffset = 0; in cxgb4_mqprio_validate() local 49 qcount += mqprio->qopt.count[i]; in cxgb4_mqprio_validate() 81 if (qoffset >= adap->tids.neotids || qcount > adap->tids.neotids) in cxgb4_mqprio_validate() 431 u32 qoffset, qcount, tot_qcount, qid, hwqid; in cxgb4_mqprio_enable_offload() local 446 qcount = mqprio->qopt.count[i]; in cxgb4_mqprio_enable_offload() 447 for (j = 0; j < qcount; j++) { in cxgb4_mqprio_enable_offload() 486 qcount = mqprio->qopt.count[i]; in cxgb4_mqprio_enable_offload() 487 if (qcount) { in cxgb4_mqprio_enable_offload() 490 qcount = pi->nqsets; in cxgb4_mqprio_enable_offload() 494 ret = netdev_set_tc_queue(dev, i, qcount, qoffset); in cxgb4_mqprio_enable_offload() [all …]
|
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_vf.c | 543 int err, qcount; in otx2vf_probe() local 565 qcount = num_online_cpus(); in otx2vf_probe() 566 netdev = alloc_etherdev_mqs(sizeof(*vf), qcount, qcount); in otx2vf_probe() 583 hw->rx_queues = qcount; in otx2vf_probe() 584 hw->tx_queues = qcount; in otx2vf_probe() 585 hw->max_queues = qcount; in otx2vf_probe() 635 err = otx2_set_real_num_queues(netdev, qcount, qcount); in otx2vf_probe()
|
D | otx2_pf.c | 2578 int err, qcount; in otx2_probe() local 2602 qcount = min_t(int, num_online_cpus(), OTX2_MAX_CQ_CNT); in otx2_probe() 2604 netdev = alloc_etherdev_mqs(sizeof(*pf), qcount, qcount); in otx2_probe() 2621 hw->rx_queues = qcount; in otx2_probe() 2622 hw->tx_queues = qcount; in otx2_probe() 2623 hw->max_queues = qcount; in otx2_probe()
|
/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_lib.c | 198 u16 qoffset, qcount; in ice_vsi_cfg_dcb_rings() local 219 qcount = vsi->tc_cfg.tc_info[n].qcount_tx; in ice_vsi_cfg_dcb_rings() 220 for (i = qoffset; i < (qoffset + qcount); i++) { in ice_vsi_cfg_dcb_rings()
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 1916 u16 qcount = 0, max_qcount, qmap, sections = 0; in i40e_vsi_setup_queue_map_mqprio() local 1941 qcount = vsi->mqprio_qopt.qopt.count[i]; in i40e_vsi_setup_queue_map_mqprio() 1942 if (qcount > max_qcount) in i40e_vsi_setup_queue_map_mqprio() 1943 max_qcount = qcount; in i40e_vsi_setup_queue_map_mqprio() 1945 vsi->tc_config.tc_info[i].qcount = qcount; in i40e_vsi_setup_queue_map_mqprio() 1953 vsi->tc_config.tc_info[i].qcount = 1; in i40e_vsi_setup_queue_map_mqprio() 1959 vsi->num_queue_pairs = offset + qcount; in i40e_vsi_setup_queue_map_mqprio() 2010 u16 qcount; in i40e_vsi_setup_queue_map() local 2079 qcount = min_t(int, pf->alloc_rss_size, in i40e_vsi_setup_queue_map() 2088 qcount = num_tc_qps; in i40e_vsi_setup_queue_map() [all …]
|
D | i40e_txrx.c | 3645 u16 qcount; in i40e_lan_select_queue() local 3663 qcount = vsi->tc_config.tc_info[tclass].qcount; in i40e_lan_select_queue() 3664 hash = i40e_swdcb_skb_tx_hash(netdev, skb, qcount); in i40e_lan_select_queue()
|
D | i40e.h | 307 u16 qcount; /* Total Queues */ member
|
D | i40e_debugfs.c | 474 vsi->tc_config.tc_info[i].qcount, in i40e_dbg_dump_vsi_seid()
|
/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 383 int tail, qcount; in nicvf_refill_rbdr() local 400 qcount = nicvf_queue_reg_read(nic, NIC_QSET_RBDR_0_1_STATUS0, rbdr_idx); in nicvf_refill_rbdr() 401 qcount &= 0x7FFFF; in nicvf_refill_rbdr() 403 if (qcount >= (qs->rbdr_len - 1)) in nicvf_refill_rbdr() 406 refill_rb_cnt = qs->rbdr_len - qcount - 1; in nicvf_refill_rbdr()
|
D | nicvf_main.c | 2107 int err, qcount; in nicvf_probe() local 2138 qcount = netif_get_num_default_rss_queues(); in nicvf_probe() 2143 qcount = min_t(int, num_online_cpus(), in nicvf_probe() 2147 netdev = alloc_etherdev_mqs(sizeof(struct nicvf), qcount, qcount); in nicvf_probe() 2161 nic->max_queues = qcount; in nicvf_probe()
|
/drivers/infiniband/hw/bnxt_re/ |
D | qplib_res.h | 234 u8 qcount[MAX_TQM_ALLOC_REQ]; member
|
D | qplib_res.c | 408 if (!tqmctx->qcount[i]) in bnxt_qplib_alloc_tqm_rings() 410 hwq_attr.depth = ctx->qpc_count * tqmctx->qcount[i]; in bnxt_qplib_alloc_tqm_rings()
|
D | main.c | 173 rdev->qplib_ctx.tqm_ctx.qcount[i] = in bnxt_re_limit_pf_res()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 2449 int vf_idx, sb_idx, vfq_idx, qcount, first_vf; in bnx2x_enable_sriov() local 2493 qcount = 0; in bnx2x_enable_sriov() 2498 vf->vfqs = &bp->vfdb->vfqs[qcount]; in bnx2x_enable_sriov() 2499 qcount += vf_sb_count(vf); in bnx2x_enable_sriov()
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | sdio.c | 538 static int qcount[NUMPRIO]; variable 2843 if (pktq_plen(&bus->txq, prec) > qcount[prec]) in brcmf_sdio_bus_txdata() 2844 qcount[prec] = pktq_plen(&bus->txq, prec); in brcmf_sdio_bus_txdata()
|
/drivers/net/ethernet/intel/iavf/ |
D | iavf_main.c | 3005 u16 qcount = mqprio_qopt->qopt.count[i]; in __iavf_setup_tc() local 3009 netdev_set_tc_queue(netdev, netdev_tc++, qcount, in __iavf_setup_tc()
|