Home
last modified time | relevance | path

Searched refs:ib_smp (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/infiniband/core/
Dsmi.h54 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch,
56 int smi_get_fwd_port(struct ib_smp *smp);
57 extern enum smi_forward_action smi_check_forward_dr_smp(struct ib_smp *smp);
58 extern enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp,
65 static inline enum smi_action smi_check_local_smp(struct ib_smp *smp, in smi_check_local_smp()
80 static inline enum smi_action smi_check_local_returning_smp(struct ib_smp *smp, in smi_check_local_returning_smp()
Dsmi.c129 enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp, in smi_handle_dr_smp_send()
240 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, in smi_handle_dr_smp_recv()
302 enum smi_forward_action smi_check_forward_dr_smp(struct ib_smp *smp) in smi_check_forward_dr_smp()
324 int smi_get_fwd_port(struct ib_smp *smp) in smi_get_fwd_port()
Dmad.c786 struct ib_smp *smp = mad_send_wr->send_buf.mad; in handle_outgoing_dr_smp()
2072 struct ib_smp *smp = (struct ib_smp *)recv->mad; in handle_ib_smi()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmad.c287 struct ib_smp *in_mad = NULL; in mlx5_query_ext_port_caps()
288 struct ib_smp *out_mad = NULL; in mlx5_query_ext_port_caps()
315 struct ib_smp *out_mad) in mlx5_query_mad_ifc_smp_attr_node_info()
317 struct ib_smp *in_mad = NULL; in mlx5_query_mad_ifc_smp_attr_node_info()
337 struct ib_smp *out_mad = NULL; in mlx5_query_mad_ifc_system_image_guid()
359 struct ib_smp *out_mad = NULL; in mlx5_query_mad_ifc_max_pkeys()
381 struct ib_smp *out_mad = NULL; in mlx5_query_mad_ifc_vendor_id()
402 struct ib_smp *in_mad = NULL; in mlx5_query_mad_ifc_node_desc()
403 struct ib_smp *out_mad = NULL; in mlx5_query_mad_ifc_node_desc()
427 struct ib_smp *in_mad = NULL; in mlx5_query_mad_ifc_node_guid()
[all …]
Dmlx5_ib.h1079 struct ib_smp *out_mad);
1260 static inline void init_query_mad(struct ib_smp *mad) in init_query_mad()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_mad.c40 static int reply(struct ib_smp *smp) in reply()
52 static int reply_failure(struct ib_smp *smp) in reply_failure()
68 struct ib_smp *smp; in qib_send_trap()
167 static void qib_bad_mkey(struct qib_ibport *ibp, struct ib_smp *smp) in qib_bad_mkey()
267 static int subn_get_nodedescription(struct ib_smp *smp, in subn_get_nodedescription()
278 static int subn_get_nodeinfo(struct ib_smp *smp, struct ib_device *ibdev, in subn_get_nodeinfo()
313 static int subn_get_guidinfo(struct ib_smp *smp, struct ib_device *ibdev, in subn_get_guidinfo()
406 static int check_mkey(struct qib_ibport *ibp, struct ib_smp *smp, int mad_flags) in check_mkey()
454 static int subn_get_portinfo(struct ib_smp *smp, struct ib_device *ibdev, in subn_get_portinfo()
596 static int subn_get_pkeytable(struct ib_smp *smp, struct ib_device *ibdev, in subn_get_pkeytable()
[all …]
Dqib_ud.c495 struct ib_smp *smp; in qib_ud_rcv()
500 smp = (struct ib_smp *) data; in qib_ud_rcv()
Dqib_iba7322.c5440 struct ib_smp *smp; in try_7322_ipg()
/Linux-v4.19/include/rdma/
Dib_smi.h45 struct ib_smp { struct
144 ib_get_smp_direction(struct ib_smp *smp) in ib_get_smp_direction()
Dopa_smi.h124 return ib_get_smp_direction((struct ib_smp *)smp); in opa_get_smp_direction()
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_provider.c52 static void init_query_mad(struct ib_smp *mad) in init_query_mad()
63 struct ib_smp *in_mad = NULL; in mthca_query_device()
64 struct ib_smp *out_mad = NULL; in mthca_query_device()
141 struct ib_smp *in_mad = NULL; in mthca_query_port()
142 struct ib_smp *out_mad = NULL; in mthca_query_port()
237 struct ib_smp *in_mad = NULL; in mthca_query_pkey()
238 struct ib_smp *out_mad = NULL; in mthca_query_pkey()
266 struct ib_smp *in_mad = NULL; in mthca_query_gid()
267 struct ib_smp *out_mad = NULL; in mthca_query_gid()
1127 struct ib_smp *in_mad = NULL; in mthca_init_node_data()
[all …]
Dmthca_mad.c118 (struct ib_port_info *) ((struct ib_smp *) mad)->data; in smp_snoop()
157 memcpy(((struct ib_smp *) mad)->data, dev->node_desc, in node_desc_override()
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dmad.c238 pinfo = (struct ib_port_info *) ((struct ib_smp *) mad)->data; in smp_snoop()
264 bn = be32_to_cpu(((struct ib_smp *)mad)->attr_mod) & 0xFFFF; in smp_snoop()
265 base = (__be16 *) &(((struct ib_smp *)mad)->data[0]); in smp_snoop()
300 bn = be32_to_cpu(((struct ib_smp *)mad)->attr_mod); in smp_snoop()
302 (u8 *)(&((struct ib_smp *)mad)->data)); in smp_snoop()
304 (u8 *)(&((struct ib_smp *)mad)->data)); in smp_snoop()
320 sl2vl64.sl8[jj] = ((struct ib_smp *)mad)->data[jj]; in smp_snoop()
377 memcpy(((struct ib_smp *) mad)->data, dev->node_desc, in node_desc_override()
1135 struct ib_smp *in_mad = NULL; in handle_slaves_guid_change()
1136 struct ib_smp *out_mad = NULL; in handle_slaves_guid_change()
[all …]
Dmain.c88 static void init_query_mad(struct ib_smp *mad) in init_query_mad()
426 struct ib_smp *in_mad = NULL; in mlx4_ib_query_device()
427 struct ib_smp *out_mad = NULL; in mlx4_ib_query_device()
648 struct ib_smp *in_mad = NULL; in ib_link_query_port()
649 struct ib_smp *out_mad = NULL; in ib_link_query_port()
824 struct ib_smp *in_mad = NULL; in __mlx4_ib_query_gid()
825 struct ib_smp *out_mad = NULL; in __mlx4_ib_query_gid()
888 struct ib_smp *in_mad = NULL; in mlx4_ib_query_sl2vl()
889 struct ib_smp *out_mad = NULL; in mlx4_ib_query_sl2vl()
917 sl2vl64.sl8[jj] = ((struct ib_smp *)out_mad)->data[jj]; in mlx4_ib_query_sl2vl()
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c850 struct ib_smp *in_mad = (struct ib_smp *)(inbox->buf); in query_pkey_block()
851 struct ib_smp *out_mad = (struct ib_smp *)(outbox->buf); in query_pkey_block()
904 struct ib_smp *smp = inbox->buf; in mlx4_MAD_IFC_wrapper()
913 struct ib_smp *outsmp = outbox->buf; in mlx4_MAD_IFC_wrapper()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dmad.c643 static int subn_get_nodeinfo(struct ib_smp *smp, struct ib_device *ibdev, in subn_get_nodeinfo()
4631 struct ib_smp *smp = (struct ib_smp *)out_mad; in process_subn()