Searched refs:in_wc (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_mad.c | 200 const struct ib_wc *in_wc, const struct ib_grh *in_grh, in mthca_process_mad() argument 205 u16 slid = in_wc ? ib_lid_cpu16(in_wc->slid) : be16_to_cpu(IB_LID_PERMISSIVE); in mthca_process_mad() 252 mad_flags & IB_MAD_IGNORE_BKEY, port_num, in_wc, in mthca_process_mad()
|
| H A D | mthca_cmd.c | 1862 int port, const struct ib_wc *in_wc, const struct ib_grh *in_grh, in mthca_MAD_IFC() argument 1897 if (ignore_mkey || !in_wc) in mthca_MAD_IFC() 1899 if (ignore_bkey || !in_wc) in mthca_MAD_IFC() 1902 if (in_wc) { in mthca_MAD_IFC() 1907 MTHCA_PUT(inbox, in_wc->qp->qp_num, MAD_IFC_MY_QPN_OFFSET); in mthca_MAD_IFC() 1908 MTHCA_PUT(inbox, in_wc->src_qp, MAD_IFC_RQPN_OFFSET); in mthca_MAD_IFC() 1910 val = in_wc->sl << 4; in mthca_MAD_IFC() 1913 val = in_wc->dlid_path_bits | in mthca_MAD_IFC() 1914 (in_wc->wc_flags & IB_WC_GRH ? 0x80 : 0); in mthca_MAD_IFC() 1917 MTHCA_PUT(inbox, ib_lid_cpu16(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 | 569 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | mad.c | 55 int ignore_bkey, u32 port, const struct ib_wc *in_wc, in mlx5_MAD_IFC() argument 67 if (ignore_mkey || !in_wc) in mlx5_MAD_IFC() 69 if (ignore_bkey || !in_wc) in mlx5_MAD_IFC() 301 const struct ib_wc *in_wc, const struct ib_grh *in_grh, in mlx5_ib_process_mad() argument 311 slid = in_wc ? ib_lid_cpu16(in_wc->slid) : in mlx5_ib_process_mad() 347 mad_flags & IB_MAD_IGNORE_BKEY, port_num, in_wc, in mlx5_ib_process_mad()
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | mad.c | 109 int port, const struct ib_wc *in_wc, in mlx4_MAD_IFC() argument 136 if ((mad_ifc_flags & MLX4_MAD_IFC_IGNORE_MKEY) || !in_wc) in mlx4_MAD_IFC() 138 if ((mad_ifc_flags & MLX4_MAD_IFC_IGNORE_BKEY) || !in_wc) in mlx4_MAD_IFC() 141 (mad_ifc_flags & MLX4_MAD_IFC_NET_VIEW || in_wc)) in mlx4_MAD_IFC() 144 if (in_wc) { in mlx4_MAD_IFC() 160 ext_info->my_qpn = cpu_to_be32(in_wc->qp->qp_num); in mlx4_MAD_IFC() 161 ext_info->rqpn = cpu_to_be32(in_wc->src_qp); in mlx4_MAD_IFC() 162 ext_info->sl = in_wc->sl << 4; in mlx4_MAD_IFC() 163 ext_info->g_path = in_wc->dlid_path_bits | in mlx4_MAD_IFC() 164 (in_wc->wc_flags & IB_WC_GRH ? 0x80 : 0); in mlx4_MAD_IFC() [all …]
|
| /linux/drivers/infiniband/sw/rdmavt/ |
| H A D | mad.h | 12 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
| H A D | mad.c | 32 const struct ib_wc *in_wc, const struct ib_grh *in_grh, in rvt_process_mad() argument
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_ah.h | 60 u32 port_num, const struct ib_wc *in_wc,
|
| H A D | ocrdma_ah.c | 253 u32 port_num, const struct ib_wc *in_wc, in ocrdma_process_mad() argument
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | verbs.h | 290 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|