Home
last modified time | relevance | path

Searched defs:qidx (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos_sq.c33 static int otx2_qos_sq_aura_pool_init(struct otx2_nic *pfvf, int qidx) in otx2_qos_sq_aura_pool_init()
116 static void otx2_qos_sq_free_sqbs(struct otx2_nic *pfvf, int qidx) in otx2_qos_sq_free_sqbs()
151 static void otx2_qos_sqb_flush(struct otx2_nic *pfvf, int qidx) in otx2_qos_sqb_flush()
165 static int otx2_qos_ctx_disable(struct otx2_nic *pfvf, u16 qidx, int aura_id) in otx2_qos_ctx_disable()
222 int qidx; in otx2_qos_get_qid() local
230 void otx2_qos_free_qid(struct otx2_nic *pfvf, int qidx) in otx2_qos_free_qid()
235 int otx2_qos_enable_sq(struct otx2_nic *pfvf, int qidx) in otx2_qos_enable_sq()
259 void otx2_qos_disable_sq(struct otx2_nic *pfvf, int qidx) in otx2_qos_disable_sq()
H A Dcn10k.c75 int cn10k_sq_aq_init(void *dev, u16 qidx, u16 sqb_aura) in cn10k_sq_aq_init()
138 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx) in cn10k_sqe_flush()
345 int qidx, rc; in cn10k_free_matchall_ipolicer() local
468 int qidx, rc; in cn10k_set_matchall_ipolicer_rate() local
H A Dotx2_pf.c1258 u64 qidx = 0; in otx2_q_intr_handler() local
1373 int qidx = cq_poll->cint_idx; in otx2_cq_intr_handler() local
1393 int qidx; in otx2_disable_napi() local
1407 int qidx; in otx2_free_cq_res() local
1421 int qidx; in otx2_free_sq_res() local
1601 int qidx; in otx2_free_hw_resources() local
1765 int err = 0, qidx, vec; in otx2_open() local
1975 int qidx, vec, wrk; in otx2_stop() local
2043 int qidx = skb_get_queue_mapping(skb); in otx2_xmit() local
2586 int qidx) in otx2_xdp_xmit_tx()
[all …]
H A Dotx2_ethtool.c86 int qidx, stats; in otx2_get_qset_strings() local
153 int stat, qidx; in otx2_get_qset_stats() local
492 int qidx; in otx2_set_coalesce() local
H A Dotx2_dcbnl.c330 void otx2_update_bpid_in_rqctx(struct otx2_nic *pfvf, int vlan_prio, int qidx, in otx2_update_bpid_in_rqctx()
H A Dotx2_vf.c391 int qidx = skb_get_queue_mapping(skb); in otx2vf_xmit() local
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c628 struct queue_set *qs, int qidx) in nicvf_reclaim_snd_queue()
640 struct queue_set *qs, int qidx) in nicvf_reclaim_rcv_queue()
661 struct rbdr *rbdr, int qidx) in nicvf_reclaim_rbdr()
746 int qidx, bool enable) in nicvf_rcv_queue_config()
819 int qidx, bool enable) in nicvf_cmp_queue_config()
860 int qidx, bool enable) in nicvf_snd_queue_config()
918 int qidx, bool enable) in nicvf_rbdr_config()
991 int qidx; in nicvf_free_resources() local
1009 int qidx; in nicvf_alloc_resources() local
1069 int qidx; in nicvf_config_data_transfer() local
[all …]
H A Dnicvf_main.c75 static inline u8 nicvf_netdev_qidx(struct nicvf *nic, u8 qidx) in nicvf_netdev_qidx()
104 u64 qidx, u64 val) in nicvf_queue_reg_write()
111 u64 nicvf_queue_reg_read(struct nicvf *nic, u64 offset, u64 qidx) in nicvf_queue_reg_read()
989 int qidx; in nicvf_handle_qs_err() local
1043 int qidx = cq_poll->cq_idx; in nicvf_intr_handler() local
1062 u8 qidx; in nicvf_rbdr_intr_handler() local
1313 int qidx; in nicvf_free_cq_poll() local
1326 int irq, qidx; in nicvf_stop() local
1451 int cpu, err, qidx; in nicvf_open() local
1658 int qidx, cpu; in nicvf_update_stats() local
H A Dnicvf_ethtool.c214 int stats, qidx; in nicvf_get_qset_strings() local
301 int stat, qidx; in nicvf_get_qset_stats() local
/openbmc/qemu/hw/net/
H A Dvmxnet3.c387 vmxnet3_inc_tx_consumption_counter(VMXNET3State *s, int qidx) in vmxnet3_inc_tx_consumption_counter()
399 vmxnet3_inc_tx_completion_counter(VMXNET3State *s, int qidx) in vmxnet3_inc_tx_completion_counter()
405 vmxnet3_inc_rx_completion_counter(VMXNET3State *s, int qidx) in vmxnet3_inc_rx_completion_counter()
411 vmxnet3_dec_rx_completion_counter(VMXNET3State *s, int qidx) in vmxnet3_dec_rx_completion_counter()
483 vmxnet3_on_tx_done_update_stats(VMXNET3State *s, int qidx, in vmxnet3_on_tx_done_update_stats()
535 int qidx, in vmxnet3_on_rx_done_update_stats()
589 int qidx, in vmxnet3_pop_next_tx_descr()
612 vmxnet3_send_packet(VMXNET3State *s, uint32_t qidx) in vmxnet3_send_packet()
635 static void vmxnet3_process_tx_queue(VMXNET3State *s, int qidx) in vmxnet3_process_tx_queue()
702 vmxnet3_get_rx_ring_gen(VMXNET3State *s, int qidx, int ridx) in vmxnet3_get_rx_ring_gen()
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c424 u32 qidx; in copy_esn_pktxt() local
474 u32 ctrl0, qidx; in copy_cpltx_pktxt() local
519 unsigned int qidx; in copy_key_cpltx_pktxt() local
579 int qidx = skb_get_queue_mapping(skb); in ch_ipsec_crypto_wreq() local
717 int qidx, left, credits; in ch_ipsec_xmit() local
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_wr.c745 csio_wr_cleanup_eq_stpg(struct csio_hw *hw, int qidx) in csio_wr_cleanup_eq_stpg()
762 csio_wr_cleanup_iq_ftr(struct csio_hw *hw, int qidx) in csio_wr_cleanup_iq_ftr()
863 csio_wr_get(struct csio_hw *hw, int qidx, uint32_t size, in csio_wr_get()
982 csio_wr_issue(struct csio_hw *hw, int qidx, bool prio) in csio_wr_issue()
1262 csio_wr_process_iq_idx(struct csio_hw *hw, int qidx, in csio_wr_process_iq_idx()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c55 u8 qidx; in bnxt_hwrm_queue_pri2cos_cfg() local
108 u8 qidx = bp->tc_to_qidx[i]; in bnxt_hwrm_queue_cos2bw_cfg() local
277 u8 qidx = bp->tc_to_qidx[i]; in bnxt_hwrm_queue_pfc_cfg() local
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c173 vubr_handle_tx(VuDev *dev, int qidx) in vubr_handle_tx()
462 vubr_queue_set_started(VuDev *dev, int qidx, bool started) in vubr_queue_set_started()
490 vubr_queue_is_processed_in_order(VuDev *dev, int qidx) in vubr_queue_is_processed_in_order()
603 int qidx; in notifier_thread() local
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c137 static void vi_handle_sts(VuDev *dev, int qidx) in vi_handle_sts()
172 vi_queue_set_started(VuDev *dev, int qidx, bool started) in vi_queue_set_started()
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c614 unsigned int qidx, in fun_rxq_create_sw()
788 int funeth_rxq_create(struct net_device *dev, unsigned int qidx, in funeth_rxq_create()
H A Dfuneth_tx.c624 unsigned int qidx, in fun_txq_create_sw()
759 int funeth_txq_create(struct net_device *dev, unsigned int qidx, in funeth_txq_create()
H A Dfuneth_txrx.h117 u16 qidx; /* queue index within net_device */ member
173 u16 qidx; /* queue index within net_device */ member
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c1678 static int mpi3mr_delete_op_reply_q(struct mpi3mr_ioc *mrioc, u16 qidx) in mpi3mr_delete_op_reply_q()
1759 static int mpi3mr_alloc_op_reply_q_segments(struct mpi3mr_ioc *mrioc, u16 qidx) in mpi3mr_alloc_op_reply_q_segments()
1816 static int mpi3mr_alloc_op_req_q_segments(struct mpi3mr_ioc *mrioc, u16 qidx) in mpi3mr_alloc_op_req_q_segments()
1874 static int mpi3mr_create_op_reply_q(struct mpi3mr_ioc *mrioc, u16 qidx) in mpi3mr_create_op_reply_q()
4157 static void mpi3mr_memset_op_reply_q_buffers(struct mpi3mr_ioc *mrioc, u16 qidx) in mpi3mr_memset_op_reply_q_buffers()
4180 static void mpi3mr_memset_op_req_q_buffers(struct mpi3mr_ioc *mrioc, u16 qidx) in mpi3mr_memset_op_req_q_buffers()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c902 vg_handle_ctrl(VuDev *dev, int qidx) in vg_handle_ctrl()
1014 vg_handle_cursor(VuDev *dev, int qidx) in vg_handle_cursor()
1052 vg_queue_set_started(VuDev *dev, int qidx, bool started) in vg_queue_set_started()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.c83 unsigned int qidx, u16 qsize, in lpfc_nvme_create_queue()
145 unsigned int qidx, in lpfc_nvme_delete_queue()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c1375 int qidx = vq - dev->vq; in vu_set_queue_handler() local
1391 int qidx = vq - dev->vq; in vu_set_queue_host_notifier() local
2225 vu_get_queue(VuDev *dev, int qidx) in vu_get_queue()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c402 int i, j, err, qidx = 0; in request_msix_data_irqs() local
940 static int send_pktsched_cmd(struct adapter *adap, int sched, int qidx, int lo, in send_pktsched_cmd()
2618 int qidx; in cxgb_netpoll() local
/openbmc/linux/drivers/nvme/host/
H A Dfc.c2216 __nvme_fc_init_hctx(struct blk_mq_hw_ctx *hctx, void *data, unsigned int qidx) in __nvme_fc_init_hctx()
2295 struct nvme_fc_queue *queue, unsigned int qidx) in __nvme_fc_delete_hw_queue()
2314 struct nvme_fc_queue *queue, unsigned int qidx, u16 qsize) in __nvme_fc_create_hw_queue()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c267 u16 qidx; in nfp_nfd3_tx() local

123