Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Datwvar.h56 #define ATW_NTXSEGS 16 macro
59 #define ATW_NTXDESC (ATW_TXQUEUELEN * ATW_NTXSEGS)
H A Datw.c598 sc->sc_ntxsegs = ATW_NTXSEGS; in atw_attach()