Home
last modified time | relevance | path

Searched refs:ml_fastpath_disable (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_provider.h179 int (*ml_fastpath_disable)(void *); member
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c507 legacy->ml_fastpath_disable = softmac_fastpath_disable; in softmac_m_getcapab()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3976 return (mip->mi_capab_legacy.ml_fastpath_disable(mip->mi_driver)); in mac_fastpath_disable()