/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.c | 163 struct bnxt_qplib_nq *nq = nq_work->nq; in bnxt_qpn_cqn_sched_task() local 239 static void clean_nq(struct bnxt_qplib_nq *nq, struct bnxt_qplib_cq *cq) in clean_nq() 303 struct bnxt_qplib_nq *nq = from_tasklet(nq, t, nq_tasklet); in bnxt_qplib_service_nq() local 408 void bnxt_re_synchronize_nq(struct bnxt_qplib_nq *nq) in bnxt_re_synchronize_nq() 419 struct bnxt_qplib_nq *nq = dev_instance; in bnxt_qplib_nq_irq() local 433 void bnxt_qplib_nq_stop_irq(struct bnxt_qplib_nq *nq, bool kill) in bnxt_qplib_nq_stop_irq() 453 void bnxt_qplib_disable_nq(struct bnxt_qplib_nq *nq) in bnxt_qplib_disable_nq() 473 int bnxt_qplib_nq_start_irq(struct bnxt_qplib_nq *nq, int nq_indx, in bnxt_qplib_nq_start_irq() 514 static int bnxt_qplib_map_nq_db(struct bnxt_qplib_nq *nq, u32 reg_offt) in bnxt_qplib_map_nq_db() 549 int bnxt_qplib_enable_nq(struct pci_dev *pdev, struct bnxt_qplib_nq *nq, in bnxt_qplib_enable_nq() [all …]
|
D | main.c | 313 struct bnxt_qplib_nq *nq; in bnxt_re_stop_irq() local 333 struct bnxt_qplib_nq *nq; in bnxt_re_start_irq() local 1244 static int bnxt_re_srqn_handler(struct bnxt_qplib_nq *nq, in bnxt_re_srqn_handler() 1263 static int bnxt_re_cqn_handler(struct bnxt_qplib_nq *nq, in bnxt_re_cqn_handler() 1366 struct bnxt_qplib_nq *nq; in bnxt_re_alloc_res() local
|
D | ib_verbs.c | 1721 struct bnxt_qplib_nq *nq = NULL; in bnxt_re_destroy_srq() local 1774 struct bnxt_qplib_nq *nq = NULL; in bnxt_re_create_srq() local 2979 struct bnxt_qplib_nq *nq; in bnxt_re_destroy_cq() local 3011 struct bnxt_qplib_nq *nq = NULL; in bnxt_re_create_cq() local
|
D | bnxt_re.h | 191 struct bnxt_qplib_nq nq[BNXT_MAX_ROCE_MSIX]; member
|
D | qplib_fp.h | 422 struct bnxt_qplib_nq *nq; member 510 struct bnxt_qplib_nq *nq; member
|
/linux-6.12.1/lib/crypto/ |
D | curve25519-hacl64.c | 544 ladder_smallloop_cmult_small_loop_step(u64 *nq, u64 *nqpq, u64 *nq2, u64 *nqpq2, in ladder_smallloop_cmult_small_loop_step() 556 ladder_smallloop_cmult_small_loop_double_step(u64 *nq, u64 *nqpq, u64 *nq2, in ladder_smallloop_cmult_small_loop_double_step() 566 ladder_smallloop_cmult_small_loop(u64 *nq, u64 *nqpq, u64 *nq2, u64 *nqpq2, in ladder_smallloop_cmult_small_loop() 576 static __always_inline void ladder_bigloop_cmult_big_loop(u8 *n1, u64 *nq, in ladder_bigloop_cmult_big_loop() 591 u64 *nq = point_buf; in ladder_cmult() local 776 u64 *nq = buf; in curve25519_generic() local
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.c | 111 unsigned int nq = rxq_info->nrxq + rxq_info->nciq; in alloc_uld_rxqs() local 403 int nq = txq_info->ntxq; in free_sge_txq_uld() local 426 int nq = txq_info->ntxq; in alloc_sge_txq_uld() local
|
/linux-6.12.1/drivers/block/null_blk/ |
D | main.c | 1524 struct nullb_queue *nq = hctx->driver_data; in null_poll() local 1559 struct nullb_queue *nq = hctx->driver_data; in null_timeout_rq() local 1591 struct nullb_queue *nq = hctx->driver_data; in null_queue_rq() local 1660 static void null_init_queue(struct nullb *nullb, struct nullb_queue *nq) in null_init_queue() 1671 struct nullb_queue *nq; in null_init_hctx() local
|
D | null_blk.h | 21 struct nullb_queue *nq; member
|
/linux-6.12.1/drivers/net/ethernet/intel/idpf/ |
D | idpf_singleq_txrx.c | 203 struct netdev_queue *nq; in idpf_tx_singleq_map() local 442 struct netdev_queue *nq; in idpf_tx_singleq_clean() local
|
D | idpf_txrx.c | 2065 struct netdev_queue *nq; in idpf_tx_clean_complq() local 2188 struct netdev_queue *nq; in idpf_tx_buf_hw_update() local 2344 struct netdev_queue *nq; in idpf_tx_splitq_map() local
|
/linux-6.12.1/drivers/net/ethernet/engleder/ |
D | tsnep_main.c | 348 struct netdev_queue *nq; in tsnep_tx_enable() local 359 struct netdev_queue *nq; in tsnep_tx_disable() local 814 struct netdev_queue *nq; in tsnep_tx_poll() local 907 struct netdev_queue *nq; in tsnep_tx_pending() local 2307 struct netdev_queue *nq; in tsnep_netdev_xdp_xmit() local
|
/linux-6.12.1/drivers/net/vmxnet3/ |
D | vmxnet3_xdp.c | 205 struct netdev_queue *nq; in vmxnet3_xdp_xmit_back() local
|
/linux-6.12.1/arch/x86/crypto/ |
D | curve25519-x86_64.c | 977 u64 *nq = p01_tmp1; in point_add_and_double() local 1028 static void point_double(u64 *nq, u64 *tmp1, u64 *tmp2) in point_double()
|
/linux-6.12.1/arch/s390/mm/ |
D | pgtable.c | 803 unsigned char key, bool nq) in set_guest_storage_key() 884 bool nq, bool mr, bool mc) in cond_set_guest_storage_key()
|
/linux-6.12.1/drivers/net/ethernet/marvell/ |
D | mvneta.c | 1870 struct netdev_queue *nq, bool napi) in mvneta_txq_bufs_free() 1916 struct netdev_queue *nq = netdev_get_tx_queue(pp->dev, txq->id); in mvneta_txq_done() local 2178 struct netdev_queue *nq; in mvneta_xdp_xmit_back() local 2220 struct netdev_queue *nq; in mvneta_xdp_xmit() local 2976 struct netdev_queue *nq = netdev_get_tx_queue(dev, txq_id); in mvneta_tx() local 3009 struct netdev_queue *nq = netdev_get_tx_queue(pp->dev, txq->id); in mvneta_txq_done_force() local 3026 struct netdev_queue *nq; in mvneta_tx_done_gbe() local 3603 struct netdev_queue *nq = netdev_get_tx_queue(pp->dev, txq->id); in mvneta_txq_sw_deinit() local
|
D | mv643xx_eth.c | 496 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index); in txq_maybe_wake() local 998 struct netdev_queue *nq; in mv643xx_eth_xmit() local 1035 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index); in txq_kick() local 1060 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index); in txq_reclaim() local
|
/linux-6.12.1/fs/xfs/ |
D | xfs_trans_dquot.c | 79 struct xfs_dqtrx *oq, *nq; in xfs_trans_dup_dqinfo() local
|
/linux-6.12.1/drivers/net/ethernet/pensando/ionic/ |
D | ionic_txrx.c | 398 struct netdev_queue *nq; in ionic_xdp_xmit() local 476 struct netdev_queue *nq; in ionic_run_xdp() local
|
/linux-6.12.1/drivers/net/ethernet/freescale/ |
D | fec_main.c | 927 struct netdev_queue *nq; in fec_enet_start_xmit() local 1437 struct netdev_queue *nq; in fec_enet_tx_queue() local 3905 struct netdev_queue *nq; in fec_enet_xdp_tx_xmit() local 3932 struct netdev_queue *nq; in fec_enet_xdp_xmit() local
|
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_nic.c | 837 struct netdev_queue *nq; in aq_nic_xmit_xdpf() local
|
/linux-6.12.1/arch/s390/kvm/ |
D | priv.c | 1074 bool mr = false, mc = false, nq; in handle_pfmf() local
|
/linux-6.12.1/drivers/net/ |
D | tap.c | 192 struct tap_queue *nq; in tap_disable_queue() local
|
/linux-6.12.1/drivers/net/ethernet/intel/igc/ |
D | igc_main.c | 2469 struct netdev_queue *nq; in igc_xdp_xmit_back() local 2550 struct netdev_queue *nq; in igc_finalize_xdp() local 2966 struct netdev_queue *nq = txring_txq(ring); in igc_xdp_xmit_zc() local 6670 struct netdev_queue *nq; in igc_xdp_xmit() local
|
/linux-6.12.1/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 2874 struct netdev_queue *nq = netdev_get_tx_queue(port->dev, txq->log_id); in mvpp2_txq_done() local 3387 static void mvpp2_isr_handle_ptp_queue(struct mvpp2_port *port, int nq) in mvpp2_isr_handle_ptp_queue() 3658 struct netdev_queue *nq; in mvpp2_xdp_finish_tx() local 4445 struct netdev_queue *nq = netdev_get_tx_queue(dev, txq_id); in mvpp2_tx() local
|