/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 42 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 …]
|
D | cxio_hal.c | 140 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
|
D | cxio_dbg.c | 111 void cxio_dump_wqe(union t3_wr *wqe) in cxio_dump_wqe()
|
D | cxio_wr.h | 416 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/ |
D | qib_rc.c | 43 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
|
D | qib_ruc.c | 82 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()
|
D | qib_srq.c | 57 struct qib_rwqe *wqe; in qib_post_srq_receive() local 282 struct qib_rwqe *wqe; in qib_modify_srq() local
|
D | qib_uc.c | 49 struct qib_swqe *wqe; in qib_make_uc_req() local
|
D | qib_ud.c | 241 struct qib_swqe *wqe; in qib_make_ud_req() local
|
D | qib_qp.c | 429 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
|
D | qib_verbs.c | 340 struct qib_swqe *wqe; in qib_post_one_send() local 526 struct qib_rwqe *wqe; in qib_post_receive() local
|
D | qib.h | 262 struct qib_swqe *wqe; member
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_rc.c | 42 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
|
D | ipath_ruc.c | 122 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()
|
D | ipath_srq.c | 57 struct ipath_rwqe *wqe; in ipath_post_srq_receive() local 286 struct ipath_rwqe *wqe; in ipath_modify_srq() local
|
D | ipath_ud.c | 60 struct ipath_rwqe *wqe; in ipath_ud_loopback() local 245 struct ipath_swqe *wqe; in ipath_make_ud_req() local
|
D | ipath_uc.c | 49 struct ipath_swqe *wqe; in ipath_make_uc_req() local
|
D | ipath_verbs.c | 338 struct ipath_swqe *wqe; in ipath_post_one_send() local 503 struct ipath_rwqe *wqe; in ipath_post_receive() local
|
D | ipath_verbs.h | 653 struct ipath_swqe *wqe; member
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 458 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 …]
|
D | t4.h | 109 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/ |
D | rc.c | 63 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
|
D | ruc.c | 100 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()
|
D | srq.c | 74 struct hfi1_rwqe *wqe; in hfi1_post_srq_receive() local 299 struct hfi1_rwqe *wqe; in hfi1_modify_srq() local
|
D | uc.c | 67 struct hfi1_swqe *wqe; in hfi1_make_uc_req() local
|
D | qp.c | 414 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
|
D | ud.c | 272 struct hfi1_swqe *wqe; in hfi1_make_ud_req() local
|
D | verbs.c | 363 struct hfi1_swqe *wqe; in post_one_send() local 544 struct hfi1_rwqe *wqe; in post_receive() local
|
D | sdma.h | 383 struct hfi1_swqe *wqe; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 39 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
|
D | en_tx.c | 46 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
|
D | en.h | 591 struct mlx5e_tx_wqe *wqe, int bf_sz) in mlx5e_tx_notify_hw()
|
D | en_main.c | 343 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/ |
D | odp.c | 311 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
|
D | qp.c | 2061 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/ |
D | mthca_srq.c | 90 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
|
D | mthca_cq.c | 126 __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
|
D | mthca_qp.c | 1607 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/ |
D | qp.c | 210 __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/ |
D | bnx2fc_hwi.c | 625 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
|
D | 57xx_hsi_bnx2fc.h | 639 __le16 wqe; member 782 __le16 wqe; member 834 __le16 wqe; member 898 __le32 wqe; member 913 __le16 wqe; member 992 __le16 wqe; member
|
D | bnx2fc.h | 478 u16 wqe; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 428 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/ |
D | ehca_qp.c | 1076 struct ehca_wqe *wqe; in prepare_sqe_rts() local 1395 struct ehca_wqe *wqe; in internal_modify_qp() local
|
D | ehca_reqs.c | 804 struct ehca_wqe *wqe; in generate_flush_cqes() local
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 220 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
|
D | nes_cm.c | 777 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
|
D | nes.h | 335 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/ |
D | bfa_svc.c | 671 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()
|
D | bfa.h | 97 bfa_reqq_winit(struct bfa_reqq_wait_s *wqe, void (*qresume) (void *cbarg), in bfa_reqq_winit()
|
D | bfa_core.c | 699 struct bfa_reqq_wait_s *wqe; in bfa_reqq_resume() local
|
D | bfa_svc.h | 417 struct bfa_reqq_wait_s wqe; /* request wait queue element */ member
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 96 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
|
D | lpfc_sli4.h | 123 union lpfc_wqe *wqe; member
|
/linux-4.4.14/include/linux/mlx5/ |
D | qp.h | 422 } wqe; member
|
D | device.h | 522 } __packed wqe; member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 2942 __le16 wqe; member 3085 __le16 wqe; member
|