Home
last modified time | relevance | path

Searched defs:wqe (Results 1 – 57 of 57) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_qp.c42 static int build_rdma_send(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_send()
87 static int build_rdma_write(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_write()
128 static int build_rdma_read(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_read()
149 static int build_memreg(union t3_wr *wqe, struct ib_reg_wr *wr, in build_memreg()
192 static int build_inv_stag(union t3_wr *wqe, struct ib_send_wr *wr, in build_inv_stag()
248 static int build_rdma_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_rdma_recv()
288 static int build_zero_stag_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_zero_stag_recv()
360 union t3_wr *wqe; in iwch_post_send() local
472 union t3_wr *wqe; in iwch_post_receive() local
536 union t3_wr *wqe; in iwch_bind_mw() local
[all …]
Dcxio_hal.c140 struct t3_modify_qp_wr *wqe; in cxio_hal_clear_qp_ctx() local
519 struct t3_modify_qp_wr *wqe; in cxio_hal_init_ctrl_qp() local
604 __be64 *wqe; in cxio_hal_ctrl_qp_write_mem() local
836 struct t3_rdma_init_wr *wqe; in cxio_rdma_init() local
Dcxio_dbg.c111 void cxio_dump_wqe(union t3_wr *wqe) in cxio_dump_wqe()
Dcxio_wr.h416 static inline enum t3_wr_opcode fw_riwrh_opcode(struct fw_riwrh *wqe) in fw_riwrh_opcode()
427 static inline void build_fw_riwrh(struct fw_riwrh *wqe, enum t3_wr_opcode op, in build_fw_riwrh()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_rc.c43 static u32 restart_sge(struct qib_sge_state *ss, struct qib_swqe *wqe, in restart_sge()
236 struct qib_swqe *wqe; in qib_make_rc_req() local
788 struct qib_swqe *wqe = get_swqe_ptr(qp, n); in reset_psn() local
872 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_acked); in qib_restart_rc() local
948 struct qib_swqe *wqe; in reset_sending_psn() local
974 struct qib_swqe *wqe; in qib_rc_send_complete() local
1057 struct qib_swqe *wqe, in do_rc_completion()
1134 struct qib_swqe *wqe; in do_rc_ack() local
1355 struct qib_swqe *wqe; in rdma_seq_err() local
1407 struct qib_swqe *wqe; in qib_rc_rcv_resp() local
Dqib_ruc.c82 static int qib_init_sge(struct qib_qp *qp, struct qib_rwqe *wqe) in qib_init_sge()
145 struct qib_rwqe *wqe; in qib_get_rwqe() local
360 struct qib_swqe *wqe; in qib_ruc_loopback() local
771 void qib_send_complete(struct qib_qp *qp, struct qib_swqe *wqe, in qib_send_complete()
Dqib_srq.c57 struct qib_rwqe *wqe; in qib_post_srq_receive() local
282 struct qib_rwqe *wqe; in qib_modify_srq() local
Dqib_uc.c49 struct qib_swqe *wqe; in qib_make_uc_req() local
Dqib_ud.c241 struct qib_swqe *wqe; in qib_make_ud_req() local
Dqib_qp.c429 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_last); in clear_mr_refs() local
1367 struct qib_swqe *wqe; in qib_qp_iter_print() local
Dqib_verbs.c340 struct qib_swqe *wqe; in qib_post_one_send() local
526 struct qib_rwqe *wqe; in qib_post_receive() local
Dqib.h262 struct qib_swqe *wqe; member
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_rc.c42 static u32 restart_sge(struct ipath_sge_state *ss, struct ipath_swqe *wqe, in restart_sge()
62 static void ipath_init_restart(struct ipath_qp *qp, struct ipath_swqe *wqe) in ipath_init_restart()
218 struct ipath_swqe *wqe; in ipath_make_rc_req() local
727 struct ipath_swqe *wqe = get_swqe_ptr(qp, n); in reset_psn() local
807 struct ipath_swqe *wqe = get_swqe_ptr(qp, qp->s_last); in ipath_restart_rc() local
863 struct ipath_swqe *wqe; in do_rc_ack() local
1125 struct ipath_swqe *wqe; in ipath_rc_rcv_resp() local
Dipath_ruc.c122 int ipath_init_sge(struct ipath_qp *qp, struct ipath_rwqe *wqe, in ipath_init_sge()
171 struct ipath_rwqe *wqe; in ipath_get_rwqe() local
263 struct ipath_swqe *wqe; in ipath_ruc_loopback() local
698 void ipath_send_complete(struct ipath_qp *qp, struct ipath_swqe *wqe, in ipath_send_complete()
Dipath_srq.c57 struct ipath_rwqe *wqe; in ipath_post_srq_receive() local
286 struct ipath_rwqe *wqe; in ipath_modify_srq() local
Dipath_ud.c60 struct ipath_rwqe *wqe; in ipath_ud_loopback() local
245 struct ipath_swqe *wqe; in ipath_make_ud_req() local
Dipath_uc.c49 struct ipath_swqe *wqe; in ipath_make_uc_req() local
Dipath_verbs.c338 struct ipath_swqe *wqe; in ipath_post_one_send() local
503 struct ipath_rwqe *wqe; in ipath_post_receive() local
Dipath_verbs.h653 struct ipath_swqe *wqe; member
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dqp.c458 static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_send()
525 static int build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_write()
568 static int build_rdma_read(union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) in build_rdma_read()
597 static int build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, in build_rdma_recv()
612 static int build_memreg(struct t4_sq *sq, union t4_wr *wqe, in build_memreg()
677 static int build_inv_stag(union t4_wr *wqe, struct ib_send_wr *wr, in build_inv_stag()
747 union t4_wr *wqe = NULL; in c4iw_post_send() local
872 union t4_recv_wr *wqe = NULL; in c4iw_post_receive() local
1084 struct fw_ri_wr *wqe; in post_terminate() local
1205 struct fw_ri_wr *wqe; in rdma_fini() local
[all …]
Dt4.h109 static inline void init_wr_hdr(union t4_wr *wqe, u16 wrid, in init_wr_hdr()
458 static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc, union t4_wr *wqe) in t4_ring_sq_db()
485 union t4_recv_wr *wqe) in t4_ring_rq_db()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Drc.c63 static u32 restart_sge(struct hfi1_sge_state *ss, struct hfi1_swqe *wqe, in restart_sge()
265 struct hfi1_swqe *wqe; in hfi1_make_rc_req() local
799 struct hfi1_swqe *wqe = get_swqe_ptr(qp, n); in reset_psn() local
884 struct hfi1_swqe *wqe = get_swqe_ptr(qp, qp->s_acked); in restart_rc() local
961 struct hfi1_swqe *wqe; in reset_sending_psn() local
987 struct hfi1_swqe *wqe; in hfi1_rc_send_complete() local
1072 struct hfi1_swqe *wqe, in do_rc_completion()
1165 struct hfi1_swqe *wqe; in do_rc_ack() local
1386 struct hfi1_swqe *wqe; in rdma_seq_err() local
1436 struct hfi1_swqe *wqe; in rc_rcv_resp() local
Druc.c100 static int init_sge(struct hfi1_qp *qp, struct hfi1_rwqe *wqe) in init_sge()
163 struct hfi1_rwqe *wqe; in hfi1_get_rwqe() local
380 struct hfi1_swqe *wqe; in ruc_loopback() local
898 void hfi1_send_complete(struct hfi1_qp *qp, struct hfi1_swqe *wqe, in hfi1_send_complete()
Dsrq.c74 struct hfi1_rwqe *wqe; in hfi1_post_srq_receive() local
299 struct hfi1_rwqe *wqe; in hfi1_modify_srq() local
Duc.c67 struct hfi1_swqe *wqe; in hfi1_make_uc_req() local
Dqp.c414 struct hfi1_swqe *wqe = get_swqe_ptr(qp, qp->s_last); in clear_mr_refs() local
1638 struct hfi1_swqe *wqe; in qp_iter_print() local
Dud.c272 struct hfi1_swqe *wqe; in hfi1_make_ud_req() local
Dverbs.c363 struct hfi1_swqe *wqe; in post_one_send() local
544 struct hfi1_rwqe *wqe; in post_receive() local
Dsdma.h383 struct hfi1_swqe *wqe; member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c39 struct mlx5e_rx_wqe *wqe, u16 ix) in mlx5e_alloc_rx_wqe()
81 struct mlx5e_rx_wqe *wqe = mlx5_wq_ll_get_wqe(wq, wq->head); in mlx5e_post_rx_wqes() local
228 struct mlx5e_rx_wqe *wqe; in mlx5e_poll_rx_cq() local
Den_tx.c46 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_send_nop() local
162 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_sq_xmit() local
Den.h591 struct mlx5e_tx_wqe *wqe, int bf_sz) in mlx5e_tx_notify_hw()
Den_main.c343 struct mlx5e_rx_wqe *wqe = mlx5_wq_ll_get_wqe(&rq->wq, i); in mlx5e_create_rq() local
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dodp.c311 struct mlx5_ib_pfault *pfault, void *wqe, in pagefault_data_segments()
385 void **wqe, void **wqe_end, int wqe_length) in mlx5_ib_mr_initiator_pfault_handler()
490 void **wqe, void **wqe_end, int wqe_length) in mlx5_ib_mr_responder_pfault_handler()
534 void *wqe, *wqe_end; in mlx5_ib_mr_wqe_pfault_handler() local
Dqp.c2061 static u8 calc_sig(void *wqe, int size) in calc_sig()
2073 static u8 wq_sig(void *wqe) in wq_sig()
2079 void *wqe, int *sz) in set_data_inl_seg()
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_srq.c90 static inline int *wqe_to_link(void *wqe) in wqe_to_link()
151 void *wqe; in mthca_alloc_srq_buf() local
487 void *wqe; in mthca_tavor_post_srq_recv() local
586 void *wqe; in mthca_arbel_post_srq_recv() local
Dmthca_cq.c126 __be32 wqe; member
140 __be32 wqe; member
546 u32 wqe = be32_to_cpu(cqe->wqe); in mthca_poll_one() local
552 s32 wqe; in mthca_poll_one() local
Dmthca_qp.c1607 void *wqe; in mthca_tavor_post_send() local
1824 void *wqe; in mthca_tavor_post_receive() local
1922 void *wqe; in mthca_arbel_post_send() local
2166 void *wqe; in mthca_arbel_post_receive() local
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dqp.c210 __be32 *wqe; in stamp_send_wqe() local
242 void *wqe; in post_nop_wqe() local
2144 void *wqe, unsigned *mlx_seg_len) in build_sriov_qp0_header()
2266 void *wqe, unsigned *mlx_seg_len) in build_mlx_header()
2623 static void build_tunnel_header(struct ib_ud_wr *wr, void *wqe, unsigned *mlx_seg_len) in build_tunnel_header()
2706 static int build_lso_seg(struct mlx4_wqe_lso_seg *wqe, struct ib_ud_wr *wr, in build_lso_seg()
2741 static void add_zero_len_inline(void *wqe) in add_zero_len_inline()
2752 void *wqe; in mlx4_ib_post_send() local
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c625 static void bnx2fc_process_unsol_compl(struct bnx2fc_rport *tgt, u16 wqe) in bnx2fc_process_unsol_compl()
872 void bnx2fc_process_cq_compl(struct bnx2fc_rport *tgt, u16 wqe) in bnx2fc_process_cq_compl()
997 struct bnx2fc_work *bnx2fc_alloc_work(struct bnx2fc_rport *tgt, u16 wqe) in bnx2fc_alloc_work()
1017 u16 wqe; in bnx2fc_process_new_cqes() local
D57xx_hsi_bnx2fc.h639 __le16 wqe; member
782 __le16 wqe; member
834 __le16 wqe; member
898 __le32 wqe; member
913 __le16 wqe; member
992 __le16 wqe; member
Dbnx2fc.h478 u16 wqe; member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c428 static int mlxsw_pci_wqe_frag_map(struct mlxsw_pci *mlxsw_pci, char *wqe, in mlxsw_pci_wqe_frag_map()
445 static void mlxsw_pci_wqe_frag_unmap(struct mlxsw_pci *mlxsw_pci, char *wqe, in mlxsw_pci_wqe_frag_unmap()
461 char *wqe = elem_info->elem; in mlxsw_pci_rdq_skb_alloc() local
489 char *wqe; in mlxsw_pci_rdq_skb_free() local
648 char *wqe; in mlxsw_pci_cqe_sdq_handle() local
673 char *wqe; in mlxsw_pci_cqe_rdq_handle() local
1524 char *wqe; in mlxsw_pci_skb_transmit() local
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_qp.c1076 struct ehca_wqe *wqe; in prepare_sqe_rts() local
1395 struct ehca_wqe *wqe; in internal_modify_qp() local
Dehca_reqs.c804 struct ehca_wqe *wqe; in generate_flush_cqes() local
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_verbs.c220 struct nes_hw_qp_wqe *wqe; in nes_bind_mw() local
3227 fill_wqe_sg_send(struct nes_hw_qp_wqe *wqe, struct ib_send_wr *ib_wr, u32 uselkey) in fill_wqe_sg_send()
3261 struct nes_hw_qp_wqe *wqe; in nes_post_send() local
3523 struct nes_hw_qp_wqe *wqe; in nes_post_recv() local
Dnes_cm.c777 struct nes_hw_qp_wqe *wqe = &nesqp->hwqp.sq_vbase[0]; in build_rdma0_msg() local
3228 struct nes_hw_qp_wqe *wqe; in nes_accept() local
Dnes.h335 nes_fill_init_qp_wqe(struct nes_hw_qp_wqe *wqe, struct nes_qp *nesqp, u32 head) in nes_fill_init_qp_wqe()
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_svc.c671 struct bfa_fcxp_wqe_s *wqe; in bfa_fcxp_put() local
1112 bfa_fcxp_req_rsp_alloc_wait(struct bfa_s *bfa, struct bfa_fcxp_wqe_s *wqe, in bfa_fcxp_req_rsp_alloc_wait()
1145 bfa_fcxp_walloc_cancel(struct bfa_s *bfa, struct bfa_fcxp_wqe_s *wqe) in bfa_fcxp_walloc_cancel()
5390 struct bfa_sgpg_wqe_s *wqe; in bfa_sgpg_mfree() local
5419 bfa_sgpg_wait(struct bfa_s *bfa, struct bfa_sgpg_wqe_s *wqe, int nsgpg) in bfa_sgpg_wait()
5445 bfa_sgpg_wcancel(struct bfa_s *bfa, struct bfa_sgpg_wqe_s *wqe) in bfa_sgpg_wcancel()
5458 bfa_sgpg_winit(struct bfa_sgpg_wqe_s *wqe, void (*cbfn) (void *cbarg), in bfa_sgpg_winit()
Dbfa.h97 bfa_reqq_winit(struct bfa_reqq_wait_s *wqe, void (*qresume) (void *cbarg), in bfa_reqq_winit()
Dbfa_core.c699 struct bfa_reqq_wait_s *wqe; in bfa_reqq_resume() local
Dbfa_svc.h417 struct bfa_reqq_wait_s wqe; /* request wait queue element */ member
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c96 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe *wqe) in lpfc_sli4_wq_put()
8156 union lpfc_wqe *wqe) in lpfc_sli4_iocb2wqe()
8641 union lpfc_wqe wqe; in __lpfc_sli_issue_iocb_s4() local
16971 union lpfc_wqe wqe; in lpfc_drain_txq() local
Dlpfc_sli4.h123 union lpfc_wqe *wqe; member
/linux-4.4.14/include/linux/mlx5/
Dqp.h422 } wqe; member
Ddevice.h522 } __packed wqe; member
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dcnic_defs.h2942 __le16 wqe; member
3085 __le16 wqe; member