Home
last modified time | relevance | path

Searched refs:out_mad (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Dmad.c210 const struct ib_mad *in_mad, struct ib_mad *out_mad) in process_pma_cmd() argument
241 memcpy((out_mad->data + 40), &cpi, sizeof(cpi)); in process_pma_cmd()
248 (struct ib_pma_portcounters_ext *)(out_mad->data + 40); in process_pma_cmd()
272 (struct ib_pma_portcounters *)(out_mad->data + 40); in process_pma_cmd()
366 struct ib_smp *out_mad; in mlx5_query_ext_port_caps() local
371 out_mad = kmalloc_obj(*out_mad); in mlx5_query_ext_port_caps()
372 if (!in_mad || !out_mad) in mlx5_query_ext_port_caps()
379 err = mlx5_MAD_IFC(dev, 1, 1, 1, NULL, NULL, in_mad, out_mad); in mlx5_query_ext_port_caps()
381 packet_error = be16_to_cpu(out_mad->status); in mlx5_query_ext_port_caps()
388 kfree(out_mad); in mlx5_query_ext_port_caps()
[all …]
/linux/drivers/infiniband/hw/mlx4/
H A Dmad.c824 const struct ib_mad *in_mad, struct ib_mad *out_mad) in ib_process_mad() argument
870 port_num, in_wc, in_grh, in_mad, out_mad); in ib_process_mad()
874 if (!out_mad->mad_hdr.status) { in ib_process_mad()
878 node_desc_override(ibdev, out_mad); in ib_process_mad()
883 out_mad->mad_hdr.status |= cpu_to_be16(1 << 15); in ib_process_mad()
927 static int iboe_process_mad_port_info(void *out_mad) in iboe_process_mad_port_info() argument
932 memcpy(out_mad, &cpi, sizeof(cpi)); in iboe_process_mad_port_info()
939 const struct ib_mad *in_mad, struct ib_mad *out_mad) in iboe_process_mad() argument
950 return iboe_process_mad_port_info((void *)(out_mad->data + 40)); in iboe_process_mad()
972 (void *)(out_mad->data + 40), in iboe_process_mad()
[all …]
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.h72 void ocrdma_pma_counters(struct ocrdma_dev *dev, struct ib_mad *out_mad);
/linux/drivers/infiniband/core/
H A Dsysfs.c510 struct ib_mad *out_mad; in get_perf_mad() local
511 size_t mad_size = sizeof(*out_mad); in get_perf_mad()
519 out_mad = kzalloc_obj(*out_mad); in get_perf_mad()
520 if (!in_mad || !out_mad) { in get_perf_mad()
535 in_mad, out_mad, &mad_size, in get_perf_mad()
542 memcpy(data, out_mad->data + offset, size); in get_perf_mad()
546 kfree(out_mad); in get_perf_mad()
/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.h291 const struct ib_mad *in_mad, struct ib_mad *out_mad,