Home
last modified time | relevance | path

Searched refs:hd_ibc_ops (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h155 ibc_operations_t *hd_ibc_ops; /* operations vector */ member
179 _NOTE(DATA_READABLE_WITHOUT_LOCK(ibtl_hca_devinfo_s::hd_ibc_ops))
481 #define IBTL_HDIP2CIHCAOPS_P(hca_devp) (hca_devp)->hd_ibc_ops
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_impl.c592 hca_devp->hd_ibc_ops = info_p->hca_ops; in ibc_attach()