Home
last modified time | relevance | path

Searched refs:stge_descsoft (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_stgereg.h518 struct stge_descsoft { struct
545 struct stge_descsoft sc_txsoft[STGE_NTXDESC];
546 struct stge_descsoft sc_rxsoft[STGE_NRXDESC];
602 struct stge_descsoft *__ds = &(sc)->sc_rxsoft[(x)]; \
H A Dif_stge.c455 struct stge_descsoft *ds; in stge_start()
796 struct stge_descsoft *ds; in stge_txintr()
844 struct stge_descsoft *ds; in stge_rxintr()
1087 struct stge_descsoft *ds; in stge_init()
1302 struct stge_descsoft *ds; in stge_rxdrain()
1325 struct stge_descsoft *ds; in stge_stop()
1421 struct stge_descsoft *ds = &sc->sc_rxsoft[idx]; in stge_add_rxbuf()