/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_mad.c | 41 u8 port, const struct ib_wc *in_wc, const struct ib_grh *in_grh, in mlx5_MAD_IFC() argument 49 if (ignore_mkey || !in_wc) in mlx5_MAD_IFC() 51 if (ignore_bkey || !in_wc) in mlx5_MAD_IFC() 58 const struct ib_wc *in_wc, const struct ib_grh *in_grh, in process_mad() argument 64 slid = in_wc ? in_wc->slid : be16_to_cpu(IB_LID_PERMISSIVE); in process_mad() 94 port_num, in_wc, in_grh, in_mad, out_mad); in process_mad() 233 const struct ib_wc *in_wc, const struct ib_grh *in_grh, in mlx5_ib_process_mad() argument 254 return process_mad(ibdev, mad_flags, port_num, in_wc, in_grh, in mlx5_ib_process_mad()
|
H A D | mlx5_ib.h | 902 u8 port, const struct ib_wc *in_wc, const struct ib_grh *in_grh, 957 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mad.c | 107 int port, const struct ib_wc *in_wc, in mlx4_MAD_IFC() argument 134 if ((mad_ifc_flags & MLX4_MAD_IFC_IGNORE_MKEY) || !in_wc) in mlx4_MAD_IFC() 136 if ((mad_ifc_flags & MLX4_MAD_IFC_IGNORE_BKEY) || !in_wc) in mlx4_MAD_IFC() 139 (mad_ifc_flags & MLX4_MAD_IFC_NET_VIEW || in_wc)) in mlx4_MAD_IFC() 142 if (in_wc) { in mlx4_MAD_IFC() 158 ext_info->my_qpn = cpu_to_be32(in_wc->qp->qp_num); in mlx4_MAD_IFC() 159 ext_info->rqpn = cpu_to_be32(in_wc->src_qp); in mlx4_MAD_IFC() 160 ext_info->sl = in_wc->sl << 4; in mlx4_MAD_IFC() 161 ext_info->g_path = in_wc->dlid_path_bits | in mlx4_MAD_IFC() 162 (in_wc->wc_flags & IB_WC_GRH ? 0x80 : 0); in mlx4_MAD_IFC() [all …]
|
H A D | mlx4_ib.h | 773 int port, const struct ib_wc *in_wc, const struct ib_grh *in_grh, 776 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_mad.c | 200 const struct ib_wc *in_wc, in mthca_process_mad() argument 207 u16 slid = in_wc ? in_wc->slid : be16_to_cpu(IB_LID_PERMISSIVE); in mthca_process_mad() 263 port_num, in_wc, in_grh, in_mad, out_mad); in mthca_process_mad()
|
H A D | mthca_cmd.c | 1866 int port, const struct ib_wc *in_wc, const struct ib_grh *in_grh, in mthca_MAD_IFC() argument 1901 if (ignore_mkey || !in_wc) in mthca_MAD_IFC() 1903 if (ignore_bkey || !in_wc) in mthca_MAD_IFC() 1906 if (in_wc) { in mthca_MAD_IFC() 1911 MTHCA_PUT(inbox, in_wc->qp->qp_num, MAD_IFC_MY_QPN_OFFSET); in mthca_MAD_IFC() 1912 MTHCA_PUT(inbox, in_wc->src_qp, MAD_IFC_RQPN_OFFSET); in mthca_MAD_IFC() 1914 val = in_wc->sl << 4; in mthca_MAD_IFC() 1917 val = in_wc->dlid_path_bits | in mthca_MAD_IFC() 1918 (in_wc->wc_flags & IB_WC_GRH ? 0x80 : 0); in mthca_MAD_IFC() 1921 MTHCA_PUT(inbox, in_wc->slid, MAD_IFC_RLID_OFFSET); in mthca_MAD_IFC() [all …]
|
H A D | mthca_cmd.h | 315 int port, const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
H A D | mthca_dev.h | 584 const struct ib_wc *in_wc,
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_verbs.h | 131 const struct ib_wc *in_wc,
|
H A D | qlnxr_verbs.c | 5578 const struct ib_wc *in_wc, in qlnxr_process_mad() argument
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | provider.c | 81 u8 port_num, const struct ib_wc *in_wc, in c4iw_process_mad() argument
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2330 const struct ib_wc *in_wc,
|