/linux-6.12.1/drivers/infiniband/core/ |
D | smi.h | 54 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()
|
D | smi.c | 129 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()
|
D | mad.c | 597 struct ib_smp *smp = mad_send_wr->send_buf.mad; in handle_outgoing_dr_smp() 1864 struct ib_smp *smp = (struct ib_smp *)recv->mad; in handle_ib_smi()
|
/linux-6.12.1/drivers/infiniband/hw/mlx5/ |
D | mad.c | 359 struct ib_smp *in_mad; in mlx5_query_ext_port_caps() 360 struct ib_smp *out_mad; in mlx5_query_ext_port_caps() 387 struct ib_smp *out_mad) in mlx5_query_mad_ifc_smp_attr_node_info() 389 struct ib_smp *in_mad; in mlx5_query_mad_ifc_smp_attr_node_info() 409 struct ib_smp *out_mad; in mlx5_query_mad_ifc_system_image_guid() 431 struct ib_smp *out_mad; in mlx5_query_mad_ifc_max_pkeys() 453 struct ib_smp *out_mad; in mlx5_query_mad_ifc_vendor_id() 474 struct ib_smp *in_mad; in mlx5_query_mad_ifc_node_desc() 475 struct ib_smp *out_mad; in mlx5_query_mad_ifc_node_desc() 499 struct ib_smp *in_mad; in mlx5_query_mad_ifc_node_guid() [all …]
|
/linux-6.12.1/drivers/infiniband/hw/qib/ |
D | qib_mad.c | 40 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 …]
|
D | qib_ud.c | 492 struct ib_smp *smp; in qib_ud_rcv() 497 smp = (struct ib_smp *) data; in qib_ud_rcv()
|
D | qib_iba7322.c | 5411 struct ib_smp *smp; in try_7322_ipg()
|
/linux-6.12.1/include/rdma/ |
D | ib_smi.h | 18 struct ib_smp { struct 117 ib_get_smp_direction(struct ib_smp *smp) in ib_get_smp_direction() 151 static inline void ib_init_query_mad(struct ib_smp *mad) in ib_init_query_mad()
|
D | opa_smi.h | 97 return ib_get_smp_direction((struct ib_smp *)smp); in opa_get_smp_direction()
|
/linux-6.12.1/drivers/infiniband/hw/mthca/ |
D | mthca_provider.c | 56 struct ib_smp *in_mad; in mthca_query_device() 57 struct ib_smp *out_mad; in mthca_query_device() 124 struct ib_smp *in_mad; in mthca_query_port() 125 struct ib_smp *out_mad; in mthca_query_port() 220 struct ib_smp *in_mad; in mthca_query_pkey() 221 struct ib_smp *out_mad; in mthca_query_pkey() 249 struct ib_smp *in_mad; in mthca_query_gid() 250 struct ib_smp *out_mad; in mthca_query_gid() 993 struct ib_smp *in_mad; in mthca_init_node_data() 994 struct ib_smp *out_mad; in mthca_init_node_data()
|
D | mthca_mad.c | 119 (struct ib_port_info *) ((struct ib_smp *) mad)->data; in smp_snoop() 158 memcpy(((struct ib_smp *) mad)->data, dev->node_desc, in node_desc_override()
|
/linux-6.12.1/include/trace/events/ |
D | ib_mad.h | 340 TP_PROTO(struct ib_smp *smp), 377 TP_PROTO(struct ib_smp *smp), 380 TP_PROTO(struct ib_smp *smp),
|
/linux-6.12.1/drivers/infiniband/hw/mlx4/ |
D | mad.c | 238 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() 1129 struct ib_smp *in_mad = NULL; in handle_slaves_guid_change() 1130 struct ib_smp *out_mad = NULL; in handle_slaves_guid_change() [all …]
|
D | main.c | 440 struct ib_smp *in_mad; in mlx4_ib_query_device() 441 struct ib_smp *out_mad; in mlx4_ib_query_device() 658 struct ib_smp *in_mad; in ib_link_query_port() 659 struct ib_smp *out_mad; in ib_link_query_port() 836 struct ib_smp *in_mad; in __mlx4_ib_query_gid() 837 struct ib_smp *out_mad; in __mlx4_ib_query_gid() 901 struct ib_smp *in_mad; in mlx4_ib_query_sl2vl() 902 struct ib_smp *out_mad; in mlx4_ib_query_sl2vl() 930 sl2vl64.sl8[jj] = ((struct ib_smp *)out_mad)->data[jj]; in mlx4_ib_query_sl2vl() 961 struct ib_smp *in_mad; in __mlx4_ib_query_pkey() [all …]
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 843 struct ib_smp *in_mad = (struct ib_smp *)(inbox->buf); in query_pkey_block() 844 struct ib_smp *out_mad = (struct ib_smp *)(outbox->buf); in query_pkey_block() 897 struct ib_smp *smp = inbox->buf; in mlx4_MAD_IFC_wrapper() 906 struct ib_smp *outsmp = outbox->buf; in mlx4_MAD_IFC_wrapper()
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | mad.c | 601 static int subn_get_nodeinfo(struct ib_smp *smp, struct ib_device *ibdev, in subn_get_nodeinfo() 4578 struct ib_smp *smp = (struct ib_smp *)out_mad; in process_subn()
|