| Home | Sort by: relevance | last modified time | path |
| /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 | 2792 uint8_t tx_ant; local 2794 tx_ant = ((sc->sc_fw_phy_config & IWM_FW_PHY_CFG_TX_CHAIN) 2798 tx_ant &= sc->sc_nvm.valid_tx_ant; 2800 return tx_ant; 5570 uint32_t tx_ant; local 5581 tx_ant = (1 << sc->sc_scan_last_antenna) << IWM_RATE_MCS_ANT_POS; 5585 tx_ant); 5587 return htole32(IWM_RATE_6M_PLCP | tx_ant); |