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

  /src/sys/dev/pci/
if_sip.c 202 struct sip_softc { struct
358 void (*sc_rxintr)(struct sip_softc *);
445 sip_nexttx(const struct sip_softc *sc, int x)
451 sip_nextrx(const struct sip_softc *sc, int x)
458 sip_rxchain_reset(struct sip_softc *sc)
467 sip_rxchain_link(struct sip_softc *sc, struct mbuf *m)
483 sip_set_rxdp(struct sip_softc *sc, bus_addr_t addr)
492 sip_set_txdp(struct sip_softc *sc, bus_addr_t addr)
501 sip_cdtxsync(struct sip_softc *sc, const int x0, const int n0, const int ops)
523 sip_cdrxsync(struct sip_softc *sc, int x, int ops
    [all...]

Completed in 14 milliseconds