Searched refs:opa_mad (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/rdma/ |
D | ib_mad.h | 208 struct opa_mad { struct 643 struct opa_mad *opa_mad; member
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | mad.c | 4406 static int is_local_mad(struct hfi1_ibport *ibp, const struct opa_mad *mad, in is_local_mad() 4503 const struct opa_mad *in_mad, in hfi1_pkey_validation_pma() 4523 u8 port, const struct opa_mad *in_mad, in process_subn_opa() 4524 struct opa_mad *out_mad, in process_subn_opa() 4749 const struct opa_mad *in_mad, in process_perf_opa() 4750 struct opa_mad *out_mad, u32 *resp_len) in process_perf_opa() 4832 const struct opa_mad *in_mad, in hfi1_process_opa_mad() 4833 struct opa_mad *out_mad, size_t *out_mad_size, in hfi1_process_opa_mad() 4934 if (unlikely(in_mad_size != sizeof(struct opa_mad))) { in hfi1_process_mad() 4940 (struct opa_mad *)in_mad, in hfi1_process_mad() [all …]
|
/Linux-v4.19/drivers/infiniband/core/ |
D | mad.c | 1039 mad_size = sizeof(struct opa_mad); in ib_create_send_mad() 2184 response->header.recv_wc.recv_buf.opa_mad = in handle_opa_smi() 2185 (struct opa_mad *)response->mad; in handle_opa_smi() 2267 recv->header.recv_wc.mad_seg_size = sizeof(struct opa_mad); in ib_mad_recv_done() 2750 local->mad_priv->header.recv_wc.mad_seg_size = sizeof(struct opa_mad); in local_completions()
|