Home
last modified time | relevance | path

Searched refs:sa_mad (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/infiniband/hw/mlx4/
H A Dmcg.c133 struct ib_sa_mad sa_mad; member
259 memcpy(&mad, sa_mad, sizeof mad); in send_join_to_wire()
628 if (send_join_to_wire(group, &req->sa_mad)) { in handle_join_req()
712 sa_data = (struct ib_sa_mcmember_data *)req->sa_mad.data; in mlx4_ib_mcg_work_handler()
718 if (req->sa_mad.mad_hdr.method == IB_SA_METHOD_DELETE) in mlx4_ib_mcg_work_handler()
932 int slave, struct ib_sa_mad *sa_mad) in mlx4_ib_mcg_multiplex_handler() argument
944 switch (sa_mad->mad_hdr.method) { in mlx4_ib_mcg_multiplex_handler()
954 req->sa_mad = *sa_mad; in mlx4_ib_mcg_multiplex_handler()
985 port, slave, sa_mad->mad_hdr.method); in mlx4_ib_mcg_multiplex_handler()
1016 be64_to_cpu(req->sa_mad.mad_hdr.tid)); in sysfs_show_group()
[all …]
H A Dmad.c418 struct ib_sa_mad *sa_mad) in mlx4_ib_demux_sa_handler() argument
423 switch (be16_to_cpu(sa_mad->mad_hdr.attr_id)) { in mlx4_ib_demux_sa_handler()
425 ret = mlx4_ib_mcg_demux_handler(ibdev, port, slave, sa_mad); in mlx4_ib_demux_sa_handler()
1341 int slave, struct ib_sa_mad *sa_mad) in mlx4_ib_multiplex_sa_handler() argument
1346 switch (be16_to_cpu(sa_mad->mad_hdr.attr_id)) { in mlx4_ib_multiplex_sa_handler()
1348 ret = mlx4_ib_mcg_multiplex_handler(ibdev, port, slave, sa_mad); in mlx4_ib_multiplex_sa_handler()
H A Dmlx4_ib.h851 struct ib_sa_mad *sa_mad);