Searched refs:txant (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c963 uint8_t txant = MS(format, MALO_TXD_ANTENNA); local
965 sc->malo_stats.mst_ant_tx[txant]++;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c4215 // int txant = 0;
4298 if (txant == 0)
4299 txant = iwm_mvm_get_valid_tx_ant(sc);
4300 nextant = 1<<(ffs(txant)-1);
4301 txant &= ~nextant;
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c5327 uint8_t txant; local
5342 txant = IWN_LSB(sc->txchainmask);
5358 linkq.retry[0] |= htole32(IWN_RFLAG_ANT(txant));
6774 uint8_t txant; local
6862 txant = IWN_LSB(sc->txchainmask);
6863 tx->rate |= htole32(IWN_RFLAG_ANT(txant));
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c4064 u_int8_t txant = ts->ts_antenna; local
4065 sc->sc_stats.ast_ant_tx[txant]++;
4066 sc->sc_ant_tx[txant]++;
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c3356 uint8_t txant = MS(Format, EAGLE_TXD_ANTENNA); local
3358 sc->sc_stats.mst_ant_tx[txant]++;

Completed in 344 milliseconds