Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_stgereg.h473 #define STGE_NTXDESC 256 macro
474 #define STGE_NTXDESC_MASK (STGE_NTXDESC - 1)
503 struct stge_tfd scd_txdescs[STGE_NTXDESC];
545 struct stge_descsoft sc_txsoft[STGE_NTXDESC];
H A Dif_stge.c256 for (i = 0; i < STGE_NTXDESC; i++) { in stge_attach()
361 ifq_init_maxlen(&ifp->if_snd, STGE_NTXDESC - 1); in stge_attach()
412 for (i = 0; i < STGE_NTXDESC; i++) { in stge_attach()
488 if (sc->sc_txpending == (STGE_NTXDESC - 1)) { in stge_start()
605 if (sc->sc_txpending == (STGE_NTXDESC - 1)) { in stge_start()
1104 for (i = 0; i < STGE_NTXDESC; i++) { in stge_init()
1111 sc->sc_txlast = STGE_NTXDESC - 1; in stge_init()
1366 for (i = 0; i < STGE_NTXDESC; i++) { in stge_stop()