Home
last modified time | relevance | path

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

123456

/linux/drivers/infiniband/sw/rxe/
A Drxe_cq.c12 int cqe, int comp_vector) in rxe_cq_chk_attr()
57 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe, in rxe_cq_from_init()
91 int rxe_cq_resize_queue(struct rxe_cq *cq, int cqe, in rxe_cq_resize_queue()
106 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited) in rxe_cq_post()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rx.c119 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5e_cqes_update_owner() local
127 struct mlx5_cqe64 *cqe = mlx5_cqwq_get_wqe(wq, ci); in mlx5e_cqes_update_owner() local
857 struct mlx5_cqe64 *cqe; in mlx5e_poll_ico_cq() local
1128 struct mlx5_cqe64 *cqe, bool match) in mlx5e_shampo_update_ipv4_tcp_hdr()
1152 struct mlx5_cqe64 *cqe, bool match) in mlx5e_shampo_update_ipv6_tcp_hdr()
1331 struct mlx5_cqe64 *cqe, in mlx5e_handle_csum()
1455 struct mlx5_cqe64 *cqe, in mlx5e_shampo_complete_rx_cqe()
1476 struct mlx5_cqe64 *cqe, in mlx5e_complete_rx_cqe()
1870 struct mlx5_cqe64 *cqe, u16 header_index) in mlx5e_skb_from_cqe_shampo()
2106 struct mlx5_cqe64 *cqe; in mlx5e_poll_rx_cq() local
[all …]
A Den_tc.h329 static inline bool mlx5e_cqe_regb_chain(struct mlx5_cqe64 *cqe) in mlx5e_cqe_regb_chain()
349 static inline bool mlx5e_cqe_regb_chain(struct mlx5_cqe64 *cqe) in mlx5e_cqe_regb_chain()
352 mlx5e_tc_update_skb(struct mlx5_cqe64 *cqe, struct sk_buff *skb) in mlx5e_tc_update_skb()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dtls_rxtx.h68 struct mlx5_cqe64 *cqe, u32 *cqe_bcnt) in mlx5e_tls_handle_rx_skb()
80 mlx5e_accel_is_tls(struct mlx5_cqe64 *cqe, struct sk_buff *skb) { return false; } in mlx5e_accel_is_tls()
83 struct mlx5_cqe64 *cqe, u32 *cqe_bcnt) {} in mlx5e_tls_handle_rx_skb()
A Dipsec_rxtx.h78 static inline bool mlx5_ipsec_is_rx_flow(struct mlx5_cqe64 *cqe) in mlx5_ipsec_is_rx_flow()
153 struct mlx5_cqe64 *cqe) in mlx5e_ipsec_offload_handle_rx_skb()
161 static inline bool mlx5_ipsec_is_rx_flow(struct mlx5_cqe64 *cqe) { return false; } in mlx5_ipsec_is_rx_flow()
/linux/drivers/infiniband/hw/mlx4/
A Dcq.c81 struct mlx4_cqe *cqe = get_cqe(cq, n & cq->ibcq.cqe); in get_sw_cqe() local
133 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()
140 struct ib_umem **umem, u64 buf_addr, int cqe) in mlx4_ib_get_cq_umem()
356 struct mlx4_cqe *cqe, *new_cqe; in mlx4_ib_cq_resize_copy_cqes() local
500 static void dump_cqe(void *cqe) in dump_cqe()
510 static void mlx4_ib_handle_error_cqe(struct mlx4_err_cqe *cqe, in mlx4_ib_handle_error_cqe()
581 unsigned tail, struct mlx4_cqe *cqe, int is_eth) in use_tunnel_data()
660 struct mlx4_cqe *cqe; in mlx4_ib_poll_one() local
919 struct mlx4_cqe *cqe, *dest; in __mlx4_ib_cq_clean() local
/linux/drivers/scsi/qedi/
A Dqedi_fw.c31 union iscsi_cqe *cqe, in qedi_process_logout_resp()
82 union iscsi_cqe *cqe, in qedi_process_text_resp()
178 union iscsi_cqe *cqe, in qedi_process_tmf_resp()
258 union iscsi_cqe *cqe, in qedi_process_login_resp()
320 struct iscsi_cqe_unsolicited *cqe, in qedi_get_rq_bdq_buf()
409 union iscsi_cqe *cqe, in qedi_process_nopin_mesg()
480 union iscsi_cqe *cqe, in qedi_process_async_mesg()
534 union iscsi_cqe *cqe, in qedi_process_reject_mesg()
576 union iscsi_cqe *cqe, in qedi_scsi_completion()
674 union iscsi_cqe *cqe, in qedi_mtask_completion()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_txrx.c109 struct nix_cqe_tx_s *cqe) in otx2_xdp_snd_pkt_handler()
128 struct nix_cqe_tx_s *cqe, in otx2_snd_pkt_handler()
226 struct nix_cqe_rx_s *cqe, struct sk_buff *skb) in otx2_set_rxhash()
247 static void otx2_free_rcv_seg(struct otx2_nic *pfvf, struct nix_cqe_rx_s *cqe, in otx2_free_rcv_seg()
268 struct nix_cqe_rx_s *cqe, int qidx) in otx2_check_rcv_errors()
334 struct nix_cqe_rx_s *cqe) in otx2_rcv_pkt_handler()
383 struct nix_cqe_rx_s *cqe; in otx2_rx_napi_handler() local
436 struct nix_cqe_tx_s *cqe; in otx2_tx_napi_handler() local
1016 struct nix_cqe_rx_s *cqe; in otx2_cleanup_rx_cqes() local
1052 struct nix_cqe_tx_s *cqe; in otx2_cleanup_tx_cqes() local
[all …]
/linux/drivers/infiniband/hw/cxgb4/
A Dcq.c186 struct t4_cqe cqe; in insert_recv_cqe() local
220 struct t4_cqe cqe; in insert_sq_cqe() local
422 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr()
445 struct t4_cqe *cqe; in c4iw_count_rcqes() local
544 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq()
757 struct t4_cqe cqe; in __c4iw_poll_cq_one() local
/linux/drivers/scsi/bnx2i/
A Dbnx2i_hwi.c1338 struct cqe *cqe) in bnx2i_process_scsi_cmd_resp()
1435 struct cqe *cqe) in bnx2i_process_login_resp()
1503 struct cqe *cqe) in bnx2i_process_text_resp()
1564 struct cqe *cqe) in bnx2i_process_tmf_resp()
1603 struct cqe *cqe) in bnx2i_process_logout_resp()
1649 struct cqe *cqe) in bnx2i_process_nopin_local_cmpl()
1690 struct cqe *cqe) in bnx2i_process_nopin_mesg()
1742 struct cqe *cqe) in bnx2i_process_async_mesg()
1792 struct cqe *cqe) in bnx2i_process_reject_mesg()
1829 struct cqe *cqe) in bnx2i_process_cmd_cleanup_resp()
[all …]
/linux/drivers/infiniband/hw/mlx5/
A Dcq.c81 void *cqe = get_cqe(cq, n & cq->ibcq.cqe); in get_sw_cqe() local
117 static void handle_good_req(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_good_req()
166 static void handle_responder(struct ib_wc *wc, struct mlx5_cqe64 *cqe, in handle_responder()
270 static void dump_cqe(struct mlx5_ib_dev *dev, struct mlx5_err_cqe *cqe) in dump_cqe()
277 struct mlx5_err_cqe *cqe, in mlx5_handle_error_cqe()
356 static void get_sig_err_item(struct mlx5_sig_err_cqe *cqe, in get_sig_err_item()
453 void *cqe; in mlx5_poll_one() local
859 void *cqe; in init_cq_frag_buf() local
1064 void *cqe, *dest; in __mlx5_ib_cq_clean() local
/linux/drivers/infiniband/hw/mthca/
A 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
264 static inline int is_recv_cqe(struct mthca_cqe *cqe) in is_recv_cqe()
276 struct mthca_cqe *cqe; in mthca_cq_clean() local
366 void mthca_free_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int cqe) in mthca_free_cq_buf()
374 struct mthca_err_cqe *cqe, in handle_error_cqe()
485 struct mthca_cqe *cqe; in mthca_poll_one() local
/linux/net/sunrpc/xprtrdma/
A Dfrwr_ops.c368 struct ib_cqe *cqe = wc->wr_cqe; in frwr_wc_fastreg() local
463 struct ib_cqe *cqe = wc->wr_cqe; in frwr_wc_localinv() local
482 struct ib_cqe *cqe = wc->wr_cqe; in frwr_wc_localinv_wake() local
579 struct ib_cqe *cqe = wc->wr_cqe; in frwr_wc_localinv_done() local
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_fp.c651 struct eth_fast_path_rx_tpa_start_cqe *cqe) in qede_set_gro_params()
831 struct eth_fast_path_rx_tpa_start_cqe *cqe) in qede_tpa_start()
957 struct eth_fast_path_rx_tpa_cont_cqe *cqe) in qede_tpa_cont()
972 struct eth_fast_path_rx_tpa_end_cqe *cqe) in qede_tpa_end()
1062 static bool qede_pkt_is_ip_fragmented(struct eth_fast_path_rx_reg_cqe *cqe, in qede_pkt_is_ip_fragmented()
1082 struct eth_fast_path_rx_reg_cqe *cqe, in qede_rx_xdp()
1170 struct eth_fast_path_rx_reg_cqe *cqe, in qede_rx_build_jumbo()
1224 union eth_rx_cqe *cqe, in qede_rx_process_tpa_cqe()
1249 union eth_rx_cqe *cqe; in qede_rx_process_cqe() local
A Dqede_ptp.h23 union eth_rx_cqe *cqe, in qede_ptp_record_rx_ts()
/linux/drivers/infiniband/hw/ocrdma/
A Docrdma_verbs.c1032 struct ocrdma_cqe *cqe = NULL; in ocrdma_flush_cq() local
1592 struct ocrdma_cqe *cqe; in ocrdma_discard_cqes() local
2442 struct ocrdma_cqe *cqe) in ocrdma_set_cqe_status_flushed()
2516 struct ocrdma_cqe *cqe, struct ib_wc *ibwc, in ocrdma_poll_err_scqe()
2560 struct ocrdma_cqe *cqe, in ocrdma_poll_success_scqe()
2585 static bool ocrdma_poll_scqe(struct ocrdma_qp *qp, struct ocrdma_cqe *cqe, in ocrdma_poll_scqe()
2602 struct ocrdma_cqe *cqe) in ocrdma_update_ud_rcqe()
2629 struct ocrdma_cqe *cqe, in ocrdma_update_free_srq_cqe()
2684 struct ocrdma_cqe *cqe, struct ib_wc *ibwc) in ocrdma_poll_success_rcqe()
2717 static bool ocrdma_poll_rcqe(struct ocrdma_qp *qp, struct ocrdma_cqe *cqe, in ocrdma_poll_rcqe()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
A Dconn.c251 struct mlx5_cqe64 *cqe, u8 status) in mlx5_fpga_conn_rq_cqe()
291 struct mlx5_cqe64 *cqe, u8 status) in mlx5_fpga_conn_sq_cqe()
333 struct mlx5_cqe64 *cqe) in mlx5_fpga_conn_handle_cqe()
368 struct mlx5_cqe64 *cqe; in mlx5_fpga_conn_cqes() local
418 struct mlx5_cqe64 *cqe; in mlx5_fpga_conn_create_cq() local
/linux/drivers/infiniband/ulp/iser/
A Diser_memory.c221 struct ib_cqe *cqe, in iser_inv_rkey()
240 struct ib_cqe *cqe = &iser_task->iser_conn->ib_conn.reg_cqe; in iser_reg_sig_mr() local
297 struct ib_cqe *cqe = &iser_task->iser_conn->ib_conn.reg_cqe; in iser_fast_reg_mr() local
A Discsi_iser.h248 struct ib_cqe cqe; member
275 struct ib_cqe cqe; member
295 struct ib_cqe cqe; member
577 iser_rx(struct ib_cqe *cqe) in iser_rx()
583 iser_tx(struct ib_cqe *cqe) in iser_tx()
589 iser_login(struct ib_cqe *cqe) in iser_login()
/linux/drivers/scsi/qedf/
A Dqedf_io.c1119 void qedf_scsi_completion(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_scsi_completion()
1430 void qedf_process_warning_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_warning_compl()
1500 void qedf_process_error_detect(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_error_detect()
1955 void qedf_process_abts_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_abts_compl()
2273 void qedf_process_cleanup_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_cleanup_compl()
2505 void qedf_process_tmf_compl(struct qedf_ctx *qedf, struct fcoe_cqe *cqe, in qedf_process_tmf_compl()
2520 struct fcoe_cqe *cqe) in qedf_process_unsol_compl()
/linux/drivers/infiniband/hw/bnxt_re/
A Dqplib_fp.c1438 struct cq_req *cqe = (struct cq_req *)hw_cqe; in __clean_cq() local
1448 struct cq_res_rc *cqe = (struct cq_res_rc *)hw_cqe; in __clean_cq() local
2129 struct bnxt_qplib_cqe *cqe; in __flush_sq() local
2169 struct bnxt_qplib_cqe *cqe; in __flush_rq() local
2332 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_req() local
2439 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_rc() local
2520 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_ud() local
2623 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_raweth_qp1() local
2716 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_terminal() local
2830 struct bnxt_qplib_cqe *cqe, in bnxt_qplib_process_flush_list()
[all …]
/linux/drivers/infiniband/hw/vmw_pvrdma/
A Dpvrdma_cq.c294 struct pvrdma_cqe *cqe; in _pvrdma_flush_cqe() local
329 struct pvrdma_cqe *cqe; in pvrdma_poll_one() local
/linux/drivers/infiniband/sw/siw/
A Dsiw_cq.c50 struct siw_cqe *cqe; in siw_reap_cqe() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
A Drx.c81 struct mlx5_cqe64 *cqe, in mlx5e_xsk_skb_from_cqe_linear()
/linux/drivers/infiniband/ulp/rtrs/
A Drtrs.c95 int rtrs_post_recv_empty(struct rtrs_con *con, struct ib_cqe *cqe) in rtrs_post_recv_empty()
186 struct ib_cqe *cqe, in rtrs_post_rdma_write_imm_empty()
384 void rtrs_init_hb(struct rtrs_sess *sess, struct ib_cqe *cqe, in rtrs_init_hb()

Completed in 81 milliseconds

123456