Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h193 struct rtw_txbuf { struct
211 struct rtw_txbuf *txbuf_h; argument
H A Drtw.c1159 struct rtw_txbuf *txbf; in rtw_dma_free()
1182 sizeof (struct rtw_txbuf) * rtw_qlen[i]); in rtw_dma_free()
1211 struct rtw_txbuf *txbf; in rtw_dma_init()
1243 sizeof (struct rtw_txbuf), in rtw_dma_init()
1244 offsetof(struct rtw_txbuf, bf_node)); in rtw_dma_init()
1246 sizeof (struct rtw_txbuf), in rtw_dma_init()
1247 offsetof(struct rtw_txbuf, bf_node)); in rtw_dma_init()
1254 buflen = sizeof (struct rtw_txbuf) * rtw_qlen[i]; in rtw_dma_init()
1329 struct rtw_txbuf *txbf; in rtw_swring_setup()
2253 struct rtw_txbuf *bf = NULL; in rtw_send()
[all …]