HomeSort by: relevance | last modified time | path
    Searched refs:RTW_RXQLEN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
rtwvar.h 210 #define RTW_RXQLEN 64
255 struct rtw_rxdesc hd_rx[RTW_RXQLEN];
478 struct rtw_rxsoft sc_rxsoft[RTW_RXQLEN];
rtw.c 76 static int rtw_rxbufs_limit = RTW_RXQLEN;
232 0, RTW_RXQLEN);
1273 for (i = 0; i < RTW_RXQLEN; i++) {
1326 for (i = 0; i < RTW_RXQLEN; i++) {
1947 for (desc = 0; desc < RTW_RXQLEN; desc++) {
4148 RTW_RXQLEN)) != 0) {
4290 RTW_RXQLEN);

Completed in 17 milliseconds