Home
last modified time | relevance | path

Searched refs:ib_mad_hdr (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c39 static int reply(struct ib_mad_hdr *smp) in reply()
548 return reply((struct ib_mad_hdr *)smp); in __subn_get_opa_nodedesc()
558 return reply((struct ib_mad_hdr *)smp); in __subn_get_opa_nodedesc()
576 return reply((struct ib_mad_hdr *)smp); in __subn_get_opa_nodeinfo()
598 return reply((struct ib_mad_hdr *)smp); in __subn_get_opa_nodeinfo()
632 return reply((struct ib_mad_hdr *)smp); in subn_get_nodeinfo()
961 return reply((struct ib_mad_hdr *)smp); in __subn_get_opa_portinfo()
1031 return reply((struct ib_mad_hdr *)smp); in __subn_get_opa_pkeytable()
2276 struct ib_mad_hdr mad_hdr;
4511 (struct ib_mad_hdr *)smp, 0, in process_subn_opa()
[all …]
/linux/include/trace/events/
H A Dib_mad.h67 ((struct ib_mad_hdr *)wr->send_buf.mad)->base_version;
69 ((struct ib_mad_hdr *)wr->send_buf.mad)->mgmt_class;
71 ((struct ib_mad_hdr *)wr->send_buf.mad)->class_version;
73 ((struct ib_mad_hdr *)wr->send_buf.mad)->method;
75 ((struct ib_mad_hdr *)wr->send_buf.mad)->status;
80 ((struct ib_mad_hdr *)wr->send_buf.mad)->attr_id;
82 ((struct ib_mad_hdr *)wr->send_buf.mad)->attr_mod;
156 ((struct ib_mad_hdr *)wr->send_buf.mad)->mgmt_class;
160 ((struct ib_mad_hdr *)wr->send_buf.mad)->method;
162 ((struct ib_mad_hdr *)wr->send_buf.mad)->status;
[all …]
H A Dib_umad.h18 struct ib_mad_hdr *mad_hdr),
111 struct ib_mad_hdr *mad_hdr),
116 struct ib_mad_hdr *mad_hdr),
121 struct ib_mad_hdr *mad_hdr),
/linux/include/rdma/
H A Dibta_vol1_c12.h15 (byte_offset + sizeof(struct ib_mad_hdr)), bits_offset, \
19 (byte_offset + sizeof(struct ib_mad_hdr)), width)
22 (byte_offset + sizeof(struct ib_mad_hdr)), width)
25 (byte_offset + sizeof(struct ib_mad_hdr)), width)
27 IBA_FIELD64_LOC(field_struct, (byte_offset + sizeof(struct ib_mad_hdr)))
30 (byte_offset + sizeof(struct ib_mad_hdr)), width, type)
34 struct ib_mad_hdr hdr; \
H A Dib_mad.h137 struct ib_mad_hdr { struct
177 struct ib_mad_hdr mad_hdr;
182 struct ib_mad_hdr mad_hdr;
187 struct ib_mad_hdr mad_hdr;
193 struct ib_mad_hdr mad_hdr;
199 struct ib_mad_hdr mad_hdr;
206 struct ib_mad_hdr mad_hdr;
484 int ib_response_mad(const struct ib_mad_hdr *hdr);
H A Dib_pma.h29 struct ib_mad_hdr mad_hdr;
/linux/drivers/infiniband/sw/rdmavt/
H A Dmad.h13 const struct ib_mad_hdr *in, size_t in_mad_size,
14 struct ib_mad_hdr *out, size_t *out_mad_size,
H A Dmad.c33 const struct ib_mad_hdr *in, size_t in_mad_size, in rvt_process_mad()
34 struct ib_mad_hdr *out, size_t *out_mad_size, in rvt_process_mad()
/linux/drivers/infiniband/core/
H A Dmad.c96 const struct ib_mad_hdr *mad);
204 int ib_response_mad(const struct ib_mad_hdr *hdr) in ib_response_mad()
1531 const struct ib_mad_hdr *mad_hdr) in find_mad_agent()
1650 const struct ib_mad_hdr *mad_hdr) in is_rmpp_data_mad()
1736 const struct ib_mad_hdr *mad_hdr; in ib_find_send_mad()
1911 const struct ib_mad_hdr *recv_hdr = (const struct ib_mad_hdr *)recv->mad; in generate_unmatched_resp()
1912 struct ib_mad_hdr *resp_hdr = (struct ib_mad_hdr *)response->mad; in generate_unmatched_resp()
1933 *resp_len = sizeof(struct ib_mad_hdr); in generate_unmatched_resp()
2007 struct ib_mad_hdr *mad_hdr = (struct ib_mad_hdr *)recv->mad; in handle_smi()
2077 (struct ib_mad_hdr *)recv->mad); in ib_mad_recv_done()
[all …]
H A Dagent.h47 extern void agent_send_response(const struct ib_mad_hdr *mad_hdr, const struct ib_grh *grh,
H A Duser_mad.c138 struct ib_mad_hdr mad_hdr;
377 (struct ib_mad_hdr *)&packet->mad.data); in copy_send_mad()
478 struct ib_mad_hdr *sent_hdr, *hdr; in is_duplicate()
480 hdr = (struct ib_mad_hdr *) packet->mad.data; in is_duplicate()
482 sent_hdr = (struct ib_mad_hdr *) sent_packet->mad.data; in is_duplicate()
547 (struct ib_mad_hdr *)&packet->mad.data); in ib_umad_write()
590 base_version = ((struct ib_mad_hdr *)&packet->mad.data)->base_version; in ib_umad_write()
629 tid = &((struct ib_mad_hdr *) packet->msg->mad)->tid; in ib_umad_write()
H A Dagent.c81 void agent_send_response(const struct ib_mad_hdr *mad_hdr, const struct ib_grh *grh, in agent_send_response()
H A Dmad_rmpp.c280 struct ib_mad_hdr *mad_hdr; in create_rmpp_recv()
327 struct ib_mad_hdr *mad_hdr = &mad_recv_wc->recv_buf.mad->mad_hdr; in find_rmpp_recv()
845 struct ib_mad_hdr *mad_hdr = mad_send_wr->send_buf.mad; in init_newwin()
H A Dcm.c1304 static void cm_format_mad_hdr(struct ib_mad_hdr *hdr, in cm_format_mad_hdr()
1315 static void cm_format_mad_ece_hdr(struct ib_mad_hdr *hdr, __be16 attr_id, in cm_format_mad_ece_hdr()
3836 attr_index = be16_to_cpu(((struct ib_mad_hdr *) in cm_send_handler()
/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.h475 struct ib_mad_hdr mad_hdr;
517 struct ib_mad_hdr mad_hdr;
/linux/drivers/infiniband/ulp/srpt/
H A Dib_dm_mad.h79 struct ib_mad_hdr mad_hdr;
/linux/drivers/infiniband/hw/mlx4/
H A Dcm.c65 struct ib_mad_hdr hdr;
74 struct ib_mad_hdr hdr;