Home
last modified time | relevance | path

Searched refs:process_mad (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dopa_smi.h59 return (device->process_mad && in opa_smi_check_local_smp()
74 return (device->process_mad && in opa_smi_check_local_returning_smp()
H A Dsmi.h71 return ((device->process_mad && in smi_check_local_smp()
86 return ((device->process_mad && in smi_check_local_returning_smp()
H A Dib_sysfs.c475 if (!dev->process_mad) in get_perf_mad()
494 if ((dev->process_mad(dev, IB_MAD_IGNORE_MKEY, in get_perf_mad()
1070 if (device->process_mad) { in add_port()
H A Dib_mad.c851 ret = device->process_mad(device, 0, port_num, &mad_wc, NULL, in handle_outgoing_dr_smp()
2252 if (port_priv->device->process_mad) { in ib_mad_recv_done()
2253 ret = port_priv->device->process_mad(port_priv->device, 0, in ib_mad_recv_done()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c57 static int process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num, in process_mad() function
254 return process_mad(ibdev, mad_flags, port_num, in_wc, in_grh, in mlx5_ib_process_mad()
H A Dmlx5_ib_main.c3470 dev->ib_dev.process_mad = mlx5_ib_process_mad; in mlx5_ib_add()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c482 ibdev->process_mad = c4iw_process_mad; in c4iw_register_device()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c256 ibdev->process_mad = qlnxr_process_mad; in qlnxr_register_device()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1236 dev->ib_dev.process_mad = mthca_process_mad; in mthca_register_device()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2327 int (*process_mad)(struct ib_device *device, member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2548 ibdev->ib_dev.process_mad = mlx4_ib_process_mad; in mlx4_ib_add()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2159 ibdev->process_mad = bnxt_re_process_mad; in bnxt_re_register_ib()