/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_mad.c | 108 const struct ib_mad *mad, in smp_snoop() 150 struct ib_mad *mad) in node_desc_override() 165 const struct ib_mad *mad) in forward_trap() 211 const struct ib_mad *in_mad = (const struct ib_mad *)in; in mthca_process_mad() 212 struct ib_mad *out_mad = (struct ib_mad *)out; in mthca_process_mad()
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | mad.c | 46 struct ib_mad *in_mad) in can_do_mad_ifc() 60 if (!can_do_mad_ifc(dev, port, (struct ib_mad *)in_mad)) in mlx5_MAD_IFC() 76 const struct ib_mad *in_mad, struct ib_mad *out_mad) in process_mad() 201 const struct ib_mad *in_mad, struct ib_mad *out_mad) in process_pma_cmd() 257 const struct ib_mad *in_mad = (const struct ib_mad *)in; in mlx5_ib_process_mad() 258 struct ib_mad *out_mad = (struct ib_mad *)out; in mlx5_ib_process_mad()
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | cm.c | 75 static void set_local_comm_id(struct ib_mad *mad, u32 cm_id) in set_local_comm_id() 90 static u32 get_local_comm_id(struct ib_mad *mad) in get_local_comm_id() 105 static void set_remote_comm_id(struct ib_mad *mad, u32 cm_id) in set_remote_comm_id() 120 static u32 get_remote_comm_id(struct ib_mad *mad) in get_remote_comm_id() 135 static union ib_gid gid_from_req_msg(struct ib_device *ibdev, struct ib_mad *mad) in gid_from_req_msg() 316 struct ib_mad *mad) in mlx4_ib_multiplex_cm_handler() 361 struct ib_mad *mad) in mlx4_ib_demux_cm_handler()
|
D | mad.c | 82 struct ib_mad mad; 88 struct ib_mad mad; 220 static void smp_snoop(struct ib_device *ibdev, u8 port_num, const struct ib_mad *mad, in smp_snoop() 368 struct ib_mad *mad) in node_desc_override() 383 static void forward_trap(struct mlx4_ib_dev *dev, u8 port_num, const struct ib_mad *mad) in forward_trap() 505 struct ib_grh *grh, struct ib_mad *mad) in mlx4_ib_send_to_slave() 666 struct ib_mad *mad) in mlx4_ib_demux_mad() 804 const struct ib_mad *in_mad, struct ib_mad *out_mad) in ib_process_mad() 937 const struct ib_mad *in_mad, struct ib_mad *out_mad) in iboe_process_mad() 990 const struct ib_mad *in_mad = (const struct ib_mad *)in; in mlx4_ib_process_mad() [all …]
|
D | mlx4_ib.h | 853 struct ib_grh *grh, struct ib_mad *mad); 858 u16 vlan_id, struct ib_mad *mad); 863 struct ib_mad *mad); 866 struct ib_mad *mad);
|
D | mcg.c | 209 static int send_mad_to_wire(struct mlx4_ib_demux_ctx *ctx, struct ib_mad *mad) in send_mad_to_wire() 229 struct ib_mad *mad) in send_mad_to_slave() 268 ret = send_mad_to_wire(group->demux, (struct ib_mad *)&mad); in send_join_to_wire() 304 ret = send_mad_to_wire(group->demux, (struct ib_mad *)&mad); in send_leave_to_wire() 348 ret = send_mad_to_slave(slave, group->demux, (struct ib_mad *)&mad); in send_reply_to_slave()
|
/Linux-v4.19/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_ah.c | 268 const struct ib_mad *in_mad = (const struct ib_mad *)in; in ocrdma_process_mad() 269 struct ib_mad *out_mad = (struct ib_mad *)out; in ocrdma_process_mad()
|
D | ocrdma_stats.h | 73 struct ib_mad *out_mad);
|
D | ocrdma_stats.c | 674 struct ib_mad *out_mad) in ocrdma_pma_counters()
|
/Linux-v4.19/include/rdma/ |
D | ib_mad.h | 203 struct ib_mad { struct 642 struct ib_mad *mad;
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_mad.c | 1861 u8 port, const struct ib_mad *in_mad, in process_subn() 1862 struct ib_mad *out_mad) in process_subn() 2013 const struct ib_mad *in_mad, in process_perf() 2014 struct ib_mad *out_mad) in process_perf() 2306 u8 port, const struct ib_mad *in_mad, in process_cc() 2307 struct ib_mad *out_mad) in process_cc() 2415 const struct ib_mad *in_mad = (const struct ib_mad *)in; in qib_process_mad() 2416 struct ib_mad *out_mad = (struct ib_mad *)out; in qib_process_mad()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | mad.c | 742 wc->byte_len = sizeof(struct ib_mad) + sizeof(struct ib_grh); in build_smp_wc() 1041 mad_size = sizeof(struct ib_mad); in ib_create_send_mad() 2097 response->header.recv_wc.recv_buf.mad = (struct ib_mad *)response->mad; in handle_ib_smi() 2124 response->header.recv_wc.recv_buf.mad = (struct ib_mad *)response->mad; in generate_unmatched_resp() 2269 recv->header.recv_wc.mad_len = sizeof(struct ib_mad); in ib_mad_recv_done() 2270 recv->header.recv_wc.mad_seg_size = sizeof(struct ib_mad); in ib_mad_recv_done() 2273 recv->header.recv_wc.recv_buf.mad = (struct ib_mad *)recv->mad; in ib_mad_recv_done() 2752 local->mad_priv->header.recv_wc.mad_len = sizeof(struct ib_mad); in local_completions() 2753 local->mad_priv->header.recv_wc.mad_seg_size = sizeof(struct ib_mad); in local_completions() 2761 (struct ib_mad *)local->mad_priv->mad; in local_completions()
|
D | sysfs.c | 459 struct ib_mad *in_mad; in get_perf_mad() 460 struct ib_mad *out_mad; in get_perf_mad()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | mad.c | 4628 u8 port, const struct ib_mad *in_mad, in process_subn() 4629 struct ib_mad *out_mad) in process_subn() 4687 const struct ib_mad *in_mad, in process_perf() 4688 struct ib_mad *out_mad) in process_perf() 4886 const struct ib_mad *in_mad, in hfi1_process_ib_mad() 4887 struct ib_mad *out_mad) in hfi1_process_ib_mad() 4947 (const struct ib_mad *)in_mad, in hfi1_process_mad() 4948 (struct ib_mad *)out_mad); in hfi1_process_mad()
|
/Linux-v4.19/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 423 static void srpt_mgmt_method_get(struct srpt_port *sp, struct ib_mad *rq_mad, in srpt_mgmt_method_get()
|