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

  /src/sys/dev/ic/
ath.c 227 int ath_txbuf = ATH_TXBUF; /* # tx buffers to allocate */ variable in typeref:typename:int
2781 "tx", ath_txbuf, ATH_TXDESC);
5526 if (ath_txbuf != ATH_TXBUF)
5527 if_printf(ifp, "using %u tx buffers\n", ath_txbuf);
ath.c 227 int ath_txbuf = ATH_TXBUF; /* # tx buffers to allocate */ variable in typeref:typename:int
2781 "tx", ath_txbuf, ATH_TXDESC);
5526 if (ath_txbuf != ATH_TXBUF)
5527 if_printf(ifp, "using %u tx buffers\n", ath_txbuf);

Completed in 353 milliseconds