Home
last modified time | relevance | path

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

/freebsd/sys/dev/cas/
H A Dif_casvar.h51 #define CAS_TXQUEUELEN 64 macro
52 #define CAS_NTXDESC (CAS_TXQUEUELEN * CAS_NTXSEGS)
173 struct cas_txsoft sc_txsoft[CAS_TXQUEUELEN];
H A Dif_cas.c198 if_setsendqlen(ifp, CAS_TXQUEUELEN); in cas_attach()
279 for (i = 0; i < CAS_TXQUEUELEN; i++) { in cas_attach()
442 for (i = 0; i < CAS_TXQUEUELEN; i++) in cas_attach()
496 for (i = 0; i < CAS_TXQUEUELEN; i++) in cas_detach()