Home
last modified time | relevance | path

Searched defs:cq (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd-src/sys/dev/ice/
H A Dice_controlq.c64 struct ice_ctl_q_info *cq = &hw->adminq; in ice_adminq_init_regs() local
79 struct ice_ctl_q_info *cq = &hw->mailboxq; in ice_mailbox_init_regs() local
91 ice_check_sq_alive(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_check_sq_alive() argument
108 ice_alloc_ctrlq_sq_ring(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_alloc_ctrlq_sq_ring() argument
125 ice_alloc_ctrlq_rq_ring(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_alloc_ctrlq_rq_ring() argument
154 ice_alloc_rq_bufs(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_alloc_rq_bufs() argument
218 ice_alloc_sq_bufs(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_alloc_sq_bufs() argument
279 ice_cfg_sq_regs(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_cfg_sq_regs() argument
292 ice_cfg_rq_regs(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_cfg_rq_regs() argument
335 ice_init_sq(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_init_sq() argument
397 ice_init_rq(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_init_rq() argument
453 ice_shutdown_sq(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_shutdown_sq() argument
524 ice_shutdown_rq(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_shutdown_rq() argument
561 ice_idle_aq(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_idle_aq() argument
575 struct ice_ctl_q_info *cq = &hw->adminq; ice_init_check_adminq() local
613 struct ice_ctl_q_info *cq; ice_init_ctrlq() local
671 struct ice_ctl_q_info *cq; ice_shutdown_ctrlq() local
757 ice_init_ctrlq_locks(struct ice_ctl_q_info * cq) ice_init_ctrlq_locks() argument
793 ice_destroy_ctrlq_locks(struct ice_ctl_q_info * cq) ice_destroy_ctrlq_locks() argument
824 ice_clean_sq(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_clean_sq() argument
878 ice_debug_cq(struct ice_hw * hw,struct ice_ctl_q_info * cq,void * desc,void * buf,u16 buf_len,bool response) ice_debug_cq() argument
926 ice_sq_done(struct ice_hw * hw,struct ice_ctl_q_info * cq) ice_sq_done() argument
948 ice_sq_send_cmd_nolock(struct ice_hw * hw,struct ice_ctl_q_info * cq,struct ice_aq_desc * desc,void * buf,u16 buf_size,struct ice_sq_cd * cd) ice_sq_send_cmd_nolock() argument
1125 ice_sq_send_cmd(struct ice_hw * hw,struct ice_ctl_q_info * cq,struct ice_aq_desc * desc,void * buf,u16 buf_size,struct ice_sq_cd * cd) ice_sq_send_cmd() argument
1169 ice_clean_rq_elem(struct ice_hw * hw,struct ice_ctl_q_info * cq,struct ice_rq_event_info * e,u16 * pending) ice_clean_rq_elem() argument
[all...]
/freebsd-src/contrib/ofed/libmlx4/
H A Dcq.c97 static struct mlx4_cqe *get_cqe(struct mlx4_cq *cq, int entry) in get_cqe()
102 static void *get_sw_cqe(struct mlx4_cq *cq, int n) in get_sw_cqe()
111 static struct mlx4_cqe *next_cqe_sw(struct mlx4_cq *cq) in next_cqe_sw()
203 static inline int mlx4_get_next_cqe(struct mlx4_cq *cq, in mlx4_get_next_cqe()
235 static inline int mlx4_parse_cqe(struct mlx4_cq *cq, in mlx4_parse_cqe()
373 static inline int mlx4_parse_lazy_cqe(struct mlx4_cq *cq, in mlx4_parse_lazy_cqe()
383 static inline int mlx4_poll_one(struct mlx4_cq *cq, in mlx4_poll_one()
399 struct mlx4_cq *cq = to_mcq(ibcq); in mlx4_poll_cq() local
424 struct mlx4_cq *cq = to_mcq(ibv_cq_ex_to_cq(ibcq)); in _mlx4_end_poll() local
440 struct mlx4_cq *cq = to_mcq(ibv_cq_ex_to_cq(ibcq)); in _mlx4_start_poll() local
[all …]
/freebsd-src/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c42 static void mlx4_en_cq_event(struct mlx4_cq *cq, enum mlx4_event event) in mlx4_en_cq_event()
58 struct mlx4_en_cq *cq; in mlx4_en_create_cq() local
113 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq, in mlx4_en_activate_cq()
185 struct mlx4_en_cq *cq = *pcq; in mlx4_en_destroy_cq() local
201 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_deactivate_cq()
214 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_set_cq_moder()
220 int mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_arm_cq()
H A Dmlx4_en_tx.c217 int cq, int user_prio) in mlx4_en_activate_tx_ring()
348 struct mlx4_en_cq *cq) in mlx4_en_process_tx_cq()
425 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq); in mlx4_en_tx_irq() local
438 struct mlx4_en_cq *cq = (struct mlx4_en_cq *) data; in mlx4_en_poll_tx_cq() local
465 struct mlx4_en_cq *cq = priv->tx_cq[tx_ind]; in mlx4_en_xmit_poll() local
/freebsd-src/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c44 static void mlx4_ib_cq_comp(struct mlx4_cq *cq) in mlx4_ib_cq_comp()
50 static void mlx4_ib_cq_event(struct mlx4_cq *cq, enum mlx4_event type) in mlx4_ib_cq_event()
75 static void *get_cqe(struct mlx4_ib_cq *cq, int n) in get_cqe()
80 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n) in get_sw_cqe()
89 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq) in next_cqe_sw()
94 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in mlx4_ib_modify_cq()
181 struct mlx4_ib_cq *cq = to_mcq(ibcq); in mlx4_ib_create_cq() local
279 static int mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_buf()
303 static int mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_umem()
332 static int mlx4_ib_get_outstanding_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_get_outstanding_cqes()
[all …]
/freebsd-src/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c62 struct mlx5_core_cq *cq; in mlx5_cq_completion() local
97 struct mlx5_core_cq *cq; in mlx5_cq_event() local
125 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_create_cq()
165 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_core_destroy_cq()
192 int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_query_cq()
205 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_modify_cq()
216 struct mlx5_core_cq *cq, in mlx5_core_modify_cq_moderation()
226 struct mlx5_core_cq *cq, in mlx5_core_modify_cq_moderation_mode()
238 struct mlx5_core_cq *cq, u32 mask, in mlx5_core_modify_cq_by_mask()
/freebsd-src/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c36 static void mlx5_ib_cq_comp(struct mlx5_core_cq *cq, struct mlx5_eqe *eqe __unused) in mlx5_ib_cq_comp() argument
45 struct mlx5_ib_cq *cq = container_of(mcq, struct mlx5_ib_cq, mcq); in mlx5_ib_cq_event() local
69 static void *get_cqe(struct mlx5_ib_cq *cq, int n) in get_cqe() argument
79 static void *get_sw_cqe(struct mlx5_ib_cq *cq, in argument
94 next_cqe_sw(struct mlx5_ib_cq * cq) next_cqe_sw() argument
494 mlx5_ib_poll_sw_comp(struct mlx5_ib_cq * cq,int num_entries,struct ib_wc * wc,int * npolled) mlx5_ib_poll_sw_comp() argument
514 mlx5_poll_one(struct mlx5_ib_cq * cq,struct mlx5_ib_qp ** cur_qp,struct ib_wc * wc) mlx5_poll_one() argument
646 poll_soft_wc(struct mlx5_ib_cq * cq,int num_entries,struct ib_wc * wc) poll_soft_wc() argument
670 struct mlx5_ib_cq *cq = to_mcq(ibcq); mlx5_ib_poll_cq() local
703 struct mlx5_ib_cq *cq = to_mcq(ibcq); mlx5_ib_arm_cq() local
746 create_cq_user(struct mlx5_ib_dev * dev,struct ib_udata * udata,struct mlx5_ib_cq * cq,int entries,u32 ** cqb,int * cqe_size,int * index,int * inlen) create_cq_user() argument
831 destroy_cq_user(struct mlx5_ib_cq * cq,struct ib_udata * udata) destroy_cq_user() argument
840 init_cq_buf(struct mlx5_ib_cq * cq,struct mlx5_ib_cq_buf * buf) init_cq_buf() argument
853 create_cq_kernel(struct mlx5_ib_dev * dev,struct mlx5_ib_cq * cq,int entries,int cqe_size,u32 ** cqb,int * index,int * inlen) create_cq_kernel() argument
902 destroy_cq_kernel(struct mlx5_ib_dev * dev,struct mlx5_ib_cq * cq) destroy_cq_kernel() argument
910 struct mlx5_ib_cq *cq = container_of(work, struct mlx5_ib_cq, notify_soft_wc_handler() local
924 struct mlx5_ib_cq *cq = to_mcq(ibcq); mlx5_ib_create_cq() local
1017 mlx5_ib_destroy_cq(struct ib_cq * cq,struct ib_udata * udata) mlx5_ib_destroy_cq() argument
1034 __mlx5_ib_cq_clean(struct mlx5_ib_cq * cq,u32 rsn,struct mlx5_ib_srq * srq) __mlx5_ib_cq_clean() argument
1085 mlx5_ib_cq_clean(struct mlx5_ib_cq * cq,u32 qpn,struct mlx5_ib_srq * srq) mlx5_ib_cq_clean() argument
1095 mlx5_ib_modify_cq(struct ib_cq * cq,u16 cq_count,u16 cq_period) mlx5_ib_modify_cq() argument
1112 resize_user(struct mlx5_ib_dev * dev,struct mlx5_ib_cq * cq,int entries,struct ib_udata * udata,int * npas,int * page_shift,int * cqe_size) resize_user() argument
1150 un_resize_user(struct mlx5_ib_cq * cq) un_resize_user() argument
1155 resize_kernel(struct mlx5_ib_dev * dev,struct mlx5_ib_cq * cq,int entries,int cqe_size) resize_kernel() argument
1177 un_resize_kernel(struct mlx5_ib_dev * dev,struct mlx5_ib_cq * cq) un_resize_kernel() argument
1183 copy_resize_cqes(struct mlx5_ib_cq * cq) copy_resize_cqes() argument
1242 struct mlx5_ib_cq *cq = to_mcq(ibcq); mlx5_ib_resize_cq() local
1370 struct mlx5_ib_cq *cq; mlx5_ib_get_cqe_size() local
1383 struct mlx5_ib_cq *cq = to_mcq(ibcq); mlx5_ib_generate_wc() local
[all...]
/freebsd-src/contrib/ofed/libmlx5/
H A Dcq.c76 static void *get_cqe(struct mlx5_cq *cq, int n) in get_cqe()
81 static void *get_sw_cqe(struct mlx5_cq *cq, int n) in get_sw_cqe()
96 static void *next_cqe_sw(struct mlx5_cq *cq) in next_cqe_sw()
101 static void update_cons_index(struct mlx5_cq *cq) in update_cons_index()
143 static inline int handle_responder_lazy(struct mlx5_cq *cq, struct mlx5_cqe64 *cqe, in handle_responder_lazy()
467 static inline int mlx5_get_next_cqe(struct mlx5_cq *cq, in mlx5_get_next_cqe()
516 static inline int mlx5_parse_cqe(struct mlx5_cq *cq, in mlx5_parse_cqe()
701 static inline int mlx5_parse_lazy_cqe(struct mlx5_cq *cq, in mlx5_parse_lazy_cqe()
713 static inline int mlx5_poll_one(struct mlx5_cq *cq, in mlx5_poll_one()
735 struct mlx5_cq *cq = to_mcq(ibcq); in poll_cq() local
[all …]
/freebsd-src/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_txrx.c34 mlx5e_get_cqe(struct mlx5e_cq *cq) in mlx5e_get_cqe()
52 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_cq_error_event() local
59 mlx5e_dump_err_cqe(struct mlx5e_cq *cq, u32 qn, const struct mlx5_err_cqe *err_cqe) in mlx5e_dump_err_cqe()
H A Dmlx5_en_rx.c431 memcpy(data, mlx5_cqwq_get_wqe(&cq->wq, (cc & cq->wq.sz_m1)), in mlx5e_write_cqe_slot() argument
438 memcpy(mlx5_cqwq_get_wqe(&cq->wq, cc & cq->wq.sz_m1), in mlx5e_decompress_cqe() argument
424 mlx5e_read_cqe_slot(struct mlx5e_cq * cq,u32 cc,void * data) mlx5e_read_cqe_slot() argument
464 mlx5e_decompress_cqes(struct mlx5e_cq * cq) mlx5e_decompress_cqes() argument
[all...]
/freebsd-src/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c51 struct ib_cq *cq = container_of(work, struct ib_cq, work); in ib_cq_poll_work() local
81 ib_cq_completion_workqueue(struct ib_cq *cq, void *private) in ib_cq_completion_workqueue()
96 struct ib_cq *cq; in __ib_alloc_cq_user() local
147 ib_free_cq_user(struct ib_cq *cq, struct ib_udata *udata) in ib_free_cq_user()
H A Dib_uverbs_std_types_cq.c41 struct ib_cq *cq = uobject->object; in uverbs_free_cq() local
70 struct ib_cq *cq; in UVERBS_HANDLER() local
/freebsd-src/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c52 static int destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in destroy_cq() argument
95 create_cq(struct c4iw_rdev * rdev,struct t4_cq * cq,struct c4iw_dev_ucontext * uctx) create_cq() argument
202 insert_recv_cqe(struct t4_wq * wq,struct t4_cq * cq) insert_recv_cqe() argument
219 c4iw_flush_rq(struct t4_wq * wq,struct t4_cq * cq,int count) c4iw_flush_rq() argument
234 insert_sq_cqe(struct t4_wq * wq,struct t4_cq * cq,struct t4_swsqe * swcqe) insert_sq_cqe() argument
260 struct t4_cq *cq = &chp->cq; c4iw_flush_sq() local
287 flush_completed_wrs(struct t4_wq * wq,struct t4_cq * cq) flush_completed_wrs() argument
454 c4iw_count_rcqes(struct t4_cq * cq,struct t4_wq * wq,int * count) c4iw_count_rcqes() argument
489 poll_cq(struct t4_wq * wq,struct t4_cq * cq,struct t4_cqe * cqe,u8 * cqe_flushed,u64 * cookie,u32 * credit) poll_cq() argument
1028 c4iw_resize_cq(struct ib_cq * cq,int cqe,struct ib_udata * udata) c4iw_resize_cq() argument
[all...]
H A Dt4.h569 static inline void write_gts(struct t4_cq *cq, u32 val) in write_gts()
575 static inline int t4_clear_cq_armed(struct t4_cq *cq) in t4_clear_cq_armed()
580 static inline int t4_arm_cq(struct t4_cq *cq, int se) in t4_arm_cq()
598 static inline void t4_swcq_produce(struct t4_cq *cq) in t4_swcq_produce()
611 static inline void t4_swcq_consume(struct t4_cq *cq) in t4_swcq_consume()
619 static inline void t4_hwcq_consume(struct t4_cq *cq) in t4_hwcq_consume()
635 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe()
640 static inline int t4_cq_notempty(struct t4_cq *cq) in t4_cq_notempty()
645 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe()
671 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe()
[all …]
/freebsd-src/contrib/ofed/libcxgb4/
H A Dcq.c42 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe()
59 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq()
74 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe()
100 struct t4_cq *cq = &chp->cq; in c4iw_flush_sq() local
126 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs()
300 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes()
345 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq()
H A Dt4.h594 static inline int t4_arm_cq(struct t4_cq *cq, int se) in t4_arm_cq()
611 static inline void t4_swcq_produce(struct t4_cq *cq) in t4_swcq_produce()
623 static inline void t4_swcq_consume(struct t4_cq *cq) in t4_swcq_consume()
631 static inline void t4_hwcq_consume(struct t4_cq *cq) in t4_hwcq_consume()
649 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe()
654 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe()
678 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe()
691 static inline int t4_cq_notempty(struct t4_cq *cq) in t4_cq_notempty()
696 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
708 static inline int t4_cq_in_error(struct t4_cq *cq) in t4_cq_in_error()
[all …]
/freebsd-src/sys/dev/mthca/
H A Dmthca_cq.c169 static inline struct mthca_cqe *get_cqe(struct mthca_cq *cq, int entry) in get_cqe()
179 static inline struct mthca_cqe *next_cqe_sw(struct mthca_cq *cq) in next_cqe_sw()
204 static inline void update_cons_index(struct mthca_dev *dev, struct mthca_cq *cq, in update_cons_index()
224 struct mthca_cq *cq; in mthca_cq_completion() local
241 struct mthca_cq *cq; in mthca_cq_event() local
278 void mthca_cq_clean(struct mthca_dev *dev, struct mthca_cq *cq, u32 qpn, in mthca_cq_clean()
330 void mthca_cq_resize_copy_cqes(struct mthca_cq *cq) in mthca_cq_resize_copy_cqes()
377 static void handle_error_cqe(struct mthca_dev *dev, struct mthca_cq *cq, in handle_error_cqe()
484 struct mthca_cq *cq, in mthca_poll_one()
663 struct mthca_cq *cq = to_mcq(ibcq); in mthca_poll_cq() local
[all …]
/freebsd-src/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cq.c56 struct mlx4_cq *cq; in mlx4_cq_completion() local
73 struct mlx4_cq *cq; in mlx4_cq_event() local
117 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_modify()
139 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_resize()
239 struct mlx4_cq *cq, unsigned vector, int collapsed, in mlx4_cq_alloc()
312 void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq) in mlx4_cq_free()
/freebsd-src/sys/dev/enic/
H A Dvnic_cq.c10 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in vnic_cq_init()
35 void vnic_cq_clean(struct vnic_cq *cq) in vnic_cq_clean()
/freebsd-src/contrib/ofed/libibverbs/
H A Ddevice.c135 int verbs_init_cq(struct ibv_cq *cq, struct ibv_context *context, in verbs_init_cq()
169 void verbs_cleanup_cq(struct ibv_cq *cq) in verbs_cleanup_cq()
180 struct ibv_cq_ex *cq; in __lib_ibv_create_cq_ex() local
376 struct ibv_cq *cq = event->element.cq; in __ibv_ack_async_event() local
/freebsd-src/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c151 struct bnxt_qplib_cq *cq = nq_work->cq; in bnxt_qpn_cqn_sched_task() local
253 static void clean_nq(struct bnxt_qplib_cq *cq) in clean_nq()
307 static void __wait_for_all_nqes(struct bnxt_qplib_cq *cq, u16 cnq_events) in __wait_for_all_nqes()
339 struct bnxt_qplib_cq *cq; in bnxt_qplib_service_nq() local
1591 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp) in __clean_cq()
2277 void bnxt_re_handle_cqn(struct bnxt_qplib_cq *cq) in bnxt_re_handle_cqn()
2381 int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq) in bnxt_qplib_create_cq()
2465 int bnxt_qplib_modify_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq) in bnxt_qplib_modify_cq()
2472 struct bnxt_qplib_cq *cq) in bnxt_qplib_resize_cq_complete()
2484 int bnxt_qplib_resize_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq, in bnxt_qplib_resize_cq()
[all …]
/freebsd-src/sys/dev/oce/
H A Doce_queue.c314 struct oce_cq *cq; in oce_wq_create() local
490 struct oce_cq *cq; in oce_rq_create() local
636 struct oce_cq *cq; in oce_mq_create() local
846 struct oce_cq *cq = NULL; in oce_cq_create() local
883 oce_cq_del(POCE_SOFTC sc, struct oce_cq *cq) in oce_cq_del()
1023 struct oce_cq *cq = wq->cq; in oce_drain_wq_cq() local
1069 struct oce_cq *cq; in oce_drain_rq_cq() local
1111 struct oce_cq *cq = rq->cq; in oce_rx_cq_clean_hwlro() local
1189 struct oce_cq *cq; in oce_rx_cq_clean() local
/freebsd-src/sys/dev/ocs_fc/
H A Docs_hw_queues.c69 hw_cq_t *cq = NULL; in ocs_hw_init_queues() local
402 hw_cq_t *cq = ocs_malloc(hw->os, sizeof(*cq), OCS_M_ZERO | OCS_M_NOWAIT); in hw_new_cq() local
445 hw_cq_t *cq = NULL; in hw_new_cq_set() local
502 hw_new_mq(hw_cq_t *cq, uint32_t entry_count) in hw_new_mq()
545 hw_new_wq(hw_cq_t *cq, uint32_t entry_count, uint32_t class, uint32_t ulp) in hw_new_wq()
590 hw_new_rq(hw_cq_t *cq, uint32_t entry_count, uint32_t ulp) in hw_new_rq()
766 hw_cq_t *cq; in hw_del_eq() local
789 hw_del_cq(hw_cq_t *cq) in hw_del_cq()
893 hw_cq_t *cq; in hw_queue_dump() local
1697 ocs_hw_rqpair_process_rq(ocs_hw_t *hw, hw_cq_t *cq, uint8_t *cqe) in ocs_hw_rqpair_process_rq()
[all …]
/freebsd-src/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c66 struct qlnxr_cq *cq = dev->gsi_sqcq; in qlnxr_ll2_complete_tx_packet() local
95 struct qlnxr_cq *cq = dev->gsi_rqcq; in qlnxr_ll2_complete_rx_packet() local
163 struct qlnxr_cq *cq; in qlnxr_destroy_gsi_cq() local
807 struct qlnxr_cq *cq = get_qlnxr_cq(ibcq); in qlnxr_gsi_poll_cq() local
/freebsd-src/sys/dev/irdma/
H A Dirdma_uk.c975 irdma_uk_cq_resize(struct irdma_cq_uk *cq, void *cq_base, int cq_size) in irdma_uk_cq_resize()
989 irdma_uk_cq_set_resized_cnt(struct irdma_cq_uk *cq, u16 cq_cnt) in irdma_uk_cq_set_resized_cnt()
1020 irdma_uk_cq_request_notification(struct irdma_cq_uk *cq, in irdma_uk_cq_request_notification()
1098 irdma_detect_unsignaled_cmpls(struct irdma_cq_uk *cq, in irdma_detect_unsignaled_cmpls()
1148 irdma_uk_cq_poll_cmpl(struct irdma_cq_uk *cq, in irdma_uk_cq_poll_cmpl()
1694 irdma_uk_cq_init(struct irdma_cq_uk *cq, struct irdma_cq_uk_init_info *info) in irdma_uk_cq_init()
1715 irdma_uk_clean_cq(void *q, struct irdma_cq_uk *cq) in irdma_uk_clean_cq()

123456