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.c487 if (!dev->process_mad) in get_perf_mad()
506 if ((dev->process_mad(dev, IB_MAD_IGNORE_MKEY, in get_perf_mad()
1082 if (device->process_mad) { in add_port()
H A Dib_mad.c855 ret = device->process_mad(device, 0, port_num, &mad_wc, NULL, in handle_outgoing_dr_smp()
2260 if (port_priv->device->process_mad) { in ib_mad_recv_done()
2261 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.c3941 dev->ib_dev.process_mad = mlx5_ib_process_mad; in mlx5_ib_add()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c494 ibdev->process_mad = c4iw_process_mad; in c4iw_register_device()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c255 ibdev->process_mad = qlnxr_process_mad; in qlnxr_register_device()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1235 dev->ib_dev.process_mad = mthca_process_mad; in mthca_register_device()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2346 int (*process_mad)(struct ib_device *device, member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2520 ibdev->ib_dev.process_mad = mlx4_ib_process_mad; in mlx4_ib_add()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2224 ibdev->process_mad = bnxt_re_process_mad; in bnxt_re_register_ib()