Searched refs:rtw_softc_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c212 sizeof (rtw_softc_t), 1);
414 rtw_txdac_enable(rtw_softc_t *rsc, int enable)
491 rtw_continuous_tx_enable(rtw_softc_t *rsc, int enable)
551 rtw_enable_interrupts(rtw_softc_t *rsc)
593 rtw_reset(rtw_softc_t *rsc)
651 rtw_io_enable(rtw_softc_t *rsc, uint8_t flags, int enable);
654 rtw_rtx_disable(rtw_softc_t *rsc)
1027 rtw_rxdesc_init(rtw_softc_t *rsc, struct rtw_rxbuf *rbf, int idx, int is_last)
1067 rtw_io_enable(rtw_softc_t *rsc, uint8_t flags, int enable)
1157 rtw_dma_free(rtw_softc_t *rs
[all...]
H A Drtwvar.h499 } rtw_softc_t; typedef in typeref:struct:rtw_softc
501 #define RTW_SC(ic) ((rtw_softc_t *)ic)

Completed in 66 milliseconds