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

  /src/sys/dev/usb/
if_uralvar.h 131 int tx_ant; member in struct:ural_softc
if_rumvar.h 132 int tx_ant; member in struct:rum_softc
  /src/sys/dev/ic/
rt2560var.h 148 int tx_ant; member in struct:rt2560_softc
rt2661var.h 142 int tx_ant; member in struct:rt2661_softc
  /src/sys/dev/pci/
if_iwm.c 2593 uint8_t tx_ant; local in function:iwm_fw_valid_tx_ant
2595 tx_ant = ((sc->sc_fw_phy_config & IWM_FW_PHY_CFG_TX_CHAIN)
2599 tx_ant &= sc->sc_nvm.valid_tx_ant;
2601 return tx_ant;
5149 uint32_t tx_ant; local in function:iwm_scan_rate_n_flags
5160 tx_ant = (1 << sc->sc_scan_last_antenna) << IWM_RATE_MCS_ANT_POS;
5164 tx_ant);
5166 return htole32(IWM_RATE_6M_PLCP | tx_ant);

Completed in 35 milliseconds