/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 97 static void mlx5e_lro_update_hdr(struct sk_buff *skb, struct mlx5_cqe64 *cqe) in mlx5e_lro_update_hdr() 144 static inline void mlx5e_skb_set_hash(struct mlx5_cqe64 *cqe, in mlx5e_skb_set_hash() 162 struct mlx5_cqe64 *cqe, in mlx5e_handle_csum() 186 static inline void mlx5e_build_rx_skb(struct mlx5_cqe64 *cqe, in mlx5e_build_rx_skb() 229 struct mlx5_cqe64 *cqe; in mlx5e_poll_rx_cq() local
|
D | en_txrx.c | 39 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5e_get_cqe() local
|
D | en_tx.c | 342 struct mlx5_cqe64 *cqe; in mlx5e_poll_tx_cq() local
|
D | en_main.c | 778 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i); in mlx5e_create_cq() local
|
/linux-4.4.14/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() 349 struct mlx4_cqe *cqe, *new_cqe; in mlx4_ib_cq_resize_copy_cqes() local 494 static void dump_cqe(void *cqe) in dump_cqe() 504 static void mlx4_ib_handle_error_cqe(struct mlx4_err_cqe *cqe, in mlx4_ib_handle_error_cqe() 580 unsigned tail, struct mlx4_cqe *cqe, int is_eth) in use_tunnel_data() 660 struct mlx4_cqe *cqe; in mlx4_ib_poll_one() local 938 struct mlx4_cqe *cqe, *dest; in __mlx4_ib_cq_clean() local
|
D | mlx4_ib.h | 113 int cqe; member
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 185 struct t4_cqe cqe; in insert_recv_cqe() local 218 struct t4_cqe cqe; in insert_sq_cqe() local 417 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr() 435 struct t4_cqe *cqe; in c4iw_count_rcqes() local 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 | 263 struct t4_cqe cqe; member 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() 676 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.4.14/drivers/infiniband/hw/mlx5/ |
D | cq.c | 85 void *cqe = get_cqe(cq, n & cq->ibcq.cqe); in get_sw_cqe() local 121 static void handle_good_req(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_good_req() 171 static void handle_responder(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_responder() 241 static void dump_cqe(struct mlx5_ib_dev *dev, struct mlx5_err_cqe *cqe) in dump_cqe() 254 struct mlx5_err_cqe *cqe, in mlx5_handle_error_cqe() 378 static void get_sig_err_item(struct mlx5_sig_err_cqe *cqe, in get_sig_err_item() 425 void *cqe; in mlx5_poll_one() local 688 void *cqe; in init_cq_buf() local 871 void *cqe, *dest; in __mlx5_ib_cq_clean() local
|
/linux-4.4.14/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.4.14/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.4.14/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 | 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/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 1145 struct ocrdma_cqe *cqe = NULL; in ocrdma_flush_cq() local 1710 struct ocrdma_cqe *cqe; in ocrdma_discard_cqes() local 2562 struct ocrdma_cqe *cqe) in ocrdma_set_cqe_status_flushed() 2593 static bool ocrdma_update_err_cqe(struct ib_wc *ibwc, struct ocrdma_cqe *cqe, in ocrdma_update_err_cqe() 2615 static int ocrdma_update_err_rcqe(struct ib_wc *ibwc, struct ocrdma_cqe *cqe, in ocrdma_update_err_rcqe() 2625 static int ocrdma_update_err_scqe(struct ib_wc *ibwc, struct ocrdma_cqe *cqe, in ocrdma_update_err_scqe() 2636 struct ocrdma_cqe *cqe, struct ib_wc *ibwc, in ocrdma_poll_err_scqe() 2680 struct ocrdma_cqe *cqe, in ocrdma_poll_success_scqe() 2705 static bool ocrdma_poll_scqe(struct ocrdma_qp *qp, struct ocrdma_cqe *cqe, in ocrdma_poll_scqe() 2721 static int ocrdma_update_ud_rcqe(struct ib_wc *ibwc, struct ocrdma_cqe *cqe) in ocrdma_update_ud_rcqe() [all …]
|
D | ocrdma_hw.c | 122 struct ocrdma_mcqe *cqe = (struct ocrdma_mcqe *) in ocrdma_get_mcqe() local 673 struct ocrdma_ae_mcqe *cqe) in ocrdma_dispatch_ibevent() 799 struct ocrdma_ae_mcqe *cqe) in ocrdma_process_grp5_aync() 825 struct ocrdma_ae_mcqe *cqe) in ocrdma_process_link_state() 843 struct ocrdma_ae_mcqe *cqe = ae_cqe; in ocrdma_process_acqe() local 862 static void ocrdma_process_mcqe(struct ocrdma_dev *dev, struct ocrdma_mcqe *cqe) in ocrdma_process_mcqe() 880 struct ocrdma_mcqe *cqe; in ocrdma_mq_cq_handler() local
|
D | ocrdma.h | 499 static inline int is_cqe_valid(struct ocrdma_cq *cq, struct ocrdma_cqe *cqe) in is_cqe_valid() 506 static inline int is_cqe_for_sq(struct ocrdma_cqe *cqe) in is_cqe_for_sq() 512 static inline int is_cqe_invalidated(struct ocrdma_cqe *cqe) in is_cqe_invalidated() 518 static inline int is_cqe_imm(struct ocrdma_cqe *cqe) in is_cqe_imm() 524 static inline int is_cqe_wr_imm(struct ocrdma_cqe *cqe) in is_cqe_wr_imm()
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_cq.c | 121 int cqe = attr->cqe; in ehca_create_cq() local 375 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 | 630 struct ehca_cqe *cqe; in ehca_poll_cq_one() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_spq.c | 381 struct eth_slow_path_rx_cqe *cqe, in qed_cqe_completion() 392 struct eth_slow_path_rx_cqe *cqe) in qed_eth_cqe_completion()
|
D | qed_l2.c | 1665 struct eth_slow_path_rx_cqe *cqe) in qed_fp_cqe_completion()
|
/linux-4.4.14/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.4.14/drivers/staging/rdma/ipath/ |
D | ipath_cq.c | 376 int ipath_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in ipath_resize_cq()
|
/linux-4.4.14/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 | 719 static int check_csum(struct mlx4_cqe *cqe, struct sk_buff *skb, void *va, in check_csum() 748 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 | 1580 struct mlx4_cqe *cqe = NULL; in mlx4_en_start_port() local
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_cq.c | 392 int qib_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in qib_resize_cq()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | cq.c | 405 int hfi1_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in hfi1_resize_cq()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 356 struct eth_end_agg_rx_cqe *cqe) in bnx2x_update_sge_prod() 411 const struct eth_fast_path_rx_cqe *cqe, in bnx2x_get_rxhash() 432 struct eth_fast_path_rx_cqe *cqe) in bnx2x_tpa_start() 596 struct eth_end_agg_rx_cqe *cqe, in bnx2x_fill_frag_skb() 762 struct eth_end_agg_rx_cqe *cqe, in bnx2x_tpa_stop() 863 void bnx2x_csum_validate(struct sk_buff *skb, union eth_rx_cqe *cqe, in bnx2x_csum_validate() 892 union eth_rx_cqe *cqe; in bnx2x_rx_int() local
|
D | bnx2x_cmn.h | 786 union eth_rx_cqe *cqe; in bnx2x_has_rx_work() local
|
D | bnx2x_ethtool.c | 2445 union eth_rx_cqe *cqe; in bnx2x_run_loopback() local
|
D | bnx2x_sp.c | 1617 union event_ring_elem *cqe, in bnx2x_complete_vlan_mac()
|
D | bnx2x.h | 920 #define BNX2X_RX_SUM_FIX(cqe) \ argument
|
D | bnx2x_main.c | 1132 u32 *cqe = (u32 *)&fp->rx_comp_ring[j]; in bnx2x_panic_dump() local
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 282 struct nvme_completion *cqe) in special_completion() 314 struct nvme_completion *cqe) in async_req_completion() 334 struct nvme_completion *cqe) in abort_completion() 348 struct nvme_completion *cqe) in async_completion() 590 struct nvme_completion *cqe) in req_completion() 957 struct nvme_completion cqe = nvmeq->cqes[head]; in __nvme_process_cq() local 1008 struct nvme_completion cqe = nvmeq->cqes[nvmeq->cq_head]; in nvme_irq_check() local 1351 struct nvme_completion cqe; in nvme_cancel_queue_ios() local
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 644 char *cqe) in mlxsw_pci_cqe_sdq_handle() 669 char *cqe) in mlxsw_pci_cqe_rdq_handle() 726 char *cqe; in mlxsw_pci_cq_tasklet() local
|
/linux-4.4.14/include/uapi/rdma/ |
D | ib_user_verbs.h | 353 __u32 cqe; member 362 __u32 cqe; member 372 __u32 cqe; member 384 __u32 cqe; member 389 __u32 cqe; member
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 364 struct lpfc_cqe *cqe; in lpfc_sli4_cq_get() local 11764 lpfc_sli4_sp_handle_mcqe(struct lpfc_hba *phba, struct lpfc_cqe *cqe) in lpfc_sli4_sp_handle_mcqe() 11997 struct lpfc_cqe *cqe) in lpfc_sli4_sp_handle_cqe() 12058 struct lpfc_cqe *cqe; in lpfc_sli4_sp_handle_eqe() local 12245 struct lpfc_cqe *cqe) in lpfc_sli4_fp_handle_wcqe() 12301 struct lpfc_cqe *cqe; in lpfc_sli4_hba_handle_eqe() local 12404 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 | 8006 struct lpfc_cq_event *cqe; in lpfc_sli4_cq_event_release_all() local
|
/linux-4.4.14/drivers/atm/ |
D | firestream.c | 597 struct FS_QENTRY *cqe; in submit_qentry() local
|
/linux-4.4.14/drivers/infiniband/core/ |
D | verbs.c | 1193 int ib_resize_cq(struct ib_cq *cq, int cqe) in ib_resize_cq()
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 1014 struct fcoe_cqe *cqe; in bnx2fc_process_new_cqes() local
|
/linux-4.4.14/include/linux/mlx5/ |
D | device.h | 614 static inline int get_cqe_lro_tcppsh(struct mlx5_cqe64 *cqe) in get_cqe_lro_tcppsh() 619 static inline u8 get_cqe_l4_hdr_type(struct mlx5_cqe64 *cqe) in get_cqe_l4_hdr_type() 624 static inline int cqe_has_vlan(struct mlx5_cqe64 *cqe) in cqe_has_vlan()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 858 union eth_rx_cqe *cqe; in qede_rx_int() local
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 3617 struct nes_hw_cqe cqe; in nes_poll_cq() local
|
/linux-4.4.14/include/rdma/ |
D | ib_verbs.h | 190 unsigned int cqe; member 1316 int cqe; member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic.c | 2919 union eth_rx_cqe *cqe, *cqe_ring = (union eth_rx_cqe *) in cnic_l2_completion() local
|