/linux-4.4.14/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 98 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq, in mlx4_en_activate_cq() 180 struct mlx4_en_cq *cq = *pcq; in mlx4_en_destroy_cq() local 194 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_deactivate_cq() 207 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_set_cq_moder() 213 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() 497 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq); in mlx4_en_tx_irq() local 509 struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi); in mlx4_en_poll_tx_cq() local
|
D | mlx4_en.h | 626 static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq) in mlx4_en_cq_init_lock() 633 static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_napi() 649 static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_unlock_napi() 664 static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_poll() 684 static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq) in mlx4_en_cq_unlock_poll() 698 static inline bool mlx4_en_cq_busy_polling(struct mlx4_en_cq *cq) in mlx4_en_cq_busy_polling() 704 static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq) in mlx4_en_cq_init_lock() 708 static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_napi() 713 static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_unlock_napi() 718 static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_poll() [all …]
|
D | en_rx.c | 744 int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int budget) in mlx4_en_process_rx_cq() 1024 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq); in mlx4_en_rx_irq() local 1036 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 1215 struct mlx4_en_cq *cq; in mlx4_en_netpoll() local 1330 struct mlx4_en_cq *cq; in mlx4_en_set_default_moderation() local 1376 struct mlx4_en_cq *cq; in mlx4_en_auto_moderation() local 1530 struct mlx4_en_cq *cq; in mlx4_en_start_port() local 1860 struct mlx4_en_cq *cq = priv->rx_cq[i]; in mlx4_en_stop_port() local
|
D | resource_tracker.c | 193 struct res_cq *cq; member 1594 enum res_cq_states state, struct res_cq **cq) in cq_res_start_move_to() 3363 struct res_cq *cq = NULL; in mlx4_SW2HW_CQ_wrapper() local 3399 struct res_cq *cq = NULL; in mlx4_HW2SW_CQ_wrapper() local 3423 struct res_cq *cq; in mlx4_QUERY_CQ_wrapper() local 3445 struct res_cq *cq) in handle_resize() 3495 struct res_cq *cq; in mlx4_MODIFY_CQ_wrapper() local 4662 struct res_cq *cq; in rem_slave_cqs() local
|
/linux-4.4.14/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() 178 struct mlx4_ib_cq *cq; in mlx4_ib_create_cq() local 283 static int mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_buf() 307 static int mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_umem() 336 static int mlx4_ib_get_outstanding_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_get_outstanding_cqes() [all …]
|
D | mlx4_ib.h | 102 struct ib_cq *cq; member 431 struct ib_cq *cq; member
|
D | mad.c | 1124 static void mlx4_ib_tunnel_comp_handler(struct ib_cq *cq, void *arg) in mlx4_ib_tunnel_comp_handler()
|
D | qp.c | 2489 struct mlx4_ib_cq *cq; in mlx4_wq_overflow() local
|
/linux-4.4.14/drivers/staging/rdma/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 | 298 struct c2_cq *cq; in c2_create_cq() local 322 struct c2_cq *cq = to_c2cq(ib_cq); in c2_destroy_cq() local
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | cq.c | 40 static void mlx5_ib_cq_comp(struct mlx5_core_cq *cq) in mlx5_ib_cq_comp() 49 struct mlx5_ib_cq *cq = container_of(mcq, struct mlx5_ib_cq, mcq); in mlx5_ib_cq_event() local 73 static void *get_cqe(struct mlx5_ib_cq *cq, int n) in get_cqe() 83 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe() 98 static void *next_cqe_sw(struct mlx5_ib_cq *cq) in next_cqe_sw() 410 static int mlx5_poll_one(struct mlx5_ib_cq *cq, in mlx5_poll_one() 556 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_poll_cq() local 612 struct ib_ucontext *context, struct mlx5_ib_cq *cq, in create_cq_user() 679 static void destroy_cq_user(struct mlx5_ib_cq *cq, struct ib_ucontext *context) in destroy_cq_user() 685 static void init_cq_buf(struct mlx5_ib_cq *cq, struct mlx5_ib_cq_buf *buf) in init_cq_buf() [all …]
|
D | main.c | 1080 struct ib_cq *cq; in create_umr_res() local
|
D | mr.c | 737 void mlx5_umr_cq_handler(struct ib_cq *cq, void *cq_context) in mlx5_umr_cq_handler()
|
D | mlx5_ib.h | 354 struct ib_cq *cq; member
|
D | qp.c | 1815 struct mlx5_ib_cq *cq; in mlx5_wq_overflow() local
|
/linux-4.4.14/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() 223 struct mlx5_core_cq *cq, in mlx5_core_modify_cq_moderation()
|
D | en_txrx.c | 35 struct mlx5_cqe64 *mlx5e_get_cqe(struct mlx5e_cq *cq) in mlx5e_get_cqe() 88 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_completion_event() local 98 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_cq_error_event() local
|
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()
|
D | en_main.c | 743 struct mlx5e_cq *cq) in mlx5e_create_cq() 789 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq() 794 static int mlx5e_enable_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_enable_cq() 840 static void mlx5e_disable_cq(struct mlx5e_cq *cq) in mlx5e_disable_cq() 850 struct mlx5e_cq *cq, in mlx5e_open_cq() 880 static void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq() 1501 struct mlx5e_cq *cq, in mlx5e_create_drop_cq() 1538 struct mlx5e_cq *cq = &priv->drop_rq.cq; in mlx5e_open_drop_rq() local
|
D | en_rx.c | 218 bool mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget) in mlx5e_poll_rx_cq()
|
D | en_tx.c | 315 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq) in mlx5e_poll_tx_cq()
|
D | en.h | 317 struct mlx5e_cq cq; member 367 struct mlx5e_cq cq; member 618 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq) in mlx5e_cq_arm()
|
/linux-4.4.14/drivers/staging/rdma/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 207 struct ipath_cq *cq; in ipath_create_cq() local 322 struct ipath_cq *cq = to_icq(ibcq); in ipath_destroy_cq() local 349 struct ipath_cq *cq = to_icq(ibcq); in ipath_req_notify_cq() local 378 struct ipath_cq *cq = to_icq(ibcq); in ipath_resize_cq() local
|
/linux-4.4.14/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 222 struct qib_cq *cq; in qib_create_cq() local 338 struct qib_cq *cq = to_icq(ibcq); in qib_destroy_cq() local 365 struct qib_cq *cq = to_icq(ibcq); in qib_req_notify_cq() local 394 struct qib_cq *cq = to_icq(ibcq); in qib_resize_cq() local
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | cq.c | 67 void hfi1_cq_enter(struct hfi1_cq *cq, struct ib_wc *entry, int solicited) in hfi1_cq_enter() 154 struct hfi1_cq *cq = to_icq(ibcq); in hfi1_poll_cq() local 192 struct hfi1_cq *cq = container_of(work, struct hfi1_cq, comptask); in send_complete() local 238 struct hfi1_cq *cq; in hfi1_create_cq() local 351 struct hfi1_cq *cq = to_icq(ibcq); in hfi1_destroy_cq() local 378 struct hfi1_cq *cq = to_icq(ibcq); in hfi1_req_notify_cq() local 407 struct hfi1_cq *cq = to_icq(ibcq); in hfi1_resize_cq() local
|
D | user_sdma.c | 187 struct hfi1_user_sdma_comp_q *cq; member 359 struct hfi1_user_sdma_comp_q *cq; in hfi1_user_sdma_alloc_queues() local 490 struct hfi1_user_sdma_comp_q *cq = user_sdma_comp_fp(fp); in hfi1_user_sdma_process_request() local
|
D | file_ops.c | 441 struct hfi1_user_sdma_comp_q *cq; in hfi1_write_iter() local 669 struct hfi1_user_sdma_comp_q *cq; in hfi1_file_mmap() local
|
D | hfi.h | 1101 struct hfi1_user_sdma_comp_q *cq; member
|
/linux-4.4.14/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.4.14/drivers/scsi/snic/ |
D | vnic_cq.c | 24 void svnic_cq_free(struct vnic_cq *cq) in svnic_cq_free() 31 int svnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, in svnic_cq_alloc() 53 void svnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in svnic_cq_init() 76 void svnic_cq_clean(struct vnic_cq *cq) in svnic_cq_clean()
|
D | vnic_cq_fw.h | 24 vnic_cq_fw_service(struct vnic_cq *cq, in vnic_cq_fw_service()
|
D | vnic_cq.h | 60 static inline unsigned int svnic_cq_service(struct vnic_cq *cq, in svnic_cq_service()
|
D | snic.h | 339 ____cacheline_aligned struct vnic_cq cq[SNIC_CQ_MAX]; member
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | vnic_cq.c | 29 void vnic_cq_free(struct vnic_cq *cq) in vnic_cq_free() 36 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() 57 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in vnic_cq_init() 82 void vnic_cq_clean(struct vnic_cq *cq) in vnic_cq_clean()
|
D | enic_main.c | 1111 struct vnic_cq *cq = &enic->cq[enic_cq_rq(enic, rq->index)]; in enic_rq_indicate_buf() local 1225 struct vnic_cq *cq = &enic->cq[enic_cq_rq(enic, rq->index)]; in enic_set_int_moderation() local 1237 struct vnic_cq *cq = &enic->cq[enic_cq_rq(enic, rq->index)]; in enic_calc_int_moderation() local 1395 unsigned int cq = enic_cq_rq(enic, rq); in enic_busy_poll() local 1423 unsigned int cq; in enic_poll_msix_wq() local 1452 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 | 188 ____cacheline_aligned struct vnic_cq cq[ENIC_CQ_MAX]; member
|
/linux-4.4.14/drivers/staging/rdma/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() 123 struct ib_cq *cq; in ehca_create_cq() local 320 int ehca_destroy_cq(struct ib_cq *cq) in ehca_destroy_cq() 375 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 | 626 static inline int ehca_poll_cq_one(struct ib_cq *cq, struct ib_wc *wc) in ehca_poll_cq_one() 799 static int generate_flush_cqes(struct ehca_qp *my_qp, struct ib_cq *cq, in generate_flush_cqes() 873 int ehca_poll_cq(struct ib_cq *cq, int num_entries, struct ib_wc *wc) in ehca_poll_cq() 930 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.4.14/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() 183 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe() 200 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq() 215 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe() 241 struct t4_cq *cq = &chp->cq; in c4iw_flush_sq() local 268 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs() 433 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes() 468 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq() 999 int c4iw_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata) in c4iw_resize_cq()
|
D | t4.h | 566 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() 596 static inline void t4_swcq_produce(struct t4_cq *cq) in t4_swcq_produce() 608 static inline void t4_swcq_consume(struct t4_cq *cq) in t4_swcq_consume() 616 static inline void t4_hwcq_consume(struct t4_cq *cq) in t4_hwcq_consume() 632 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe() 637 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe() 663 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe() 676 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe() [all …]
|
D | iw_cxgb4.h | 415 struct t4_cq cq; member
|
D | t4fw_ri_api.h | 298 } cq; member
|
/linux-4.4.14/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 | 655 struct mthca_cq *cq; in mthca_create_cq() local 730 static int mthca_alloc_resize_buf(struct mthca_dev *dev, struct mthca_cq *cq, in mthca_alloc_resize_buf() 778 struct mthca_cq *cq = to_mcq(ibcq); in mthca_resize_cq() local 851 static int mthca_destroy_cq(struct ib_cq *cq) in mthca_destroy_cq()
|
D | mthca_qp.c | 1549 struct mthca_cq *cq; in mthca_wq_overflow() local
|
D | mthca_dev.h | 242 struct mthca_array cq; member
|
/linux-4.4.14/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 | 106 struct t3_cq cq; member
|
D | iwch_provider.c | 254 static int iwch_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata) in iwch_resize_cq()
|
/linux-4.4.14/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.4.14/net/sunrpc/xprtrdma/ |
D | verbs.c | 154 rpcrdma_sendcq_poll(struct ib_cq *cq) in rpcrdma_sendcq_poll() 176 rpcrdma_sendcq_upcall(struct ib_cq *cq, void *cq_context) in rpcrdma_sendcq_upcall() 235 rpcrdma_recvcq_poll(struct ib_cq *cq) in rpcrdma_recvcq_poll() 256 rpcrdma_recvcq_upcall(struct ib_cq *cq, void *cq_context) in rpcrdma_recvcq_upcall() 439 rpcrdma_clean_cq(struct ib_cq *cq) in rpcrdma_clean_cq()
|
D | svc_rdma_transport.c | 300 static void rq_comp_handler(struct ib_cq *cq, void *cq_context) in rq_comp_handler() 441 struct ib_cq *cq = xprt->sc_sq_cq; in sq_cq_reap() local 482 static void sq_comp_handler(struct ib_cq *cq, void *cq_context) in sq_comp_handler()
|
/linux-4.4.14/net/rds/ |
D | ib_cm.c | 227 static void rds_ib_cq_comp_handler_recv(struct ib_cq *cq, void *context) in rds_ib_cq_comp_handler_recv() 239 static void poll_cq(struct rds_ib_connection *ic, struct ib_cq *cq, in poll_cq() 331 static void rds_ib_cq_comp_handler_send(struct ib_cq *cq, void *context) in rds_ib_cq_comp_handler_send()
|
D | iw_send.c | 188 void rds_iw_send_cq_comp_handler(struct ib_cq *cq, void *context) in rds_iw_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()
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 521 struct ocrdma_queue_info *cq, in ocrdma_mbx_mq_cq_create() 563 struct ocrdma_queue_info *cq) in ocrdma_mbx_create_mq() 643 struct ocrdma_queue_info *mbxq, *cq; in ocrdma_destroy_mq() local 676 struct ocrdma_cq *cq = NULL; in ocrdma_dispatch_ibevent() local 900 struct ocrdma_cq *cq, bool sq) in _ocrdma_qp_buddy_cq_handler() 933 struct ocrdma_cq *cq) in ocrdma_qp_buddy_cq_handler() 965 struct ocrdma_cq *cq; in ocrdma_qp_cq_handler() local 1780 int ocrdma_mbx_create_cq(struct ocrdma_dev *dev, struct ocrdma_cq *cq, in ocrdma_mbx_create_cq() 1886 int ocrdma_mbx_destroy_cq(struct ocrdma_dev *dev, struct ocrdma_cq *cq) in ocrdma_mbx_destroy_cq() 2085 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 | 1032 static int ocrdma_copy_cq_uresp(struct ocrdma_dev *dev, struct ocrdma_cq *cq, in ocrdma_copy_cq_uresp() 1074 struct ocrdma_cq *cq; in ocrdma_create_cq() local 1128 struct ocrdma_cq *cq = get_ocrdma_cq(ibcq); in ocrdma_resize_cq() local 1138 static void ocrdma_flush_cq(struct ocrdma_cq *cq) in ocrdma_flush_cq() 1166 struct ocrdma_cq *cq = get_ocrdma_cq(ibcq); in ocrdma_destroy_cq() local 1704 static void ocrdma_discard_cqes(struct ocrdma_qp *qp, struct ocrdma_cq *cq) in ocrdma_discard_cqes() 2850 static void ocrdma_change_cq_phase(struct ocrdma_cq *cq, struct ocrdma_cqe *cqe, in ocrdma_change_cq_phase() 2862 static int ocrdma_poll_hwcq(struct ocrdma_cq *cq, int num_entries, in ocrdma_poll_hwcq() 2925 static int ocrdma_add_err_cqe(struct ocrdma_cq *cq, int num_entries, in ocrdma_add_err_cqe() 2954 struct ocrdma_cq *cq = get_ocrdma_cq(ibcq); in ocrdma_poll_cq() local [all …]
|
D | ocrdma.h | 158 struct ocrdma_queue_info cq; member 499 static inline int is_cqe_valid(struct ocrdma_cq *cq, struct ocrdma_cqe *cqe) in is_cqe_valid()
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib_verbs.c | 597 struct ib_cq *cq; in usnic_ib_create_cq() local 610 int usnic_ib_destroy_cq(struct ib_cq *cq) in usnic_ib_destroy_cq() 776 int usnic_ib_req_notify_cq(struct ib_cq *cq, in usnic_ib_req_notify_cq()
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 323 struct cmp_queue *cq, int q_len) in nicvf_init_cmp_queue() 339 static void nicvf_free_cmp_queue(struct nicvf *nic, struct cmp_queue *cq) in nicvf_free_cmp_queue() 563 struct cmp_queue *cq; in nicvf_cmp_queue_config() local 1418 struct cmp_queue *cq, struct cqe_rx_t *cqe_rx) in nicvf_check_cqe_rx_errs() 1514 struct cmp_queue *cq, struct cqe_send_t *cqe_tx) in nicvf_check_cqe_tx_errs()
|
D | nicvf_main.c | 509 struct cmp_queue *cq, in nicvf_snd_pkt_handler() 569 struct cmp_queue *cq, in nicvf_rcv_pkt_handler() 641 struct cmp_queue *cq = &qs->cq[cq_idx]; in nicvf_cq_intr_handler() local 733 struct nicvf_cq_poll *cq; in nicvf_poll() local
|
D | nicvf_queues.h | 290 struct cmp_queue cq[MAX_CMP_QUEUES_PER_QS]; member
|
/linux-4.4.14/drivers/infiniband/core/ |
D | verbs.c | 1160 struct ib_cq *cq; in ib_create_cq() local 1177 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in ib_modify_cq() 1184 int ib_destroy_cq(struct ib_cq *cq) in ib_destroy_cq() 1193 int ib_resize_cq(struct ib_cq *cq, int cqe) in ib_resize_cq()
|
D | uverbs_cmd.c | 226 static void put_cq_read(struct ib_cq *cq) in put_cq_read() 1363 struct ib_cq *cq; in create_cq() local 1562 struct ib_cq *cq; in ib_uverbs_resize_cq() local 1627 struct ib_cq *cq; in ib_uverbs_poll_cq() local 1676 struct ib_cq *cq; in ib_uverbs_req_notify_cq() local 1701 struct ib_cq *cq; in ib_uverbs_destroy_cq() local
|
D | uverbs_main.c | 269 struct ib_cq *cq = uobj->object; in ib_uverbs_cleanup_ucontext() local 465 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context) in ib_uverbs_comp_handler()
|
D | mad_priv.h | 200 struct ib_cq *cq; member
|
D | mad.c | 2858 static void ib_mad_thread_completion_handler(struct ib_cq *cq, void *arg) in ib_mad_thread_completion_handler()
|
/linux-4.4.14/include/linux/mlx4/ |
D | cq.h | 139 static inline void mlx4_cq_arm(struct mlx4_cq *cq, u32 cmd, in mlx4_cq_arm() 164 static inline void mlx4_cq_set_ci(struct mlx4_cq *cq) in mlx4_cq_set_ci()
|
D | device.h | 812 int cq; member
|
/linux-4.4.14/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.4.14/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 949 struct be_queue_info *cq, struct be_queue_info *eq, in beiscsi_cmd_cq_create() 1025 struct be_queue_info *cq) in beiscsi_cmd_mccq_create() 1146 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 | 900 struct be_queue_info *cq; in be_isr_msix() local 2092 struct be_queue_info *cq; in beiscsi_process_cq() local 3312 struct be_queue_info *cq, *eq; in beiscsi_create_cqs() local 3378 struct be_queue_info *dq, *cq; in beiscsi_create_def_hdr() local 3431 struct be_queue_info *dataq, *cq; in beiscsi_create_def_data() local 3779 struct be_queue_info *q, *cq; in be_mcc_queues_create() local
|
/linux-4.4.14/net/9p/ |
D | trans_rdma.c | 96 struct ib_cq *cq; member 342 static void cq_comp_handler(struct ib_cq *cq, void *cq_context) in cq_comp_handler()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/isdn/hardware/mISDN/ |
D | mISDNipac.c | 1397 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq) in channel_bctrl() 1514 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.4.14/net/sunrpc/ |
D | cache.c | 926 struct cache_queue *cq; in cache_poll() local 954 struct cache_queue *cq; in cache_ioctl() local 1010 struct cache_queue *cq; in cache_release() local 1037 struct cache_queue *cq, *tmp; in cache_dequeue() local
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 11791 lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_els_wcqe() 11869 struct lpfc_queue *cq, in lpfc_sli4_sp_handle_abort_xri_wcqe() 11996 lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_cqe() 12057 struct lpfc_queue *cq = NULL, *childq; in lpfc_sli4_sp_handle_eqe() local 12137 lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_fcp_wcqe() 12211 lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_rel_wcqe() 12244 lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_wcqe() 12300 struct lpfc_queue *cq; in lpfc_sli4_hba_handle_eqe() local 12403 struct lpfc_queue *cq; in lpfc_sli4_fof_handle_eqe() local 13070 lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_cq_create() [all …]
|
/linux-4.4.14/drivers/infiniband/ulp/iser/ |
D | iser_verbs.c | 1246 struct ib_cq *cq = comp->cq; in iser_cq_tasklet_fn() local 1268 static void iser_cq_callback(struct ib_cq *cq, void *cq_context) in iser_cq_callback()
|
D | iscsi_iser.h | 345 struct ib_cq *cq; member
|
/linux-4.4.14/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.4.14/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 1872 static void srpt_process_rcv_completion(struct ib_cq *cq, in srpt_process_rcv_completion() 1910 static void srpt_process_send_completion(struct ib_cq *cq, in srpt_process_send_completion() 1955 static void srpt_process_completion(struct ib_cq *cq, struct srpt_rdma_ch *ch) in srpt_process_completion() 1984 static void srpt_completion(struct ib_cq *cq, void *ctx) in srpt_completion()
|
D | ib_srpt.h | 306 struct ib_cq *cq; member
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 1096 int be_cmd_cq_create(struct be_adapter *adapter, struct be_queue_info *cq, in be_cmd_cq_create() 1175 struct be_queue_info *cq) in be_cmd_mccq_ext_create() 1240 struct be_queue_info *cq) in be_cmd_mccq_org_create() 1283 struct be_queue_info *mccq, struct be_queue_info *cq) in be_cmd_mccq_create() 1302 struct be_queue_info *cq = &txo->cq; in be_cmd_txq_create() local
|
D | be.h | 226 struct be_queue_info cq; member 259 struct be_queue_info cq; member 314 struct be_queue_info cq; member
|
D | be_main.c | 2657 struct be_queue_info *q, *cq; in be_mcc_queues_create() local 2708 struct be_queue_info *cq; in be_tx_qs_create() local 2767 struct be_queue_info *eq, *cq; in be_rx_cqs_create() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 228 struct cxgb4_range cq; member
|
D | sge.c | 2908 struct sge_ctrl_txq *cq = &adap->sge.ctrlq[i]; in t4_free_sge_resources() local 2965 struct sge_ctrl_txq *cq = &s->ctrlq[i]; in t4_sge_stop() local
|
/linux-4.4.14/drivers/infiniband/ulp/isert/ |
D | ib_isert.h | 195 struct ib_cq *cq; member
|
D | ib_isert.c | 2121 isert_cq_callback(struct ib_cq *cq, void *context) in isert_cq_callback()
|
/linux-4.4.14/net/ipv4/ |
D | ipconfig.c | 1359 char *cp, *cq; in root_nfs_parse_addr() local
|
/linux-4.4.14/include/rdma/ |
D | ib_verbs.h | 484 struct ib_cq *cq; member 814 struct ib_cq *cq; member 1332 struct ib_cq *cq; member 2512 static inline int ib_poll_cq(struct ib_cq *cq, int num_entries, in ib_poll_cq() 2557 static inline int ib_req_notify_cq(struct ib_cq *cq, in ib_req_notify_cq() 2570 static inline int ib_req_ncomp_notif(struct ib_cq *cq, int wc_cnt) in ib_req_ncomp_notif()
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 1012 struct fcoe_cqe *cq; in bnx2fc_process_new_cqes() local
|
D | bnx2fc.h | 324 struct fcoe_cqe *cq; member
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | wext.c | 133 } __packed cq; in orinoco_get_wireless_stats() local
|
/linux-4.4.14/drivers/net/vmxnet3/ |
D | vmxnet3_defs.h | 134 u32 cq:1; /* completion request */ member 142 u32 cq:1; /* completion request */ member
|
/linux-4.4.14/include/linux/ |
D | isdnif.h | 263 __u8 cq; member
|
/linux-4.4.14/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 2006 static void srp_recv_completion(struct ib_cq *cq, void *ch_ptr) in srp_recv_completion() 2021 static void srp_send_completion(struct ib_cq *cq, void *ch_ptr) in srp_send_completion()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 653 struct ib_cq *cq; in kiblnd_create_conn() local
|
D | o2iblnd_cb.c | 3231 kiblnd_cq_completion(struct ib_cq *cq, void *arg) in kiblnd_cq_completion()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bna_types.h | 631 struct bna_cq *cq; member 699 struct bna_cq cq; member
|
D | bnad.c | 604 struct bna_cq_entry *cq, *cmpl, *next_cmpl; in bnad_cq_process() local
|
D | bfi_enet.h | 503 struct bfi_enet_cq cq; member
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core_main.c | 3572 int qeth_configure_cq(struct qeth_card *card, enum qeth_cq cq) in qeth_configure_cq() 3605 struct qeth_qdio_q *cq = card->qdio.c_q; in qeth_qdio_cq_handler() local
|
D | qeth_core.h | 698 enum qeth_cq cq; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 155 } cq; member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 3893 struct ustorm_iscsi_cq_db cq[8]; member
|