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

  /src/sys/dev/ic/
bwi.c 8033 int i, j, has_txstats; local in function:bwi_pio_alloc
8044 has_txstats = (mac->mac_flags & BWI_MAC_F_HAS_TXSTATS) != 0;
8054 if (has_txstats) {
8090 int error, i, has_txstats; local in function:bwi_dma_alloc
8098 has_txstats = 0;
8101 has_txstats = 1;
8120 if (has_txstats) {
8139 if (has_txstats) {
8195 if (has_txstats) {

Completed in 17 milliseconds