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

  /src/sys/dev/pci/
if_ste.c 215 static int ste_intr(void *);
413 sc->sc_ih = pci_intr_establish_xname(pc, ih, IPL_NET, ste_intr, sc,
882 * ste_intr:
887 ste_intr(void *arg) function in typeref:typename:int

Completed in 38 milliseconds