Home
last modified time | relevance | path

Searched defs:nq (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.4/drivers/block/
Dnull_blk_main.c545 static void put_tag(struct nullb_queue *nq, unsigned int tag) in put_tag()
553 static unsigned int get_tag(struct nullb_queue *nq) in get_tag()
573 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
594 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd()
1288 struct nullb_queue *nq = nullb_to_queue(nullb); in null_queue_bio() local
1327 struct nullb_queue *nq = hctx->driver_data; in null_queue_rq() local
1367 static void cleanup_queue(struct nullb_queue *nq) in cleanup_queue()
1437 static void null_init_queue(struct nullb *nullb, struct nullb_queue *nq) in null_init_queue()
1451 struct nullb_queue *nq; in null_init_queues() local
1464 static int setup_commands(struct nullb_queue *nq) in setup_commands()
[all …]
Dnull_blk.h24 struct nullb_queue *nq; member
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c159 struct bnxt_qplib_nq *nq = nq_work->nq; in bnxt_qpn_cqn_sched_task() local
238 struct bnxt_qplib_nq *nq = (struct bnxt_qplib_nq *)data; in bnxt_qplib_service_nq() local
325 struct bnxt_qplib_nq *nq = dev_instance; in bnxt_qplib_nq_irq() local
341 void bnxt_qplib_nq_stop_irq(struct bnxt_qplib_nq *nq, bool kill) in bnxt_qplib_nq_stop_irq()
359 void bnxt_qplib_disable_nq(struct bnxt_qplib_nq *nq) in bnxt_qplib_disable_nq()
379 int bnxt_qplib_nq_start_irq(struct bnxt_qplib_nq *nq, int nq_indx, in bnxt_qplib_nq_start_irq()
415 int bnxt_qplib_enable_nq(struct pci_dev *pdev, struct bnxt_qplib_nq *nq, in bnxt_qplib_enable_nq()
417 int (*cqn_handler)(struct bnxt_qplib_nq *nq, in bnxt_qplib_enable_nq()
419 int (*srqn_handler)(struct bnxt_qplib_nq *nq, in bnxt_qplib_enable_nq()
464 void bnxt_qplib_free_nq(struct bnxt_qplib_nq *nq) in bnxt_qplib_free_nq()
[all …]
Dmain.c215 struct bnxt_qplib_nq *nq; in bnxt_re_stop_irq() local
231 struct bnxt_qplib_nq *nq; in bnxt_re_start_irq() local
849 static int bnxt_re_srqn_handler(struct bnxt_qplib_nq *nq, in bnxt_re_srqn_handler()
879 static int bnxt_re_cqn_handler(struct bnxt_qplib_nq *nq, in bnxt_re_cqn_handler()
Dib_verbs.c1297 struct bnxt_qplib_nq *nq = NULL; in bnxt_re_destroy_srq() local
1349 struct bnxt_qplib_nq *nq = NULL; in bnxt_re_create_srq() local
2518 struct bnxt_qplib_nq *nq; in bnxt_re_destroy_cq() local
2541 struct bnxt_qplib_nq *nq = NULL; in bnxt_re_create_cq() local
Dbnxt_re.h146 struct bnxt_qplib_nq nq[BNXT_RE_MAX_MSIX]; member
Dqplib_fp.h380 struct bnxt_qplib_nq *nq; member
500 struct bnxt_qplib_nq *nq; member
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c140 unsigned int nq = rxq_info->nrxq + rxq_info->nciq; in alloc_uld_rxqs() local
460 int nq = txq_info->ntxq; in free_sge_txq_uld() local
483 int nq = txq_info->ntxq; in alloc_sge_txq_uld() local
Dt4_hw.c5172 int nq = min(n, 32); in t4_config_rss_range() local
/Linux-v5.4/fs/xfs/
Dxfs_trans_dquot.c70 struct xfs_dqtrx *oq, *nq; in xfs_trans_dup_dqinfo() local
/Linux-v5.4/arch/s390/mm/
Dpgtable.c755 unsigned char key, bool nq) in set_guest_storage_key()
828 bool nq, bool mr, bool mc) in cond_set_guest_storage_key()
/Linux-v5.4/drivers/net/ethernet/marvell/
Dmvneta.c1758 struct netdev_queue *nq) in mvneta_txq_bufs_free()
1791 struct netdev_queue *nq = netdev_get_tx_queue(pp->dev, txq->id); in mvneta_txq_done() local
2463 struct netdev_queue *nq = netdev_get_tx_queue(dev, txq_id); in mvneta_tx() local
2495 struct netdev_queue *nq = netdev_get_tx_queue(pp->dev, txq->id); in mvneta_txq_done_force() local
2512 struct netdev_queue *nq; in mvneta_tx_done_gbe() local
3057 struct netdev_queue *nq = netdev_get_tx_queue(pp->dev, txq->id); in mvneta_txq_sw_deinit() local
Dmv643xx_eth.c495 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index); in txq_maybe_wake() local
1001 struct netdev_queue *nq; in mv643xx_eth_xmit() local
1038 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index); in txq_kick() local
1063 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index); in txq_reclaim() local
/Linux-v5.4/arch/s390/kvm/
Dpriv.c1007 bool mr = false, mc = false, nq; in handle_pfmf() local
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c756 struct netdev_queue *nq; in dpaa2_eth_tx() local
1118 struct netdev_queue *nq; in dpaa2_eth_poll() local
/Linux-v5.4/drivers/net/ethernet/freescale/
Dfec_main.c766 struct netdev_queue *nq; in fec_enet_start_xmit() local
1196 struct netdev_queue *nq; in fec_enet_tx_queue() local
/Linux-v5.4/drivers/net/
Dtap.c190 struct tap_queue *nq; in tap_disable_queue() local
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1273 int nq = min(n, 32); in t4vf_config_rss_range() local
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx.c751 int nq = trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_start() local
/Linux-v5.4/net/sched/
Dsch_api.c315 struct netdev_queue *nq; in qdisc_lookup_rcu() local
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c2270 struct netdev_queue *nq = netdev_get_tx_queue(port->dev, txq->log_id); in mvpp2_txq_done() local
3274 struct netdev_queue *nq = netdev_get_tx_queue(dev, txq_id); in mvpp2_tx() local
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c64 int nq = bnx2x_num_queues ? : netif_get_num_default_rss_queues(); in bnx2x_calc_num_queues() local
/Linux-v5.4/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c3852 u32 hq, lq, nq, eq, pubq; in rtl8xxxu_init_queue_reserved_page() local
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c5910 int nq = bnxt_nq_rings_in_use(bp); in bnxt_need_reserve_rings() local