Searched refs:RTW_RXQLEN (Results 1 – 2 of 2) sorted by relevance
166 #define RTW_RXQLEN 64 macro222 struct rtw_rxdesc hd_rx[RTW_RXQLEN];
1189 for (j = 0; j < RTW_RXQLEN; j++) { in rtw_dma_free()1196 sizeof (struct rtw_rxbuf) * RTW_RXQLEN); in rtw_dma_free()1283 buflen = sizeof (struct rtw_rxbuf) * RTW_RXQLEN; in rtw_dma_init()1287 for (j = 0; j < RTW_RXQLEN; j++, rxbf++, rxds++) { in rtw_dma_init()1382 for (j = 0; j < RTW_RXQLEN; j++) { in rtw_swring_setup()1384 if (j == (RTW_RXQLEN - 1)) in rtw_swring_setup()2580 for (i = 0; i < RTW_RXQLEN; i++) { in rtw_intr_rx()2685 next = (next + 1)%RTW_RXQLEN; in rtw_intr_rx()