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

  /src/sys/dev/cardbus/
if_athn_cardbus.c 300 csc->csc_ih = Cardbus_intr_establish(csc->csc_ct, IPL_NET, athn_intr,
330 csc->csc_ih = cardbus_intr_establish(cc, cf, IPL_NET, athn_intr, sc);
  /src/sys/dev/pci/
if_athn_pci.c 209 IPL_NET, athn_intr, sc, device_xname(self));
303 IPL_NET, athn_intr, sc, device_xname(self));
  /src/sys/dev/ic/
athnvar.h 627 int athn_intr(void *);
athn.c 544 athn_intr(void *xsc) function in typeref:typename:PUBLIC int

Completed in 14 milliseconds