Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h203 struct rtw_rxbuf { struct
439 struct rtw_rxbuf *rxbuf_h;
H A Drtw.c1027 rtw_rxdesc_init(rtw_softc_t *rsc, struct rtw_rxbuf *rbf, int idx, int is_last) in rtw_rxdesc_init()
1160 struct rtw_rxbuf *rxbf; in rtw_dma_free()
1196 sizeof (struct rtw_rxbuf) * RTW_RXQLEN); in rtw_dma_free()
1212 struct rtw_rxbuf *rxbf; in rtw_dma_init()
1283 buflen = sizeof (struct rtw_rxbuf) * RTW_RXQLEN; in rtw_dma_init()
1284 rxbf = (struct rtw_rxbuf *)kmem_zalloc(buflen, KM_SLEEP); in rtw_dma_init()
1330 struct rtw_rxbuf *rxbf; in rtw_swring_setup()
2566 struct rtw_rxbuf *bf; in rtw_intr_rx()