/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_cq.c | 40 static void mlx4_en_cq_event(struct mlx4_cq *cq, enum mlx4_event event) in mlx4_en_cq_event() 52 struct mlx4_en_cq *cq; in mlx4_en_create_cq() local 97 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq, in mlx4_en_activate_cq() 190 struct mlx4_en_cq *cq = *pcq; in mlx4_en_destroy_cq() local 204 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_deactivate_cq() 218 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_set_cq_moder() 224 int mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_arm_cq()
|
D | cq.c | 82 static void mlx4_add_cq_to_tasklet(struct mlx4_cq *cq) in mlx4_add_cq_to_tasklet() 102 struct mlx4_cq *cq; in mlx4_cq_completion() local 119 struct mlx4_cq *cq; in mlx4_cq_event() local 163 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_modify() 185 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_resize() 285 struct mlx4_cq *cq, unsigned vector, int collapsed, in mlx4_cq_alloc() 361 void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq) in mlx4_cq_free()
|
D | en_tx.c | 197 int cq, int user_prio) in mlx4_en_activate_tx_ring() 386 struct mlx4_en_cq *cq) in mlx4_en_process_tx_cq() 495 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq); in mlx4_en_tx_irq() local 507 struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi); in mlx4_en_poll_tx_cq() local
|
D | mlx4_en.h | 623 static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq) in mlx4_en_cq_init_lock() 630 static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_napi() 646 static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_unlock_napi() 661 static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_poll() 681 static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq) in mlx4_en_cq_unlock_poll() 695 static inline bool mlx4_en_cq_busy_polling(struct mlx4_en_cq *cq) in mlx4_en_cq_busy_polling() 701 static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq) in mlx4_en_cq_init_lock() 705 static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_napi() 710 static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_unlock_napi() 715 static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_poll() [all …]
|
D | en_rx.c | 750 int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int budget) in mlx4_en_process_rx_cq() 1015 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq); in mlx4_en_rx_irq() local 1027 struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi); in mlx4_en_poll_rx_cq() local
|
D | en_netdev.c | 76 struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi); in mlx4_en_low_latency_recv() local 1276 struct mlx4_en_cq *cq; in mlx4_en_netpoll() local 1322 struct mlx4_en_cq *cq; in mlx4_en_set_default_moderation() local 1368 struct mlx4_en_cq *cq; in mlx4_en_auto_moderation() local 1522 struct mlx4_en_cq *cq; in mlx4_en_start_port() local 1840 struct mlx4_en_cq *cq = priv->rx_cq[i]; in mlx4_en_stop_port() local
|
D | resource_tracker.c | 190 struct res_cq *cq; member 1433 enum res_cq_states state, struct res_cq **cq) in cq_res_start_move_to() 3190 struct res_cq *cq = NULL; in mlx4_SW2HW_CQ_wrapper() local 3226 struct res_cq *cq = NULL; in mlx4_HW2SW_CQ_wrapper() local 3250 struct res_cq *cq; in mlx4_QUERY_CQ_wrapper() local 3272 struct res_cq *cq) in handle_resize() 3322 struct res_cq *cq; in mlx4_MODIFY_CQ_wrapper() local 4452 struct res_cq *cq; in rem_slave_cqs() local
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | cq.c | 42 static void mlx4_ib_cq_comp(struct mlx4_cq *cq) in mlx4_ib_cq_comp() 48 static void mlx4_ib_cq_event(struct mlx4_cq *cq, enum mlx4_event type) in mlx4_ib_cq_event() 73 static void *get_cqe(struct mlx4_ib_cq *cq, int n) in get_cqe() 78 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n) in get_sw_cqe() 87 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq) in next_cqe_sw() 92 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in mlx4_ib_modify_cq() 174 struct mlx4_ib_cq *cq; in mlx4_ib_create_cq() local 274 static int mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_buf() 298 static int mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_umem() 327 static int mlx4_ib_get_outstanding_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_get_outstanding_cqes() [all …]
|
D | mlx4_ib.h | 89 struct ib_cq *cq; member 415 struct ib_cq *cq; member
|
D | mad.c | 1106 static void mlx4_ib_tunnel_comp_handler(struct ib_cq *cq, void *arg) in mlx4_ib_tunnel_comp_handler()
|
D | qp.c | 2377 struct mlx4_ib_cq *cq; in mlx4_wq_overflow() local
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_cq.c | 48 struct c2_cq *cq; in c2_cq_get() local 62 static void c2_cq_put(struct c2_cq *cq) in c2_cq_put() 70 struct c2_cq *cq; in c2_cq_event() local 84 struct c2_cq *cq; in c2_cq_clean() local 132 struct c2_cq *cq, struct ib_wc *entry) in c2_poll_one() 204 struct c2_cq *cq = to_c2cq(ibcq); in c2_poll_cq() local 225 struct c2_cq *cq; in c2_arm_cq() local 290 struct c2_ucontext *ctx, struct c2_cq *cq) in c2_init_cq() 389 void c2_free_cq(struct c2_dev *c2dev, struct c2_cq *cq) in c2_free_cq()
|
D | c2_ae.c | 305 struct c2_cq *cq = in c2_ae_event() local
|
D | c2_provider.c | 293 struct c2_cq *cq; in c2_create_cq() local 314 struct c2_cq *cq = to_c2cq(ib_cq); in c2_destroy_cq() local
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | cq.c | 39 static void mlx5_ib_cq_comp(struct mlx5_core_cq *cq) in mlx5_ib_cq_comp() 48 struct mlx5_ib_cq *cq = container_of(mcq, struct mlx5_ib_cq, mcq); in mlx5_ib_cq_event() local 72 static void *get_cqe(struct mlx5_ib_cq *cq, int n) in get_cqe() 82 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe() 97 static void *next_cqe_sw(struct mlx5_ib_cq *cq) in next_cqe_sw() 402 static int mlx5_poll_one(struct mlx5_ib_cq *cq, in mlx5_poll_one() 548 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_poll_cq() local 605 struct ib_ucontext *context, struct mlx5_ib_cq *cq, in create_cq_user() 672 static void destroy_cq_user(struct mlx5_ib_cq *cq, struct ib_ucontext *context) in destroy_cq_user() 678 static void init_cq_buf(struct mlx5_ib_cq *cq, struct mlx5_ib_cq_buf *buf) in init_cq_buf() [all …]
|
D | main.c | 971 struct ib_cq *cq; in create_umr_res() local
|
D | mr.c | 729 void mlx5_umr_cq_handler(struct ib_cq *cq, void *cq_context) in mlx5_umr_cq_handler()
|
D | mlx5_ib.h | 350 struct ib_cq *cq; member
|
D | qp.c | 1827 struct mlx5_ib_cq *cq; in mlx5_wq_overflow() local
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_cq.c | 48 void ipath_cq_enter(struct ipath_cq *cq, struct ib_wc *entry, int solicited) in ipath_cq_enter() 131 struct ipath_cq *cq = to_icq(ibcq); in ipath_poll_cq() local 169 struct ipath_cq *cq = (struct ipath_cq *)data; in send_complete() local 205 struct ipath_cq *cq; in ipath_create_cq() local 317 struct ipath_cq *cq = to_icq(ibcq); in ipath_destroy_cq() local 344 struct ipath_cq *cq = to_icq(ibcq); in ipath_req_notify_cq() local 373 struct ipath_cq *cq = to_icq(ibcq); in ipath_resize_cq() local
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 44 struct mlx5_core_cq *cq; in mlx5_cq_completion() local 69 struct mlx5_core_cq *cq; in mlx5_cq_event() local 91 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_create_cq() 138 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_core_destroy_cq() 180 int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_query_cq() 203 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_modify_cq()
|
D | debugfs.c | 395 static u64 cq_read_field(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in cq_read_field() 587 int mlx5_debug_cq_add(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_debug_cq_add() 603 void mlx5_debug_cq_remove(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_debug_cq_remove()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_cq.c | 51 void qib_cq_enter(struct qib_cq *cq, struct ib_wc *entry, int solicited) in qib_cq_enter() 138 struct qib_cq *cq = to_icq(ibcq); in qib_poll_cq() local 176 struct qib_cq *cq = container_of(work, struct qib_cq, comptask); in send_complete() local 220 struct qib_cq *cq; in qib_create_cq() local 333 struct qib_cq *cq = to_icq(ibcq); in qib_destroy_cq() local 360 struct qib_cq *cq = to_icq(ibcq); in qib_req_notify_cq() local 389 struct qib_cq *cq = to_icq(ibcq); in qib_resize_cq() local
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | vnic_cq.c | 24 void vnic_cq_free(struct vnic_cq *cq) in vnic_cq_free() 31 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() 52 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in vnic_cq_init() 75 void vnic_cq_clean(struct vnic_cq *cq) in vnic_cq_clean()
|
D | vnic_cq_copy.h | 24 struct vnic_cq *cq, in vnic_cq_copy_service()
|
D | vnic_cq.h | 70 static inline unsigned int vnic_cq_service(struct vnic_cq *cq, in vnic_cq_service()
|
D | fnic.h | 300 ____cacheline_aligned struct vnic_cq cq[FNIC_CQ_MAX]; member
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | vnic_cq.c | 28 void vnic_cq_free(struct vnic_cq *cq) in vnic_cq_free() 35 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() 56 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in vnic_cq_init() 81 void vnic_cq_clean(struct vnic_cq *cq) in vnic_cq_clean()
|
D | enic_main.c | 1041 struct vnic_cq *cq = &enic->cq[enic_cq_rq(enic, rq->index)]; in enic_rq_indicate_buf() local 1219 struct vnic_cq *cq = &enic->cq[enic_cq_rq(enic, rq->index)]; in enic_set_int_moderation() local 1231 struct vnic_cq *cq = &enic->cq[enic_cq_rq(enic, rq->index)]; in enic_calc_int_moderation() local 1318 unsigned int cq = enic_cq_rq(enic, rq); in enic_busy_poll() local 1346 unsigned int cq; in enic_poll_msix_wq() local 1375 unsigned int cq = enic_cq_rq(enic, rq); in enic_poll_msix_rq() local
|
D | vnic_cq.h | 72 static inline unsigned int vnic_cq_service(struct vnic_cq *cq, in vnic_cq_service()
|
D | enic.h | 186 ____cacheline_aligned struct vnic_cq cq[ENIC_CQ_MAX]; member
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_cq.c | 55 int ehca_cq_assign_qp(struct ehca_cq *cq, struct ehca_qp *qp) in ehca_cq_assign_qp() 71 int ehca_cq_unassign_qp(struct ehca_cq *cq, unsigned int real_qp_num) in ehca_cq_unassign_qp() 100 struct ehca_qp *ehca_cq_get_qp(struct ehca_cq *cq, int real_qp_num) in ehca_cq_get_qp() 121 struct ib_cq *cq; in ehca_create_cq() local 314 int ehca_destroy_cq(struct ib_cq *cq) in ehca_destroy_cq() 369 int ehca_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata) in ehca_resize_cq()
|
D | hipz_fns_core.h | 75 static inline void hipz_update_feca(struct ehca_cq *cq, u32 nr_cqes) in hipz_update_feca() 81 static inline void hipz_set_cqx_n0(struct ehca_cq *cq, u32 value) in hipz_set_cqx_n0() 91 static inline void hipz_set_cqx_n1(struct ehca_cq *cq, u32 value) in hipz_set_cqx_n1()
|
D | ehca_irq.c | 77 static inline void comp_event_callback(struct ehca_cq *cq) in comp_event_callback() 111 struct ehca_cq *cq = (struct ehca_cq *)data; in print_error_data() local 243 struct ehca_cq *cq; in cq_event_callback() local 459 static inline void reset_eq_pending(struct ehca_cq *cq) in reset_eq_pending() 517 struct ehca_cq *cq; in process_eqe() local 627 struct ehca_cq *cq = eq->eqe_cache[i].cq; in ehca_process_eq() local 727 struct ehca_cq *cq; in run_comp_task() local 753 struct ehca_cq *cq, *tmp; in comp_task_park() local
|
D | ehca_reqs.c | 625 static inline int ehca_poll_cq_one(struct ib_cq *cq, struct ib_wc *wc) in ehca_poll_cq_one() 798 static int generate_flush_cqes(struct ehca_qp *my_qp, struct ib_cq *cq, in generate_flush_cqes() 872 int ehca_poll_cq(struct ib_cq *cq, int num_entries, struct ib_wc *wc) in ehca_poll_cq() 929 int ehca_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags notify_flags) in ehca_req_notify_cq()
|
D | ehca_uverbs.c | 161 static int ehca_mmap_cq(struct vm_area_struct *vma, struct ehca_cq *cq, in ehca_mmap_cq() 255 struct ehca_cq *cq; in ehca_mmap() local
|
D | hcp_if.c | 249 struct ehca_cq *cq, in hipz_h_alloc_resource_cq() 686 struct ehca_cq *cq, in hipz_h_destroy_cq()
|
D | ehca_qp.c | 422 static void del_from_err_list(struct ehca_cq *cq, struct list_head *node) in del_from_err_list()
|
D | ehca_classes.h | 73 struct ehca_cq *cq; member
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 35 static int destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in destroy_cq() 78 static int create_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in create_cq() 185 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe() 202 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq() 217 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe() 243 struct t4_cq *cq = &chp->cq; in c4iw_flush_sq() local 270 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs() 435 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes() 470 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq() 996 int c4iw_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata) in c4iw_resize_cq()
|
D | t4.h | 555 static inline int t4_clear_cq_armed(struct t4_cq *cq) in t4_clear_cq_armed() 560 static inline int t4_arm_cq(struct t4_cq *cq, int se) in t4_arm_cq() 578 static inline void t4_swcq_produce(struct t4_cq *cq) in t4_swcq_produce() 590 static inline void t4_swcq_consume(struct t4_cq *cq) in t4_swcq_consume() 598 static inline void t4_hwcq_consume(struct t4_cq *cq) in t4_hwcq_consume() 615 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe() 620 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe() 646 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe() 659 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe() 672 static inline int t4_cq_in_error(struct t4_cq *cq) in t4_cq_in_error() [all …]
|
D | iw_cxgb4.h | 427 struct t4_cq cq; member
|
D | t4fw_ri_api.h | 298 } cq; member
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_cq.c | 169 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() 666 struct mthca_cq *cq = to_mcq(ibcq); in mthca_poll_cq() local [all …]
|
D | mthca_provider.c | 650 struct mthca_cq *cq; in mthca_create_cq() local 722 static int mthca_alloc_resize_buf(struct mthca_dev *dev, struct mthca_cq *cq, in mthca_alloc_resize_buf() 770 struct mthca_cq *cq = to_mcq(ibcq); in mthca_resize_cq() local 843 static int mthca_destroy_cq(struct ib_cq *cq) in mthca_destroy_cq()
|
D | mthca_dev.h | 242 struct mthca_array cq; member
|
D | mthca_qp.c | 1549 struct mthca_cq *cq; in mthca_wq_overflow() local
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 71 int cxio_hal_cq_op(struct cxio_rdev *rdev_p, struct t3_cq *cq, in cxio_hal_cq_op() 158 int cxio_create_cq(struct cxio_rdev *rdev_p, struct t3_cq *cq, int kernel) in cxio_create_cq() 193 int cxio_resize_cq(struct cxio_rdev *rdev_p, struct t3_cq *cq) in cxio_resize_cq() 323 int cxio_destroy_cq(struct cxio_rdev *rdev_p, struct t3_cq *cq) in cxio_destroy_cq() 350 static void insert_recv_cqe(struct t3_wq *wq, struct t3_cq *cq) in insert_recv_cqe() 368 int cxio_flush_rq(struct t3_wq *wq, struct t3_cq *cq, int count) in cxio_flush_rq() 386 static void insert_sq_cqe(struct t3_wq *wq, struct t3_cq *cq, in insert_sq_cqe() 407 int cxio_flush_sq(struct t3_wq *wq, struct t3_cq *cq, int count) in cxio_flush_sq() 428 void cxio_flush_hw_cq(struct t3_cq *cq) in cxio_flush_hw_cq() 464 void cxio_count_scqes(struct t3_cq *cq, struct t3_wq *wq, int *count) in cxio_count_scqes() [all …]
|
D | cxio_wr.h | 735 static inline int cxio_cq_in_error(struct t3_cq *cq) in cxio_cq_in_error() 741 static inline void cxio_set_cq_in_error(struct t3_cq *cq) in cxio_set_cq_in_error() 767 static inline struct t3_cqe *cxio_next_hw_cqe(struct t3_cq *cq) in cxio_next_hw_cqe() 777 static inline struct t3_cqe *cxio_next_sw_cqe(struct t3_cq *cq) in cxio_next_sw_cqe() 788 static inline struct t3_cqe *cxio_next_cqe(struct t3_cq *cq) in cxio_next_cqe()
|
D | iwch_provider.h | 104 struct t3_cq cq; member
|
D | iwch_provider.c | 245 static int iwch_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata) in iwch_resize_cq()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | dsp_hwec.c | 55 struct mISDN_ctrl_req cq; in dsp_hwec_enable() local 109 struct mISDN_ctrl_req cq; in dsp_hwec_disable() local
|
D | dsp_core.c | 192 struct mISDN_ctrl_req cq; in dsp_rx_off_member() local 259 struct mISDN_ctrl_req cq; in dsp_fill_empty() local 631 struct mISDN_ctrl_req cq; in get_features() local
|
D | l1oip_core.c | 949 channel_dctrl(struct dchannel *dch, struct mISDN_ctrl_req *cq) in channel_dctrl() 1185 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq) in channel_bctrl()
|
D | hwchannel.c | 165 mISDN_ctrl_bchannel(struct bchannel *bch, struct mISDN_ctrl_req *cq) in mISDN_ctrl_bchannel()
|
D | dsp_cmx.c | 364 struct mISDN_ctrl_req cq; in dsp_cmx_hw_message() local
|
D | socket.c | 291 struct mISDN_ctrl_req cq; in data_sock_ioctl_bound() local
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | verbs.c | 222 rpcrdma_sendcq_poll(struct ib_cq *cq, struct rpcrdma_ep *ep) in rpcrdma_sendcq_poll() 251 rpcrdma_sendcq_upcall(struct ib_cq *cq, void *cq_context) in rpcrdma_sendcq_upcall() 311 rpcrdma_recvcq_poll(struct ib_cq *cq, struct rpcrdma_ep *ep) in rpcrdma_recvcq_poll() 350 rpcrdma_recvcq_upcall(struct ib_cq *cq, void *cq_context) in rpcrdma_recvcq_upcall() 557 rpcrdma_clean_cq(struct ib_cq *cq) in rpcrdma_clean_cq()
|
D | svc_rdma_transport.c | 248 static void rq_comp_handler(struct ib_cq *cq, void *cq_context) in rq_comp_handler() 389 struct ib_cq *cq = xprt->sc_sq_cq; in sq_cq_reap() local 429 static void sq_comp_handler(struct ib_cq *cq, void *cq_context) in sq_comp_handler()
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 505 struct ocrdma_queue_info *cq, in ocrdma_mbx_mq_cq_create() 547 struct ocrdma_queue_info *cq) in ocrdma_mbx_create_mq() 625 struct ocrdma_queue_info *mbxq, *cq; in ocrdma_destroy_mq() local 658 struct ocrdma_cq *cq = NULL; in ocrdma_dispatch_ibevent() local 838 struct ocrdma_cq *cq, bool sq) in _ocrdma_qp_buddy_cq_handler() 871 struct ocrdma_cq *cq) in ocrdma_qp_buddy_cq_handler() 903 struct ocrdma_cq *cq; in ocrdma_qp_cq_handler() local 1714 int ocrdma_mbx_create_cq(struct ocrdma_dev *dev, struct ocrdma_cq *cq, in ocrdma_mbx_create_cq() 1820 int ocrdma_mbx_destroy_cq(struct ocrdma_dev *dev, struct ocrdma_cq *cq) in ocrdma_mbx_destroy_cq() 2019 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_sq_flushlist() [all …]
|
D | ocrdma_verbs.c | 966 static int ocrdma_copy_cq_uresp(struct ocrdma_dev *dev, struct ocrdma_cq *cq, in ocrdma_copy_cq_uresp() 1006 struct ocrdma_cq *cq; in ocrdma_create_cq() local 1057 struct ocrdma_cq *cq = get_ocrdma_cq(ibcq); in ocrdma_resize_cq() local 1067 static void ocrdma_flush_cq(struct ocrdma_cq *cq) in ocrdma_flush_cq() 1095 struct ocrdma_cq *cq = get_ocrdma_cq(ibcq); in ocrdma_destroy_cq() local 1633 static void ocrdma_discard_cqes(struct ocrdma_qp *qp, struct ocrdma_cq *cq) in ocrdma_discard_cqes() 2802 static void ocrdma_change_cq_phase(struct ocrdma_cq *cq, struct ocrdma_cqe *cqe, in ocrdma_change_cq_phase() 2814 static int ocrdma_poll_hwcq(struct ocrdma_cq *cq, int num_entries, in ocrdma_poll_hwcq() 2882 static int ocrdma_add_err_cqe(struct ocrdma_cq *cq, int num_entries, in ocrdma_add_err_cqe() 2911 struct ocrdma_cq *cq = get_ocrdma_cq(ibcq); in ocrdma_poll_cq() local [all …]
|
D | ocrdma.h | 143 struct ocrdma_queue_info cq; member 479 static inline int is_cqe_valid(struct ocrdma_cq *cq, struct ocrdma_cqe *cqe) in is_cqe_valid()
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_ib_verbs.c | 577 struct ib_cq *cq; in usnic_ib_create_cq() local 587 int usnic_ib_destroy_cq(struct ib_cq *cq) in usnic_ib_destroy_cq() 753 int usnic_ib_req_notify_cq(struct ib_cq *cq, in usnic_ib_req_notify_cq()
|
/linux-4.1.27/include/linux/mlx5/ |
D | cq.h | 128 static inline void mlx5_cq_set_ci(struct mlx5_core_cq *cq) in mlx5_cq_set_ci() 138 static inline void mlx5_cq_arm(struct mlx5_core_cq *cq, u32 cmd, in mlx5_cq_arm()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | verbs.c | 1017 struct ib_cq *cq; in ib_create_cq() local 1034 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in ib_modify_cq() 1041 int ib_destroy_cq(struct ib_cq *cq) in ib_destroy_cq() 1050 int ib_resize_cq(struct ib_cq *cq, int cqe) in ib_resize_cq()
|
D | uverbs_cmd.c | 224 static void put_cq_read(struct ib_cq *cq) in put_cq_read() 1342 struct ib_cq *cq; in ib_uverbs_create_cq() local 1441 struct ib_cq *cq; in ib_uverbs_resize_cq() local 1505 struct ib_cq *cq; in ib_uverbs_poll_cq() local 1553 struct ib_cq *cq; in ib_uverbs_req_notify_cq() local 1577 struct ib_cq *cq; in ib_uverbs_destroy_cq() local
|
D | uverbs_main.c | 267 struct ib_cq *cq = uobj->object; in ib_uverbs_cleanup_ucontext() local 438 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context) in ib_uverbs_comp_handler()
|
D | mad_priv.h | 201 struct ib_cq *cq; member
|
D | mad.c | 2627 static void ib_mad_thread_completion_handler(struct ib_cq *cq, void *arg) in ib_mad_thread_completion_handler()
|
/linux-4.1.27/drivers/block/ |
D | null_blk.c | 234 struct completion_queue *cq; in null_cmd_timer_expired() local 254 struct completion_queue *cq = &per_cpu(completion_queues, get_cpu()); in null_cmd_end_timer() local 630 struct completion_queue *cq = &per_cpu(completion_queues, i); in null_init() local
|
/linux-4.1.27/include/linux/mlx4/ |
D | cq.h | 138 static inline void mlx4_cq_arm(struct mlx4_cq *cq, u32 cmd, in mlx4_cq_arm() 163 static inline void mlx4_cq_set_ci(struct mlx4_cq *cq) in mlx4_cq_set_ci()
|
D | device.h | 787 int cq; member
|
/linux-4.1.27/drivers/staging/unisys/visorutil/ |
D | charqueue.c | 39 struct charqueue *cq; in visor_charqueue_create() local
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_qmr.c | 125 struct ehea_cq *cq; in ehea_create_cq() local 212 static u64 ehea_destroy_cq_res(struct ehea_cq *cq, u64 force) in ehea_destroy_cq_res() 228 int ehea_destroy_cq(struct ehea_cq *cq) in ehea_destroy_cq()
|
D | ehea_hw.h | 246 static inline void ehea_update_feca(struct ehea_cq *cq, u32 nr_cqes) in ehea_update_feca() 253 static inline void ehea_reset_cq_n1(struct ehea_cq *cq) in ehea_reset_cq_n1()
|
D | ehea_qmr.h | 347 static inline void ehea_inc_cq(struct ehea_cq *cq) in ehea_inc_cq()
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 945 struct be_queue_info *cq, struct be_queue_info *eq, in beiscsi_cmd_cq_create() 1021 struct be_queue_info *cq) in beiscsi_cmd_mccq_create() 1142 struct be_queue_info *cq, in be_cmd_create_default_pdu_queue()
|
D | be.h | 102 struct be_queue_info *cq; member 109 struct be_queue_info cq; member
|
D | be_main.c | 888 struct be_queue_info *cq; in be_isr_msix() local 2071 struct be_queue_info *cq; in beiscsi_process_cq() local 3291 struct be_queue_info *cq, *eq; in beiscsi_create_cqs() local 3357 struct be_queue_info *dq, *cq; in beiscsi_create_def_hdr() local 3410 struct be_queue_info *dataq, *cq; in beiscsi_create_def_data() local 3752 struct be_queue_info *q, *cq; in be_mcc_queues_create() local
|
/linux-4.1.27/net/9p/ |
D | trans_rdma.c | 96 struct ib_cq *cq; member 344 static void cq_comp_handler(struct ib_cq *cq, void *cq_context) in cq_comp_handler()
|
/linux-4.1.27/kernel/locking/ |
D | lockdep.c | 916 static inline void __cq_init(struct circular_queue *cq) in __cq_init() 922 static inline int __cq_empty(struct circular_queue *cq) in __cq_empty() 927 static inline int __cq_full(struct circular_queue *cq) in __cq_full() 932 static inline int __cq_enqueue(struct circular_queue *cq, unsigned long elem) in __cq_enqueue() 942 static inline int __cq_dequeue(struct circular_queue *cq, unsigned long *elem) in __cq_dequeue() 952 static inline unsigned int __cq_get_elem_count(struct circular_queue *cq) in __cq_get_elem_count() 1002 struct circular_queue *cq = &lock_cq; in __bfs() local
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_hw.c | 2311 struct nes_hw_cq *cq; in nes_process_ceq() local 2772 static void nes_nic_napi_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_napi_ce_handler() 2788 void nes_nic_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_ce_handler() 3014 static void nes_cqp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *cq) in nes_cqp_ce_handler()
|
D | nes_mgt.c | 773 static void nes_mgt_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_mgt_ce_handler()
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | mISDNipac.c | 1398 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq) in channel_bctrl() 1515 channel_ctrl(struct ipac_hw *ipac, struct mISDN_ctrl_req *cq) in channel_ctrl()
|
D | hfcsusb.c | 504 channel_ctrl(struct hfcsusb *hw, struct mISDN_ctrl_req *cq) in channel_ctrl() 806 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq) in channel_bctrl()
|
D | w6692.c | 1002 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq) in channel_bctrl() 1025 channel_ctrl(struct w6692_hw *card, struct mISDN_ctrl_req *cq) in channel_ctrl()
|
D | netjet.c | 797 channel_bctrl(struct tiger_ch *bc, struct mISDN_ctrl_req *cq) in channel_bctrl() 835 channel_ctrl(struct tiger_hw *card, struct mISDN_ctrl_req *cq) in channel_ctrl()
|
D | speedfax.c | 221 channel_ctrl(struct sfax_hw *sf, struct mISDN_ctrl_req *cq) in channel_ctrl()
|
D | avmfritz.c | 843 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq) in channel_bctrl() 880 channel_ctrl(struct fritzcard *fc, struct mISDN_ctrl_req *cq) in channel_ctrl()
|
D | hfcpci.c | 1534 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq) in channel_bctrl() 1791 channel_ctrl(struct hfc_pci *hc, struct mISDN_ctrl_req *cq) in channel_ctrl()
|
D | mISDNisar.c | 1574 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq) in channel_bctrl()
|
D | hfcmulti.c | 3566 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq) in channel_bctrl() 4135 channel_dctrl(struct dchannel *dch, struct mISDN_ctrl_req *cq) in channel_dctrl()
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iser_verbs.c | 1199 struct ib_cq *cq = comp->cq; in iser_cq_tasklet_fn() local 1221 static void iser_cq_callback(struct ib_cq *cq, void *cq_context) in iser_cq_callback()
|
D | iscsi_iser.h | 322 struct ib_cq *cq; member
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 481 void ipoib_ib_completion(struct ib_cq *cq, void *dev_ptr) in ipoib_ib_completion() 503 void ipoib_send_comp_handler(struct ib_cq *cq, void *dev_ptr) in ipoib_send_comp_handler()
|
/linux-4.1.27/net/sunrpc/ |
D | cache.c | 919 struct cache_queue *cq; in cache_poll() local 947 struct cache_queue *cq; in cache_ioctl() local 1003 struct cache_queue *cq; in cache_release() local 1030 struct cache_queue *cq, *tmp; in cache_dequeue() local
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 11809 lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_els_wcqe() 11887 struct lpfc_queue *cq, in lpfc_sli4_sp_handle_abort_xri_wcqe() 12014 lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_cqe() 12075 struct lpfc_queue *cq = NULL, *childq; in lpfc_sli4_sp_handle_eqe() local 12155 lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_fcp_wcqe() 12229 lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_rel_wcqe() 12262 lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_wcqe() 12318 struct lpfc_queue *cq; in lpfc_sli4_hba_handle_eqe() local 12421 struct lpfc_queue *cq; in lpfc_sli4_fof_handle_eqe() local 13094 lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_cq_create() [all …]
|
/linux-4.1.27/net/rds/ |
D | iw_send.c | 196 void rds_iw_send_cq_comp_handler(struct ib_cq *cq, void *context) in rds_iw_send_cq_comp_handler()
|
D | ib_send.c | 274 void rds_ib_send_cq_comp_handler(struct ib_cq *cq, void *context) in rds_ib_send_cq_comp_handler()
|
D | iw_recv.c | 768 void rds_iw_recv_cq_comp_handler(struct ib_cq *cq, void *context) in rds_iw_recv_cq_comp_handler()
|
D | ib_recv.c | 937 void rds_ib_recv_cq_comp_handler(struct ib_cq *cq, void *context) in rds_ib_recv_cq_comp_handler()
|
/linux-4.1.27/drivers/atm/ |
D | ambassador.c | 557 amb_cq * cq = &dev->cq; in command_do() local 1545 amb_cq * cq = &dev->cq; in create_queues() local
|
D | ambassador.h | 633 amb_cq cq; member
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 1877 static void srpt_process_rcv_completion(struct ib_cq *cq, in srpt_process_rcv_completion() 1915 static void srpt_process_send_completion(struct ib_cq *cq, in srpt_process_send_completion() 1960 static void srpt_process_completion(struct ib_cq *cq, struct srpt_rdma_ch *ch) in srpt_process_completion() 1989 static void srpt_completion(struct ib_cq *cq, void *ctx) in srpt_completion()
|
D | ib_srpt.h | 307 struct ib_cq *cq; member
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 1061 int be_cmd_cq_create(struct be_adapter *adapter, struct be_queue_info *cq, in be_cmd_cq_create() 1140 struct be_queue_info *cq) in be_cmd_mccq_ext_create() 1205 struct be_queue_info *cq) in be_cmd_mccq_org_create() 1248 struct be_queue_info *mccq, struct be_queue_info *cq) in be_cmd_mccq_create() 1267 struct be_queue_info *cq = &txo->cq; in be_cmd_txq_create() local
|
D | be.h | 222 struct be_queue_info cq; member 254 struct be_queue_info cq; member 308 struct be_queue_info cq; member
|
D | be_main.c | 2406 struct be_queue_info *q, *cq; in be_mcc_queues_create() local 2457 struct be_queue_info *cq; in be_tx_qs_create() local 2516 struct be_queue_info *eq, *cq; in be_rx_cqs_create() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 219 struct cxgb4_range cq; member
|
D | sge.c | 2838 struct sge_ctrl_txq *cq = &adap->sge.ctrlq[i]; in t4_free_sge_resources() local 2895 struct sge_ctrl_txq *cq = &s->ctrlq[i]; in t4_sge_stop() local
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_defs.h | 134 u32 cq:1; /* completion request */ member 142 u32 cq:1; /* completion request */ member
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 418 struct ib_cq *cq; member 749 struct ib_cq *cq; member 1240 struct ib_cq *cq; member 2061 static inline int ib_poll_cq(struct ib_cq *cq, int num_entries, in ib_poll_cq() 2106 static inline int ib_req_notify_cq(struct ib_cq *cq, in ib_req_notify_cq() 2119 static inline int ib_req_ncomp_notif(struct ib_cq *cq, int wc_cnt) in ib_req_ncomp_notif()
|
/linux-4.1.27/drivers/infiniband/ulp/isert/ |
D | ib_isert.h | 201 struct ib_cq *cq; member
|
D | ib_isert.c | 2145 isert_cq_callback(struct ib_cq *cq, void *context) in isert_cq_callback()
|
/linux-4.1.27/net/ipv4/ |
D | ipconfig.c | 1345 char *cp, *cq; in root_nfs_parse_addr() local
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
D | wext.c | 133 } __packed cq; in orinoco_get_wireless_stats() local
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 1012 struct fcoe_cqe *cq; in bnx2fc_process_new_cqes() local
|
D | bnx2fc.h | 325 struct fcoe_cqe *cq; member
|
/linux-4.1.27/include/linux/ |
D | isdnif.h | 263 __u8 cq; member
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 1947 static void srp_recv_completion(struct ib_cq *cq, void *ch_ptr) in srp_recv_completion() 1962 static void srp_send_completion(struct ib_cq *cq, void *ch_ptr) in srp_send_completion()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_cb.c | 3269 kiblnd_cq_completion(struct ib_cq *cq, void *arg) in kiblnd_cq_completion()
|
D | o2iblnd.c | 651 struct ib_cq *cq; in kiblnd_create_conn() local
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bna_types.h | 643 struct bna_cq *cq; member 712 struct bna_cq cq; member
|
D | bnad.c | 590 struct bna_cq_entry *cq, *cmpl, *next_cmpl; in bnad_cq_process() local
|
D | bfi_enet.h | 505 struct bfi_enet_cq cq; member
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_core_main.c | 3620 int qeth_configure_cq(struct qeth_card *card, enum qeth_cq cq) in qeth_configure_cq() 3653 struct qeth_qdio_q *cq = card->qdio.c_q; in qeth_qdio_cq_handler() local
|
D | qeth_core.h | 697 enum qeth_cq cq; member
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 3893 struct ustorm_iscsi_cq_db cq[8]; member
|