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

  /src/sys/dev/pci/
if_txp.c 84 static int txp_intr(void *);
255 sc->sc_ih = pci_intr_establish_xname(pc, ih, IPL_NET, txp_intr, sc,
624 txp_intr(void *vsc) function in typeref:typename:int

Completed in 122 milliseconds