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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h191 struct rtw_txbuf { struct
209 struct rtw_txbuf *txbuf_h;
H A Drtw.c1159 struct rtw_txbuf *txbf;
1182 sizeof (struct rtw_txbuf) * rtw_qlen[i]);
1211 struct rtw_txbuf *txbf;
1243 sizeof (struct rtw_txbuf),
1244 offsetof(struct rtw_txbuf, bf_node));
1246 sizeof (struct rtw_txbuf),
1247 offsetof(struct rtw_txbuf, bf_node));
1254 buflen = sizeof (struct rtw_txbuf) * rtw_qlen[i];
1255 txbf = (struct rtw_txbuf *)kmem_zalloc(buflen, KM_SLEEP);
1329 struct rtw_txbuf *txb
[all...]

Completed in 822 milliseconds