Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/core/
HDsmi.h70 return ((device->process_mad && in smi_check_local_smp()
85 return ((device->process_mad && in smi_check_local_returning_smp()
HDsysfs.c306 if (!p->ibdev->process_mad) in get_pma_counters()
327 if ((p->ibdev->process_mad(p->ibdev, IB_MAD_IGNORE_MKEY, in get_pma_counters()
HDmad.c1269 ret = device->process_mad(device, 0, port_num, &mad_wc, NULL, in handle_outgoing_dr_smp()
2538 if (port_priv->device->process_mad) { in ib_mad_recv_done_handler()
2539 ret = port_priv->device->process_mad(port_priv->device, 0, in ib_mad_recv_done_handler()
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDprovider.c464 ibdev->process_mad = c4iw_process_mad; in c4iw_register_device()
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.c1128 dev->ibdev.process_mad = iwch_process_mad; in iwch_register_device()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_provider.c1392 dev->ib_dev.process_mad = mthca_process_mad; in mthca_register_device()
/NextBSD/sys/ofed/include/rdma/
HDib_verbs.h1784 int (*process_mad)(struct ib_device *device, member
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmain.c2355 ibdev->ib_dev.process_mad = mlx4_ib_process_mad; in mlx4_ib_add()