Searched refs:in_mad (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | mad.c | 4450 const struct opa_mad *in_mad, in hfi1_pkey_validation_pma() argument 4456 if (!is_local_mad(ibp, in_mad, in_wc) && in hfi1_pkey_validation_pma() 4470 u32 port, const struct opa_mad *in_mad, in process_subn_opa() argument 4481 *out_mad = *in_mad; in process_subn_opa() 4575 u32 port, const struct ib_mad *in_mad, in process_subn() argument 4582 *out_mad = *in_mad; in process_subn() 4602 if (in_mad->mad_hdr.attr_id == IB_SMP_ATTR_PORT_INFO && in process_subn() 4634 const struct ib_mad *in_mad, in process_perf() argument 4642 *out_mad = *in_mad; in process_perf() 4696 const struct opa_mad *in_mad, in process_perf_opa() argument [all …]
|
| H A D | verbs.h | 291 const struct ib_mad *in_mad, struct ib_mad *out_mad,
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cmd.h | 316 const void *in_mad, void *response_mad);
|
| H A D | mthca_cmd.c | 1864 const void *in_mad, void *response_mad) in mthca_MAD_IFC() argument 1892 memcpy(inbox, in_mad, 256); in mthca_MAD_IFC()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | cmd.c | 843 struct ib_smp *in_mad = (struct ib_smp *)(inbox->buf); in query_pkey_block() local 851 in_mad->attr_mod = cpu_to_be32(index / 32); in query_pkey_block()
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 4626 const struct ib_mad *in_mad, struct ib_mad *out_mad, in bnxt_re_process_mad() argument 4634 if (in_mad->mad_hdr.mgmt_class != IB_MGMT_CLASS_PERF_MGMT) in bnxt_re_process_mad() 4637 switch (in_mad->mad_hdr.attr_id) { in bnxt_re_process_mad()
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 2394 const struct ib_mad *in_mad, struct ib_mad *out_mad,
|