/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_sqp.c | 143 const struct ib_wc *in_wc, const struct ib_grh *in_grh, in ehca_process_perf() argument 179 tcslfl->sl = in_wc->sl; in ehca_process_perf() 181 sport->saved_attr.lid | in_wc->dlid_path_bits; in ehca_process_perf() 185 ehca_query_pkey(ibdev, port_num, in_wc->pkey_index, in ehca_process_perf() 220 const struct ib_wc *in_wc, const struct ib_grh *in_grh, in ehca_process_mad() argument 233 if (!port_num || port_num > ibdev->phys_port_cnt || !in_wc) in ehca_process_mad() 240 ehca_dbg(ibdev, "port_num=%x src_qp=%x", port_num, in_wc->src_qp); in ehca_process_mad() 241 ret = ehca_process_perf(ibdev, port_num, in_wc, in_grh, in ehca_process_mad()
|
D | ehca_iverbs.h | 196 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | mad.c | 44 u8 port, const struct ib_wc *in_wc, const struct ib_grh *in_grh, in mlx5_MAD_IFC() argument 52 if (ignore_mkey || !in_wc) in mlx5_MAD_IFC() 54 if (ignore_bkey || !in_wc) in mlx5_MAD_IFC() 61 const struct ib_wc *in_wc, const struct ib_grh *in_grh, in mlx5_ib_process_mad() argument 75 slid = in_wc ? in_wc->slid : be16_to_cpu(IB_LID_PERMISSIVE); in mlx5_ib_process_mad() 105 port_num, in_wc, in_grh, in_mad, out_mad); in mlx5_ib_process_mad()
|
D | mlx5_ib.h | 508 u8 port, const struct ib_wc *in_wc, const struct ib_grh *in_grh, 562 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | mad.c | 106 int port, const struct ib_wc *in_wc, in mlx4_MAD_IFC() argument 133 if ((mad_ifc_flags & MLX4_MAD_IFC_IGNORE_MKEY) || !in_wc) in mlx4_MAD_IFC() 135 if ((mad_ifc_flags & MLX4_MAD_IFC_IGNORE_BKEY) || !in_wc) in mlx4_MAD_IFC() 138 (mad_ifc_flags & MLX4_MAD_IFC_NET_VIEW || in_wc)) in mlx4_MAD_IFC() 141 if (in_wc) { in mlx4_MAD_IFC() 157 ext_info->my_qpn = cpu_to_be32(in_wc->qp->qp_num); in mlx4_MAD_IFC() 158 ext_info->rqpn = cpu_to_be32(in_wc->src_qp); in mlx4_MAD_IFC() 159 ext_info->sl = in_wc->sl << 4; in mlx4_MAD_IFC() 160 ext_info->g_path = in_wc->dlid_path_bits | in mlx4_MAD_IFC() 161 (in_wc->wc_flags & IB_WC_GRH ? 0x80 : 0); in mlx4_MAD_IFC() [all …]
|
D | mlx4_ib.h | 757 int port, const struct ib_wc *in_wc, const struct ib_grh *in_grh, 760 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_mad.c | 199 const struct ib_wc *in_wc, in mthca_process_mad() argument 206 u16 slid = in_wc ? in_wc->slid : be16_to_cpu(IB_LID_PERMISSIVE); in mthca_process_mad() 262 port_num, in_wc, in_grh, in_mad, out_mad); in mthca_process_mad()
|
D | mthca_cmd.c | 1861 int port, const struct ib_wc *in_wc, const struct ib_grh *in_grh, in mthca_MAD_IFC() argument 1896 if (ignore_mkey || !in_wc) in mthca_MAD_IFC() 1898 if (ignore_bkey || !in_wc) in mthca_MAD_IFC() 1901 if (in_wc) { in mthca_MAD_IFC() 1906 MTHCA_PUT(inbox, in_wc->qp->qp_num, MAD_IFC_MY_QPN_OFFSET); in mthca_MAD_IFC() 1907 MTHCA_PUT(inbox, in_wc->src_qp, MAD_IFC_RQPN_OFFSET); in mthca_MAD_IFC() 1909 val = in_wc->sl << 4; in mthca_MAD_IFC() 1912 val = in_wc->dlid_path_bits | in mthca_MAD_IFC() 1913 (in_wc->wc_flags & IB_WC_GRH ? 0x80 : 0); in mthca_MAD_IFC() 1916 MTHCA_PUT(inbox, in_wc->slid, MAD_IFC_RLID_OFFSET); in mthca_MAD_IFC() [all …]
|
D | mthca_cmd.h | 315 int port, const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
D | mthca_dev.h | 579 const struct ib_wc *in_wc,
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_ah.h | 60 const struct ib_wc *in_wc,
|
D | ocrdma_ah.c | 230 const struct ib_wc *in_wc, in ocrdma_process_mad() argument
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mad.c | 3785 const struct ib_wc *in_wc) in is_local_mad() argument 3796 return (in_wc->slid == ppd->lid); in is_local_mad() 3810 const struct ib_wc *in_wc) in opa_local_smp_check() argument 3813 u16 slid = in_wc->slid; in opa_local_smp_check() 3816 if (in_wc->pkey_index >= ARRAY_SIZE(ppd->pkeys)) in opa_local_smp_check() 3819 pkey = ppd->pkeys[in_wc->pkey_index]; in opa_local_smp_check() 4078 u8 port, const struct ib_wc *in_wc, in hfi1_process_opa_mad() argument 4100 if (is_local_mad(ibp, in_mad, in_wc)) { in hfi1_process_opa_mad() 4101 ret = opa_local_smp_check(ibp, in_wc); in hfi1_process_opa_mad() 4121 *out_mad_size = in_wc->byte_len - sizeof(struct ib_grh); in hfi1_process_opa_mad() [all …]
|
D | verbs.h | 856 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_verbs.h | 710 const struct ib_wc *in_wc,
|
D | ipath_mad.c | 1493 const struct ib_wc *in_wc, const struct ib_grh *in_grh, in ipath_process_mad() argument
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 83 u8 port_num, const struct ib_wc *in_wc, in c4iw_process_mad() argument
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_provider.c | 593 const struct ib_wc *in_wc, in c2_process_mad() argument
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_verbs.h | 885 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
D | qib_mad.c | 2404 const struct ib_wc *in_wc, const struct ib_grh *in_grh, in qib_process_mad() argument
|
/linux-4.4.14/include/rdma/ |
D | ib_verbs.h | 1783 const struct ib_wc *in_wc,
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 88 const struct ib_wc *in_wc, in iwch_process_mad() argument
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 3217 u8 port_num, const struct ib_wc *in_wc, const struct ib_grh *in_grh, in nes_process_mad() argument
|