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

  /src/sys/arch/mips/atheros/dev/
if_ath_arbus.c 172 if (ath_attach(devid, sc) != 0) {
173 aprint_error_dev(self, "ath_attach failed\n");
  /src/sys/dev/pci/
if_ath_pci.c 210 if (ath_attach(PCI_PRODUCT(pa->pa_id), sc) != 0)
  /src/sys/dev/cardbus/
if_ath_cardbus.c 191 if (ath_attach(PCI_PRODUCT(ca->ca_id), sc) != 0)
  /src/sys/dev/ic/
athvar.h 316 int ath_attach(u_int16_t, struct ath_softc *);
ath.c 279 ath_attach(u_int16_t devid, struct ath_softc *sc) function in typeref:typename:int

Completed in 38 milliseconds