Searched refs:ib_smp (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/infiniband/core/ |
| H A 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()
|
| H A 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()
|
| H A D | mad.c | 624 struct ib_smp *smp = mad_send_wr->send_buf.mad; in handle_outgoing_dr_smp() 2122 struct ib_smp *smp = (struct ib_smp *)recv->mad; in handle_ib_smi()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | mad.c | 365 struct ib_smp *in_mad; in mlx5_query_ext_port_caps() 366 struct ib_smp *out_mad; in mlx5_query_ext_port_caps() 393 struct ib_smp *out_mad) in mlx5_query_mad_ifc_smp_attr_node_info() 395 struct ib_smp *in_mad; in mlx5_query_mad_ifc_smp_attr_node_info() 415 struct ib_smp *out_mad; in mlx5_query_mad_ifc_system_image_guid() 437 struct ib_smp *out_mad; in mlx5_query_mad_ifc_max_pkeys() 459 struct ib_smp *out_mad; in mlx5_query_mad_ifc_vendor_id() 480 struct ib_smp *in_mad; in mlx5_query_mad_ifc_node_desc() 481 struct ib_smp *out_mad; in mlx5_query_mad_ifc_node_desc() 505 struct ib_smp *in_mad; in mlx5_query_mad_ifc_node_guid() [all …]
|
| /linux/include/rdma/ |
| H A 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()
|
| H A D | opa_smi.h | 97 return ib_get_smp_direction((struct ib_smp *)smp); in opa_get_smp_direction()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A 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() 1004 struct ib_smp *in_mad; in mthca_init_node_data() 1005 struct ib_smp *out_mad; in mthca_init_node_data()
|
| H A 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/include/trace/events/ |
| H A 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/drivers/infiniband/hw/mlx4/ |
| H A 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 …]
|