/linux/drivers/mmc/host/ |
H A D | mmc_hsq.c | 59 if (!hsq->qcnt || !hsq->enabled) { in mmc_hsq_pump_requests() 68 hsq->qcnt--; in mmc_hsq_pump_requests() 118 remains = hsq->qcnt; in mmc_hsq_post_request() 200 remains = hsq->qcnt; in mmc_hsq_recovery_finish() 245 hsq->qcnt++; in mmc_hsq_request() 266 is_idle = (!hsq->mrq && !hsq->qcnt) || in mmc_hsq_queue_is_idle()
|
H A D | cqhci-core.c | 656 cq_host->qcnt += 1; in cqhci_request() 720 if (!cq_host->qcnt) { in cqhci_error_irq() 809 cq_host->qcnt -= 1; in cqhci_finish_mrq() 861 if (cq_host->waiting_for_idle && !cq_host->qcnt) { in cqhci_irq() 885 is_idle = !cq_host->qcnt || cq_host->recovery_halt; in cqhci_is_idle() 923 mmc_hostname(mmc), tag, cq_host->qcnt); in cqhci_timeout() 1039 cq_host->qcnt -= 1; in cqhci_recover_mrq() 1108 WARN_ON(cq_host->qcnt); in cqhci_recovery_finish() 1111 cq_host->qcnt = 0; in cqhci_recovery_finish()
|
H A D | mmc_hsq.h | 33 int qcnt; member
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_sta_mgt.c | 304 phwxmit->accnt -= pstaxmitpriv->vo_q.qcnt; in rtw_free_stainfo() 305 pstaxmitpriv->vo_q.qcnt = 0; in rtw_free_stainfo() 313 phwxmit->accnt -= pstaxmitpriv->vi_q.qcnt; in rtw_free_stainfo() 314 pstaxmitpriv->vi_q.qcnt = 0; in rtw_free_stainfo() 322 phwxmit->accnt -= pstaxmitpriv->be_q.qcnt; in rtw_free_stainfo() 323 pstaxmitpriv->be_q.qcnt = 0; in rtw_free_stainfo() 331 phwxmit->accnt -= pstaxmitpriv->bk_q.qcnt; in rtw_free_stainfo() 332 pstaxmitpriv->bk_q.qcnt = 0; in rtw_free_stainfo()
|
/linux/drivers/scsi/ |
H A D | atp870u.h | 12 #define qcnt 32 macro 44 struct scsi_cmnd *quereq[2][qcnt];
|
H A D | atp870u.c | 660 if (dev->quend[c] >= qcnt) { in atp870u_queuecommand_lck() 669 dev->quend[c] = qcnt; in atp870u_queuecommand_lck() 749 if (dev->quhd[c] >= qcnt) in DEF_SCSI_QCMD() 1282 for (k = 0; k < qcnt; k++) { in atp870u_init_tables() 1740 .can_queue = qcnt /* can_queue */,
|
/linux/tools/testing/selftests/drivers/net/hw/ |
H A D | rss_ctx.py | 110 qcnt = len(_get_rx_cnts(cfg)) 111 if qcnt < 3: 148 ksft_eq(qcnt - 1, max(data['rss-indirection-table'])) 190 qcnt = len(_get_rx_cnts(cfg)) 294 qcnt = channels['combined-count'] 431 qcnt = len(_get_rx_cnts(cfg)) 432 if qcnt < 2 + 2 * ctx_cnt: 518 qcnt = len(_get_rx_cnts(cfg)) 519 if qcnt < 2 + 2 * ctx_cnt:
|
/linux/drivers/ptp/ |
H A D | ptp_sysfs.c | 80 size_t qcnt; in extts_fifo_show() local 93 qcnt = queue_cnt(queue); in extts_fifo_show() 94 if (qcnt) { in extts_fifo_show() 101 if (!qcnt) in extts_fifo_show()
|
H A D | ptp_chardev.c | 540 size_t qcnt, i; in ptp_read() local 577 qcnt = queue_cnt(queue); in ptp_read() 579 if (cnt > qcnt) in ptp_read() 580 cnt = qcnt; in ptp_read()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.c | 587 static MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS(qcnt) in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS() argument 600 static MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS(qcnt) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS() argument 611 static MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS(qcnt) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS() argument 617 MLX5E_READ_CTR32_CPU(&priv->stats.qcnt, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS() 621 data, MLX5E_READ_CTR32_CPU(&priv->stats.qcnt, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS() 625 static MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS(qcnt) in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() argument 627 struct mlx5e_qcounter_stats *qcnt = &priv->stats.qcnt; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() local 646 qcnt->rx_out_of_buffer = rx_out_of_buffer; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 653 qcnt->rx_if_down_packets = MLX5_GET(query_q_counter_out, in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() 2542 MLX5E_DEFINE_STATS_GRP(qcnt, MLX5E_NDO_UPDATE_STATS); [all …]
|
H A D | en_stats.h | 498 struct mlx5e_qcounter_stats qcnt; member 521 extern MLX5E_DECLARE_STATS_GRP(qcnt);
|
H A D | en_rep.c | 1386 &MLX5E_STATS_GRP(qcnt),
|
H A D | en_main.c | 3948 stats->rx_missed_errors = priv->stats.qcnt.rx_out_of_buffer; in mlx5e_get_stats()
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_xmit.h | 293 int qcnt; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 465 &MLX5E_STATS_GRP(qcnt),
|
/linux/Documentation/filesystems/ |
H A D | gfs2-glocks.rst | 229 queue Number of glock requests queued (qcnt in glstats file)
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 7913 static int i40e_setup_macvlans(struct i40e_vsi *vsi, u16 macvlan_cnt, u16 qcnt, in i40e_setup_macvlans() argument 7927 num_qps = vsi->num_queue_pairs - (macvlan_cnt * qcnt); in i40e_setup_macvlans() 7950 vsi->rss_size = max_t(u16, num_qps, qcnt); in i40e_setup_macvlans() 7988 ch->num_queue_pairs = qcnt; in i40e_setup_macvlans()
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 9911 static void tg3_rss_init_dflt_indir_tbl(struct tg3 *tp, u32 qcnt) in tg3_rss_init_dflt_indir_tbl() argument 9916 tp->rss_ind_tbl[i] = ethtool_rxfh_indir_default(i, qcnt); in tg3_rss_init_dflt_indir_tbl()
|