Searched refs:ib_smp (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/sys/ofed/drivers/infiniband/core/ |
| HD | smi.h | 54 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, u8 node_type, 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()
|
| HD | smi.c | 46 enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp, in smi_handle_dr_smp_send() 131 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, u8 node_type, in smi_handle_dr_smp_recv() 212 enum smi_forward_action smi_check_forward_dr_smp(struct ib_smp *smp) in smi_check_forward_dr_smp() 249 int smi_get_fwd_port(struct ib_smp *smp) in smi_get_fwd_port()
|
| HD | mad_priv.h | 85 struct ib_smp smp;
|
| HD | mad.c | 1209 struct ib_smp *smp = mad_send_wr->send_buf.mad; in handle_outgoing_dr_smp()
|
| /NextBSD/sys/ofed/include/rdma/ |
| HD | ib_smi.h | 46 struct ib_smp { struct 124 ib_get_smp_direction(struct ib_smp *smp) in ib_get_smp_direction()
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mthca/ |
| HD | mthca_provider.c | 50 static void init_query_mad(struct ib_smp *mad) in init_query_mad() 61 struct ib_smp *in_mad = NULL; in mthca_query_device() 62 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() 248 struct ib_smp *in_mad = NULL; in mthca_query_pkey() 249 struct ib_smp *out_mad = NULL; in mthca_query_pkey() 283 struct ib_smp *in_mad = NULL; in mthca_query_gid() 284 struct ib_smp *out_mad = NULL; in mthca_query_gid() 1253 struct ib_smp *in_mad = NULL; in mthca_init_node_data() [all …]
|
| HD | mthca_mad.c | 117 (struct ib_port_info *) ((struct ib_smp *) mad)->data; in smp_snoop() 156 memcpy(((struct ib_smp *) mad)->data, dev->node_desc, 64); in node_desc_override()
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/ |
| HD | mad.c | 231 pinfo = (struct ib_port_info *) ((struct ib_smp *) mad)->data; in smp_snoop() 255 bn = be32_to_cpu(((struct ib_smp *)mad)->attr_mod) & 0xFFFF; in smp_snoop() 256 base = (__be16 *) &(((struct ib_smp *)mad)->data[0]); in smp_snoop() 289 bn = be32_to_cpu(((struct ib_smp *)mad)->attr_mod); in smp_snoop() 291 (u8 *)(&((struct ib_smp *)mad)->data)); in smp_snoop() 293 (u8 *)(&((struct ib_smp *)mad)->data)); in smp_snoop() 346 memcpy(((struct ib_smp *) mad)->data, dev->node_desc, 64); in node_desc_override() 1137 struct ib_smp *in_mad = NULL; in handle_slaves_guid_change() 1138 struct ib_smp *out_mad = NULL; in handle_slaves_guid_change() 1175 (u8 *)(&((struct ib_smp *)out_mad)->data)); in handle_slaves_guid_change() [all …]
|
| HD | main.c | 131 static void init_query_mad(struct ib_smp *mad) in init_query_mad() 168 struct ib_smp *in_mad = NULL; in mlx4_ib_query_device() 169 struct ib_smp *out_mad = NULL; in mlx4_ib_query_device() 295 struct ib_smp *in_mad = NULL; in ib_link_query_port() 296 struct ib_smp *out_mad = NULL; in ib_link_query_port() 467 struct ib_smp *in_mad = NULL; in __mlx4_ib_query_gid() 468 struct ib_smp *out_mad = NULL; in __mlx4_ib_query_gid() 542 struct ib_smp *in_mad = NULL; in __mlx4_ib_query_pkey() 543 struct ib_smp *out_mad = NULL; in __mlx4_ib_query_pkey() 1472 struct ib_smp *in_mad = NULL; in init_node_data() [all …]
|
| /NextBSD/sys/ofed/drivers/infiniband/util/ |
| HD | madeye.c | 350 static void print_smp(struct ib_smp *smp) in print_smp() 420 print_smp((struct ib_smp *)&mad_recv_wc->recv_buf.mad->mad_hdr); in recv_smi_handler()
|
| /NextBSD/sys/dev/ifmlx4/ |
| HD | cmd.c | 850 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() 911 struct ib_smp *outsmp = outbox->buf; in mlx4_MAD_IFC_wrapper()
|
| /NextBSD/sys/ofed/drivers/net/mlx4/ |
| HD | cmd.c | 850 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() 911 struct ib_smp *outsmp = outbox->buf; in mlx4_MAD_IFC_wrapper()
|