/Linux-v5.4/drivers/block/ |
D | null_blk_main.c | 545 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 …]
|
D | null_blk.h | 24 struct nullb_queue *nq; member
|
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.c | 159 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 …]
|
D | main.c | 215 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()
|
D | ib_verbs.c | 1297 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
|
D | bnxt_re.h | 146 struct bnxt_qplib_nq nq[BNXT_RE_MAX_MSIX]; member
|
D | qplib_fp.h | 380 struct bnxt_qplib_nq *nq; member 500 struct bnxt_qplib_nq *nq; member
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.c | 140 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
|
D | t4_hw.c | 5172 int nq = min(n, 32); in t4_config_rss_range() local
|
/Linux-v5.4/fs/xfs/ |
D | xfs_trans_dquot.c | 70 struct xfs_dqtrx *oq, *nq; in xfs_trans_dup_dqinfo() local
|
/Linux-v5.4/arch/s390/mm/ |
D | pgtable.c | 755 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/ |
D | mvneta.c | 1758 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
|
D | mv643xx_eth.c | 495 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/ |
D | priv.c | 1007 bool mr = false, mc = false, nq; in handle_pfmf() local
|
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth.c | 756 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/ |
D | fec_main.c | 766 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/ |
D | tap.c | 190 struct tap_queue *nq; in tap_disable_queue() local
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 1273 int nq = min(n, 32); in t4vf_config_rss_range() local
|
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx.c | 751 int nq = trans->trans_cfg->base_params->num_of_queues; in iwl_pcie_tx_start() local
|
/Linux-v5.4/net/sched/ |
D | sch_api.c | 315 struct netdev_queue *nq; in qdisc_lookup_rcu() local
|
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 2270 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/ |
D | bnx2x_cmn.c | 64 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/ |
D | rtl8xxxu_core.c | 3852 u32 hq, lq, nq, eq, pubq; in rtl8xxxu_init_queue_reserved_page() local
|
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 5910 int nq = bnxt_nq_rings_in_use(bp); in bnxt_need_reserve_rings() local
|