Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A 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()
H A 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()
/linux/include/rdma/
H A Dib_smi.h18 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 Dopa_smi.h97 return ib_get_smp_direction((struct ib_smp *)smp); in opa_get_smp_direction()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c119 (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 Dib_mad.h340 TP_PROTO(struct ib_smp *smp),
377 TP_PROTO(struct ib_smp *smp),
380 TP_PROTO(struct ib_smp *smp),
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c843 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/drivers/infiniband/hw/hfi1/
H A Dmad.c601 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()