RTW_RXQLEN
for (j = 0; j < RTW_RXQLEN; j++) {
sizeof (struct rtw_rxbuf) * RTW_RXQLEN);
buflen = sizeof (struct rtw_rxbuf) * RTW_RXQLEN;
for (j = 0; j < RTW_RXQLEN; j++, rxbf++, rxds++) {
for (j = 0; j < RTW_RXQLEN; j++) {
if (j == (RTW_RXQLEN - 1))
for (i = 0; i < RTW_RXQLEN; i++) {
next = (next + 1)%RTW_RXQLEN;
struct rtw_rxdesc hd_rx[RTW_RXQLEN];