Home
last modified time | relevance | path

Searched defs:cqe (Results 1 – 56 of 56) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c97 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
Den_txrx.c39 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5e_get_cqe() local
Den_tx.c342 struct mlx5_cqe64 *cqe; in mlx5e_poll_tx_cq() local
Den_main.c778 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(&cq->wq, i); in mlx5e_create_cq() local
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dcq.c80 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
Dmlx4_ib.h113 int cqe; member
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcq.c185 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()
Dt4.h263 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()
Ddevice.c117 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/
Dcq.c85 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/
Dbnx2i_hwi.c1355 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 …]
Dbnx2i.h506 struct cqe { struct
507 u8 cqe_byte[BNX2I_CQE_SIZE]; argument
774 struct cqe cqe; member
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_cq.c174 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
Dmthca_provider.h193 int cqe; member
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c75 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()
Diwch_cq.c48 struct t3_cqe cqe, *rd_cqe; in iwch_poll_cq_one() local
Dcxio_wr.h675 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
Dcxio_hal.h146 struct t3_cqe cqe; /* flits 2-3 */ member
Diwch_provider.c254 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/
Docrdma_verbs.c1145 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 …]
Docrdma_hw.c122 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
Docrdma.h499 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/
Dehca_cq.c121 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()
Dipz_pt_fn.h144 struct ehca_cqe *cqe = ipz_qeit_get(queue); in ipz_qeit_is_valid() local
Dehca_reqs.c630 struct ehca_cqe *cqe; in ehca_poll_cq_one() local
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c381 struct eth_slow_path_rx_cqe *cqe, in qed_cqe_completion()
392 struct eth_slow_path_rx_cqe *cqe) in qed_eth_cqe_completion()
Dqed_l2.c1665 struct eth_slow_path_rx_cqe *cqe) in qed_fp_cqe_completion()
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_main.c543 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/
Dipath_cq.c376 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/
Den_clock.c50 u64 mlx4_en_get_cqe_ts(struct mlx4_cqe *cqe) in mlx4_en_get_cqe_ts()
Den_rx.c719 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
Den_tx.c391 struct mlx4_cqe *cqe; in mlx4_en_process_tx_cq() local
Den_netdev.c1580 struct mlx4_cqe *cqe = NULL; in mlx4_en_start_port() local
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_cq.c392 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/
Dcq.c405 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/
Dbnx2x_cmn.c356 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
Dbnx2x_cmn.h786 union eth_rx_cqe *cqe; in bnx2x_has_rx_work() local
Dbnx2x_ethtool.c2445 union eth_rx_cqe *cqe; in bnx2x_run_loopback() local
Dbnx2x_sp.c1617 union event_ring_elem *cqe, in bnx2x_complete_vlan_mac()
Dbnx2x.h920 #define BNX2X_RX_SUM_FIX(cqe) \ argument
Dbnx2x_main.c1132 u32 *cqe = (u32 *)&fp->rx_comp_ring[j]; in bnx2x_panic_dump() local
/linux-4.4.14/drivers/nvme/host/
Dpci.c282 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/
Dpci.c644 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/
Dib_user_verbs.h353 __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/
Dlpfc_sli.c364 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
Dlpfc_sli.h45 } cqe; member
Dlpfc_sli4.h116 struct lpfc_cqe *cqe; member
Dlpfc_init.c8006 struct lpfc_cq_event *cqe; in lpfc_sli4_cq_event_release_all() local
/linux-4.4.14/drivers/atm/
Dfirestream.c597 struct FS_QENTRY *cqe; in submit_qentry() local
/linux-4.4.14/drivers/infiniband/core/
Dverbs.c1193 int ib_resize_cq(struct ib_cq *cq, int cqe) in ib_resize_cq()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c1014 struct fcoe_cqe *cqe; in bnx2fc_process_new_cqes() local
/linux-4.4.14/include/linux/mlx5/
Ddevice.h614 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/
Dqede_main.c858 union eth_rx_cqe *cqe; in qede_rx_int() local
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_verbs.c3617 struct nes_hw_cqe cqe; in nes_poll_cq() local
/linux-4.4.14/include/rdma/
Dib_verbs.h190 unsigned int cqe; member
1316 int cqe; member
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dcnic.c2919 union eth_rx_cqe *cqe, *cqe_ring = (union eth_rx_cqe *) in cnic_l2_completion() local