Searched refs:response_mad (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | mad.c | 45 void *in_mad, void *response_mad) in mlx5_MAD_IFC() argument 57 return mlx5_core_mad_ifc(dev->mdev, in_mad, response_mad, op_modifier, port); in mlx5_MAD_IFC()
|
D | mlx5_ib.h | 529 void *in_mad, void *response_mad);
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_cmd.h | 316 void *in_mad, void *response_mad);
|
D | mthca_cmd.c | 1862 void *in_mad, void *response_mad) in mthca_MAD_IFC() argument 1932 memcpy(response_mad, outmailbox->buf, 256); in mthca_MAD_IFC()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 710 void *in_mad, void *response_mad);
|
D | mad.c | 115 void *in_mad, void *response_mad) in mlx4_MAD_IFC() argument 185 memcpy(response_mad, outmailbox->buf, 256); in mlx4_MAD_IFC()
|