Home
last modified time | relevance | path

Searched refs:ATH_TX_LOCK_INIT (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/ath/
Dif_ath_pci.c253 ATH_TX_LOCK_INIT(sc); in ath_pci_attach()
Dif_ath_ahb.c242 ATH_TX_LOCK_INIT(sc); in ath_ahb_attach()
Dif_athvar.h882 #define ATH_TX_LOCK_INIT(_sc) do {\ macro