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

  /src/sys/dev/ic/
ath.c 4153 u_int8_t txant = ds->ds_txstat.ts_antenna; local in function:ath_tx_processq
4154 sc->sc_stats.ast_ant_tx[txant]++;
4155 sc->sc_ant_tx[txant]++;
  /src/sys/dev/pci/
if_iwn.c 2996 uint8_t tid, ridx, txant, type; local in function:iwn_tx
3166 txant = IWN_LSB(sc->txchainmask);
3167 tx->rflags |= IWN_RFLAG_ANT(txant);
3555 uint8_t txant; local in function:iwn_set_link_quality
3559 txant = IWN_LSB(sc->txchainmask);
3563 linkq.antmsk_1stream = txant;
3575 linkq.retry[i].rflags |= IWN_RFLAG_ANT(txant);
3593 uint8_t txant; local in function:iwn_add_broadcast_node
3604 txant = IWN_LSB(sc->txchainmask);
3608 linkq.antmsk_1stream = txant;
4743 uint8_t txant; local in function:iwn_scan
    [all...]

Completed in 18 milliseconds