| /dpdk/drivers/net/ice/base/ |
| H A D | ice_controlq.c | 37 struct ice_ctl_q_info *cq = &hw->adminq; in ice_adminq_init_regs() local 52 struct ice_ctl_q_info *cq = &hw->mailboxq; in ice_mailbox_init_regs() local 65 struct ice_ctl_q_info *cq = &hw->sbq; in ice_sb_init_regs() local 149 ice_alloc_rq_bufs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_alloc_rq_bufs() 274 ice_cfg_sq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_sq_regs() 287 ice_cfg_rq_regs(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_cfg_rq_regs() 451 ice_shutdown_sq(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_shutdown_sq() 554 struct ice_ctl_q_info *cq = &hw->adminq; in ice_init_check_adminq() local 592 struct ice_ctl_q_info *cq; in ice_init_ctrlq() local 663 struct ice_ctl_q_info *cq; in ice_shutdown_ctrlq() local [all …]
|
| /dpdk/drivers/net/enic/base/ |
| H A D | vnic_cq.c | 10 void vnic_cq_free(struct vnic_cq *cq) in vnic_cq_free() 17 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() 43 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in vnic_cq_init() 68 void vnic_cq_clean(struct vnic_cq *cq) in vnic_cq_clean()
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_event.c | 65 mlx5_vdpa_cq_destroy(struct mlx5_vdpa_cq *cq) in mlx5_vdpa_cq_destroy() 72 mlx5_vdpa_cq_arm(struct mlx5_vdpa_priv *priv, struct mlx5_vdpa_cq *cq) in mlx5_vdpa_cq_arm() 88 int callfd, struct mlx5_vdpa_cq *cq) in mlx5_vdpa_cq_create() 127 mlx5_vdpa_cq_poll(struct mlx5_vdpa_cq *cq) in mlx5_vdpa_cq_poll() 169 struct mlx5_vdpa_cq *cq; in mlx5_vdpa_arm_all_cqs() local 203 mlx5_vdpa_queue_complete(struct mlx5_vdpa_cq *cq) in mlx5_vdpa_queue_complete() 226 struct mlx5_vdpa_cq *cq = &priv->virtqs[i].eqp.cq; in mlx5_vdpa_queues_complete() local 259 struct mlx5_vdpa_cq *cq; in mlx5_vdpa_event_handle() local
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_dev.c | 341 struct ionic_cq *cq = &qcq->cq; in ionic_dev_cmd_adminq_init() local 361 ionic_cq_init(struct ionic_cq *cq, uint16_t num_descs) in ionic_cq_init() 380 ionic_cq_map(struct ionic_cq *cq, void *base, rte_iova_t base_pa) in ionic_cq_map() 387 ionic_cq_service(struct ionic_cq *cq, uint32_t work_to_do, in ionic_cq_service()
|
| H A D | ionic_lif.c | 1201 struct ionic_cq *cq = &qcq->cq; in ionic_qcq_service() local 1257 ionic_notifyq_cb(struct ionic_cq *cq, uint16_t cq_desc_index, void *cb_arg) in ionic_notifyq_cb() 1477 struct ionic_cq *cq = &qcq->cq; in ionic_lif_txq_init() local 1525 struct ionic_cq *cq = &qcq->cq; in ionic_lif_rxq_init() local
|
| H A D | ionic_rxtx.c | 71 struct ionic_cq *cq = &txq->qcq.cq; in ionic_tx_flush() local 768 struct ionic_cq *cq = &rxq->qcq.cq; in ionic_rx_clean() local 1056 struct ionic_cq *cq = &rxq->qcq.cq; in ionic_rxq_service() local
|
| /dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex_control.c | 58 regex_ctrl_destroy_cq(struct mlx5_regex_cq *cq) in regex_ctrl_destroy_cq() 77 regex_ctrl_create_cq(struct mlx5_regex_priv *priv, struct mlx5_regex_cq *cq) in regex_ctrl_create_cq()
|
| H A D | mlx5_regex_fastpath.c | 52 cq_size_get(struct mlx5_regex_cq *cq) in cq_size_get() 485 poll_one(struct mlx5_regex_cq *cq) in poll_one() 529 struct mlx5_regex_cq *cq = &queue->cq; in mlx5_regexdev_dequeue() local
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_glue.c | 130 mlx4_glue_destroy_cq(struct ibv_cq *cq) in mlx4_glue_destroy_cq() 136 mlx4_glue_get_cq_event(struct ibv_comp_channel *channel, struct ibv_cq **cq, in mlx4_glue_get_cq_event() 143 mlx4_glue_ack_cq_events(struct ibv_cq *cq, unsigned int nevents) in mlx4_glue_ack_cq_events()
|
| H A D | mlx4_rxq.c | 362 struct ibv_cq *cq; in mlx4_rss_init() local 506 struct ibv_cq *cq = NULL; in mlx4_rxq_attach() local
|
| H A D | mlx4_rxtx.h | 43 struct ibv_cq *cq; /**< Completion queue. */ member 117 struct ibv_cq *cq; /**< Completion queue. */ member
|
| /dpdk/drivers/common/cnxk/ |
| H A D | cnxk_telemetry_nix.c | 117 nix_tel_node_add_cq(struct roc_nix_cq *cq) in nix_tel_node_add_cq() 233 cnxk_tel_nix_cq(struct roc_nix_cq *cq, struct plt_tel_data *d) in cnxk_tel_nix_cq() 797 int cq; in cnxk_nix_tel_handle_info_x() local
|
| H A D | roc_nix_irq.c | 188 nix_lf_cq_irq_get_and_clear(struct nix *nix, uint16_t cq) in nix_lf_cq_irq_get_and_clear() 254 int q, cq, rq, sq; in nix_lf_q_irq() local
|
| H A D | roc_nix_debug.c | 752 roc_nix_cqe_dump(const struct nix_cqe_hdr_s *cq) in roc_nix_cqe_dump() 833 roc_nix_cq_dump(struct roc_nix_cq *cq) in roc_nix_cq_dump()
|
| H A D | roc_nix_queue.c | 462 roc_nix_cq_init(struct roc_nix *roc_nix, struct roc_nix_cq *cq) in roc_nix_cq_init() 570 roc_nix_cq_fini(struct roc_nix_cq *cq) in roc_nix_cq_fini()
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_rxtx.c | 47 struct vnic_cq *cq; in enic_recv_pkts_common() local 253 struct vnic_cq *cq; in enic_noscatter_recv_pkts() local 483 uint8_t eop, cq; in enic_xmit_pkts() local
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_aso.c | 427 struct mlx5_aso_cq *cq = &sq->cq; in mlx5_aso_cqe_err_handle() local 529 struct mlx5_aso_cq *cq = &sq->cq; in mlx5_aso_completion_handle() local 751 struct mlx5_aso_cq *cq = &sq->cq; in mlx5_aso_mtr_completion_handle() local 1116 struct mlx5_aso_cq *cq = &sq->cq; in mlx5_aso_ct_completion_handle() local
|
| H A D | mlx5_rxtx_vec.c | 294 volatile struct mlx5_cqe *cq; in rxq_burst_v() local 434 volatile struct mlx5_cqe *cq; in rxq_burst_mprq_v() local
|
| H A D | mlx5_rxtx_vec_altivec.h | 76 rxq_cq_decompress_v(struct mlx5_rxq_data *rxq, volatile struct mlx5_cqe *cq, in rxq_cq_decompress_v() 780 rxq_cq_process_v(struct mlx5_rxq_data *rxq, volatile struct mlx5_cqe *cq, in rxq_cq_process_v()
|
| H A D | mlx5_rxtx_vec_sse.h | 73 rxq_cq_decompress_v(struct mlx5_rxq_data *rxq, volatile struct mlx5_cqe *cq, in rxq_cq_decompress_v() 520 rxq_cq_process_v(struct mlx5_rxq_data *rxq, volatile struct mlx5_cqe *cq, in rxq_cq_process_v()
|
| H A D | mlx5_rxtx_vec_neon.h | 71 rxq_cq_decompress_v(struct mlx5_rxq_data *rxq, volatile struct mlx5_cqe *cq, in rxq_cq_decompress_v() 521 rxq_cq_process_v(struct mlx5_rxq_data *rxq, volatile struct mlx5_cqe *cq, in rxq_cq_process_v()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_rx.h | 58 nix_get_mbuf_from_cqe(void *cq, const uint64_t data_off) in nix_get_mbuf_from_cqe() 262 nix_rx_sec_mbuf_update(const struct nix_cqe_hdr_s *cq, struct rte_mbuf *m, in nix_rx_sec_mbuf_update() 326 cn9k_nix_cqe_to_mbuf(const struct nix_cqe_hdr_s *cq, const uint32_t tag, in cn9k_nix_cqe_to_mbuf() 479 struct nix_cqe_hdr_s *cq; in cn9k_nix_recv_pkts() local
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_devx.c | 27 mlx5_devx_cq_destroy(struct mlx5_devx_cq *cq) in mlx5_devx_cq_destroy() 82 struct mlx5_devx_obj *cq = NULL; in mlx5_devx_cq_create() local
|
| /dpdk/drivers/event/sw/ |
| H A D | sw_evdev_scheduler.c | 53 int cq = fid->cq; in sw_schedule_atomic_to_cq() local 137 uint32_t cq; in sw_schedule_parallel_to_cq() local
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.c | 148 mlx5_glue_destroy_cq(struct ibv_cq *cq) in mlx5_glue_destroy_cq() 154 mlx5_glue_get_cq_event(struct ibv_comp_channel *channel, struct ibv_cq **cq, in mlx5_glue_get_cq_event() 161 mlx5_glue_ack_cq_events(struct ibv_cq *cq, unsigned int nevents) in mlx5_glue_ack_cq_events() 429 mlx5_glue_cq_ex_to_cq(struct ibv_cq_ex *cq) in mlx5_glue_cq_ex_to_cq()
|