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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h166 #define RTW_RXQLEN 64 macro
222 struct rtw_rxdesc hd_rx[RTW_RXQLEN];
H A Drtw.c1189 for (j = 0; j < RTW_RXQLEN; j++) {
1196 sizeof (struct rtw_rxbuf) * RTW_RXQLEN);
1283 buflen = sizeof (struct rtw_rxbuf) * RTW_RXQLEN;
1287 for (j = 0; j < RTW_RXQLEN; j++, rxbf++, rxds++) {
1382 for (j = 0; j < RTW_RXQLEN; j++) {
1384 if (j == (RTW_RXQLEN - 1))
2580 for (i = 0; i < RTW_RXQLEN; i++) {
2609 next = 0 /* RTW_RXQLEN - 1 */;
2685 next = (next + 1)%RTW_RXQLEN;

Completed in 63 milliseconds