/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | cq.c | 80 struct mlx4_cqe *cqe = get_cqe(cq, n & cq->ibcq.cqe); in get_sw_cqe() local 132 static void mlx4_ib_free_cq_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq_buf *buf, int cqe) in mlx4_ib_free_cq_buf() 139 u64 buf_addr, int cqe) in mlx4_ib_get_cq_umem() 340 struct mlx4_cqe *cqe, *new_cqe; in mlx4_ib_cq_resize_copy_cqes() local 485 static void dump_cqe(void *cqe) in dump_cqe() 495 static void mlx4_ib_handle_error_cqe(struct mlx4_err_cqe *cqe, in mlx4_ib_handle_error_cqe() 571 unsigned tail, struct mlx4_cqe *cqe, int is_eth) in use_tunnel_data() 651 struct mlx4_cqe *cqe; in mlx4_ib_poll_one() local 929 struct mlx4_cqe *cqe, *dest; in __mlx4_ib_cq_clean() local
|
D | mlx4_ib.h | 100 int cqe; member
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 187 struct t4_cqe cqe; in insert_recv_cqe() local 220 struct t4_cqe cqe; in insert_sq_cqe() local 419 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr() 437 struct t4_cqe *cqe; in c4iw_count_rcqes() local 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 | 262 struct t4_cqe cqe; member 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() 659 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
|
D | device.c | 117 void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe) in c4iw_log_wr_stats()
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | cq.c | 84 void *cqe = get_cqe(cq, n & cq->ibcq.cqe); in get_sw_cqe() local 120 static void handle_good_req(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_good_req() 170 static void handle_responder(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_responder() 233 static void dump_cqe(struct mlx5_ib_dev *dev, struct mlx5_err_cqe *cqe) in dump_cqe() 246 struct mlx5_err_cqe *cqe, in mlx5_handle_error_cqe() 370 static void get_sig_err_item(struct mlx5_sig_err_cqe *cqe, in get_sig_err_item() 417 void *cqe; in mlx5_poll_one() local 681 void *cqe; in init_cq_buf() local 858 void *cqe, *dest; in __mlx5_ib_cq_clean() local
|
/linux-4.1.27/drivers/scsi/bnx2i/ |
D | bnx2i_hwi.c | 1355 struct cqe *cqe) in bnx2i_process_scsi_cmd_resp() 1452 struct cqe *cqe) in bnx2i_process_login_resp() 1520 struct cqe *cqe) in bnx2i_process_text_resp() 1581 struct cqe *cqe) in bnx2i_process_tmf_resp() 1620 struct cqe *cqe) in bnx2i_process_logout_resp() 1666 struct cqe *cqe) in bnx2i_process_nopin_local_cmpl() 1707 struct cqe *cqe) in bnx2i_process_nopin_mesg() 1759 struct cqe *cqe) in bnx2i_process_async_mesg() 1809 struct cqe *cqe) in bnx2i_process_reject_mesg() 1846 struct cqe *cqe) in bnx2i_process_cmd_cleanup_resp() [all …]
|
D | bnx2i.h | 506 struct cqe { struct 507 u8 cqe_byte[BNX2I_CQE_SIZE]; argument 774 struct cqe cqe; member
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 75 struct t3_cqe *cqe; in cxio_hal_cq_op() local 352 struct t3_cqe cqe; in insert_recv_cqe() local 389 struct t3_cqe cqe; in insert_sq_cqe() local 430 struct t3_cqe *cqe, *swcqe; in cxio_flush_hw_cq() local 446 static int cqe_completes_wr(struct t3_cqe *cqe, struct t3_wq *wq) in cqe_completes_wr() 466 struct t3_cqe *cqe; in cxio_count_scqes() local 484 struct t3_cqe *cqe; in cxio_count_rcqes() local 1147 int cxio_poll_cq(struct t3_wq *wq, struct t3_cq *cq, struct t3_cqe *cqe, in cxio_poll_cq()
|
D | iwch_cq.c | 48 struct t3_cqe cqe, *rd_cqe; in iwch_poll_cq_one() local
|
D | cxio_wr.h | 675 struct t3_cqe cqe; member 728 #define CQ_VLD_ENTRY(ptr,size_log2,cqe) (Q_GENBIT(ptr,size_log2) == \ argument 769 struct t3_cqe *cqe; in cxio_next_hw_cqe() local 779 struct t3_cqe *cqe; in cxio_next_sw_cqe() local 790 struct t3_cqe *cqe; in cxio_next_cqe() local
|
D | cxio_hal.h | 146 struct t3_cqe cqe; /* flits 2-3 */ 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/infiniband/hw/mthca/ |
D | mthca_cq.c | 174 static inline struct mthca_cqe *cqe_sw(struct mthca_cqe *cqe) in cqe_sw() 184 static inline void set_cqe_hw(struct mthca_cqe *cqe) in set_cqe_hw() 191 __be32 *cqe = cqe_ptr; in dump_cqe() local 269 static inline int is_recv_cqe(struct mthca_cqe *cqe) in is_recv_cqe() 281 struct mthca_cqe *cqe; in mthca_cq_clean() local 371 void mthca_free_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int cqe) in mthca_free_cq_buf() 379 struct mthca_err_cqe *cqe, in handle_error_cqe() 490 struct mthca_cqe *cqe; in mthca_poll_one() local
|
D | mthca_provider.h | 193 int cqe; member
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 1074 struct ocrdma_cqe *cqe = NULL; in ocrdma_flush_cq() local 1639 struct ocrdma_cqe *cqe; in ocrdma_discard_cqes() local 2514 struct ocrdma_cqe *cqe) in ocrdma_set_cqe_status_flushed() 2545 static bool ocrdma_update_err_cqe(struct ib_wc *ibwc, struct ocrdma_cqe *cqe, in ocrdma_update_err_cqe() 2567 static int ocrdma_update_err_rcqe(struct ib_wc *ibwc, struct ocrdma_cqe *cqe, in ocrdma_update_err_rcqe() 2577 static int ocrdma_update_err_scqe(struct ib_wc *ibwc, struct ocrdma_cqe *cqe, in ocrdma_update_err_scqe() 2588 struct ocrdma_cqe *cqe, struct ib_wc *ibwc, in ocrdma_poll_err_scqe() 2632 struct ocrdma_cqe *cqe, in ocrdma_poll_success_scqe() 2657 static bool ocrdma_poll_scqe(struct ocrdma_qp *qp, struct ocrdma_cqe *cqe, in ocrdma_poll_scqe() 2673 static int ocrdma_update_ud_rcqe(struct ib_wc *ibwc, struct ocrdma_cqe *cqe) in ocrdma_update_ud_rcqe() [all …]
|
D | ocrdma_hw.c | 106 struct ocrdma_mcqe *cqe = (struct ocrdma_mcqe *) in ocrdma_get_mcqe() local 655 struct ocrdma_ae_mcqe *cqe) in ocrdma_dispatch_ibevent() 759 struct ocrdma_ae_mcqe *cqe) in ocrdma_process_grp5_aync() 787 struct ocrdma_ae_mcqe *cqe = ae_cqe; in ocrdma_process_acqe() local 800 static void ocrdma_process_mcqe(struct ocrdma_dev *dev, struct ocrdma_mcqe *cqe) in ocrdma_process_mcqe() 818 struct ocrdma_mcqe *cqe; in ocrdma_mq_cq_handler() local
|
D | ocrdma.h | 479 static inline int is_cqe_valid(struct ocrdma_cq *cq, struct ocrdma_cqe *cqe) in is_cqe_valid() 486 static inline int is_cqe_for_sq(struct ocrdma_cqe *cqe) in is_cqe_for_sq() 492 static inline int is_cqe_invalidated(struct ocrdma_cqe *cqe) in is_cqe_invalidated() 498 static inline int is_cqe_imm(struct ocrdma_cqe *cqe) in is_cqe_imm() 504 static inline int is_cqe_wr_imm(struct ocrdma_cqe *cqe) in is_cqe_wr_imm()
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_cq.c | 116 struct ib_cq *ehca_create_cq(struct ib_device *device, int cqe, int comp_vector, in ehca_create_cq() 369 int ehca_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata) in ehca_resize_cq()
|
D | ipz_pt_fn.h | 144 struct ehca_cqe *cqe = ipz_qeit_get(queue); in ipz_qeit_is_valid() local
|
D | ehca_reqs.c | 629 struct ehca_cqe *cqe; in ehca_poll_cq_one() local
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 543 static inline int ehea_check_cqe(struct ehea_cqe *cqe, int *rq_num) in ehea_check_cqe() 555 struct sk_buff *skb, struct ehea_cqe *cqe, in ehea_fill_skb() 576 struct ehea_cqe *cqe) in get_skb_by_index() 629 struct ehea_cqe *cqe, int *processed_rq2, in ehea_treat_poll_error() 670 struct ehea_cqe *cqe; in ehea_proc_rwqes() local 817 struct ehea_cqe *cqe; in ehea_proc_cqes() local 894 struct ehea_cqe *cqe; in ehea_poll() local
|
/linux-4.1.27/drivers/block/ |
D | nvme-core.c | 271 struct nvme_completion *cqe) in special_completion() 303 struct nvme_completion *cqe) in async_req_completion() 316 struct nvme_completion *cqe) in abort_completion() 330 struct nvme_completion *cqe) in async_completion() 588 struct nvme_completion *cqe) in req_completion() 919 struct nvme_completion cqe = nvmeq->cqes[head]; in nvme_process_cq() local 972 struct nvme_completion cqe = nvmeq->cqes[nvmeq->cq_head]; in nvme_irq_check() local 985 struct nvme_completion *cqe) in sync_completion() 1267 struct nvme_completion cqe; in nvme_cancel_queue_ios() local
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_cq.c | 371 int ipath_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in ipath_resize_cq()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_clock.c | 50 u64 mlx4_en_get_cqe_ts(struct mlx4_cqe *cqe) in mlx4_en_get_cqe_ts()
|
D | en_rx.c | 725 static int check_csum(struct mlx4_cqe *cqe, struct sk_buff *skb, void *va, in check_csum() 754 struct mlx4_cqe *cqe; in mlx4_en_process_rx_cq() local
|
D | en_tx.c | 391 struct mlx4_cqe *cqe; in mlx4_en_process_tx_cq() local
|
D | en_netdev.c | 1572 struct mlx4_cqe *cqe = NULL; in mlx4_en_start_port() local
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_cq.c | 387 int qib_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in qib_resize_cq()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 354 struct eth_end_agg_rx_cqe *cqe) in bnx2x_update_sge_prod() 409 const struct eth_fast_path_rx_cqe *cqe, in bnx2x_get_rxhash() 430 struct eth_fast_path_rx_cqe *cqe) in bnx2x_tpa_start() 578 struct eth_end_agg_rx_cqe *cqe, in bnx2x_fill_frag_skb() 742 struct eth_end_agg_rx_cqe *cqe, in bnx2x_tpa_stop() 843 void bnx2x_csum_validate(struct sk_buff *skb, union eth_rx_cqe *cqe, in bnx2x_csum_validate() 872 union eth_rx_cqe *cqe; in bnx2x_rx_int() local
|
D | bnx2x_cmn.h | 776 union eth_rx_cqe *cqe; in bnx2x_has_rx_work() local
|
D | bnx2x_ethtool.c | 2400 union eth_rx_cqe *cqe; in bnx2x_run_loopback() local
|
D | bnx2x_sp.c | 1432 union event_ring_elem *cqe, in bnx2x_complete_vlan_mac()
|
D | bnx2x.h | 909 #define BNX2X_RX_SUM_FIX(cqe) \ argument
|
D | bnx2x_main.c | 1127 u32 *cqe = (u32 *)&fp->rx_comp_ring[j]; in bnx2x_panic_dump() local
|
/linux-4.1.27/drivers/infiniband/core/ |
D | verbs.c | 1015 void *cq_context, int cqe, int comp_vector) in ib_create_cq() 1050 int ib_resize_cq(struct ib_cq *cq, int cqe) in ib_resize_cq()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 364 struct lpfc_cqe *cqe; in lpfc_sli4_cq_get() local 11782 lpfc_sli4_sp_handle_mcqe(struct lpfc_hba *phba, struct lpfc_cqe *cqe) in lpfc_sli4_sp_handle_mcqe() 12015 struct lpfc_cqe *cqe) in lpfc_sli4_sp_handle_cqe() 12076 struct lpfc_cqe *cqe; in lpfc_sli4_sp_handle_eqe() local 12263 struct lpfc_cqe *cqe) in lpfc_sli4_fp_handle_wcqe() 12319 struct lpfc_cqe *cqe; in lpfc_sli4_hba_handle_eqe() local 12422 struct lpfc_cqe *cqe; in lpfc_sli4_fof_handle_eqe() local
|
D | lpfc_sli.h | 45 } cqe; member
|
D | lpfc_sli4.h | 116 struct lpfc_cqe *cqe; member
|
D | lpfc_init.c | 7985 struct lpfc_cq_event *cqe; in lpfc_sli4_cq_event_release_all() local
|
/linux-4.1.27/drivers/atm/ |
D | firestream.c | 597 struct FS_QENTRY *cqe; in submit_qentry() local
|
/linux-4.1.27/include/uapi/rdma/ |
D | ib_user_verbs.h | 349 __u32 cqe; member 358 __u32 cqe; member 364 __u32 cqe; member 369 __u32 cqe; member
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 1014 struct fcoe_cqe *cqe; in bnx2fc_process_new_cqes() local
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 3641 struct nes_hw_cqe cqe; in nes_poll_cq() local
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic.c | 2908 union eth_rx_cqe *cqe, *cqe_ring = (union eth_rx_cqe *) in cnic_l2_completion() local
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 1224 int cqe; member
|