Searched refs:opa_mad (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/rdma/ |
D | ib_mad.h | 208 struct opa_mad { struct 652 struct opa_mad *opa_mad; member
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | mad.c | 4396 static int is_local_mad(struct hfi1_ibport *ibp, const struct opa_mad *mad, in is_local_mad() 4493 const struct opa_mad *in_mad, in hfi1_pkey_validation_pma() 4513 u8 port, const struct opa_mad *in_mad, in process_subn_opa() 4514 struct opa_mad *out_mad, in process_subn_opa() 4739 const struct opa_mad *in_mad, in process_perf_opa() 4740 struct opa_mad *out_mad, u32 *resp_len) in process_perf_opa() 4822 const struct opa_mad *in_mad, in hfi1_process_opa_mad() 4823 struct opa_mad *out_mad, size_t *out_mad_size, in hfi1_process_opa_mad() 4924 if (unlikely(in_mad_size != sizeof(struct opa_mad))) { in hfi1_process_mad() 4930 (struct opa_mad *)in_mad, in hfi1_process_mad() [all …]
|
/Linux-v5.4/drivers/infiniband/core/ |
D | mad.c | 1069 mad_size = sizeof(struct opa_mad); in ib_create_send_mad() 2219 response->header.recv_wc.recv_buf.opa_mad = in handle_opa_smi() 2220 (struct opa_mad *)response->mad; in handle_opa_smi() 2302 recv->header.recv_wc.mad_seg_size = sizeof(struct opa_mad); in ib_mad_recv_done() 2792 local->mad_priv->header.recv_wc.mad_seg_size = sizeof(struct opa_mad); in local_completions()
|