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

  /src/sys/dev/ic/
atwvar.h 46 #define ATW_TXQUEUELEN 64
47 #define ATW_NTXDESC (ATW_TXQUEUELEN * ATW_NTXSEGS)
215 struct atw_txsoft sc_txsoft[ATW_TXQUEUELEN];
atw.c 576 for (i = 0; i < ATW_TXQUEUELEN; i++) {
842 for (i = 0; i < ATW_TXQUEUELEN; i++) {
1285 for (i = 0; i < ATW_TXQUEUELEN; i++) {
2713 for (i = 0; i < ATW_TXQUEUELEN; i++) {

Completed in 42 milliseconds