Home
last modified time | relevance | path

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

/freebsd/sys/dev/cas/
H A Dif_casvar.h40 #define CAS_PAGE_SIZE 8192 macro
H A Dif_cas.c227 CAS_PAGE_SIZE, 1, CAS_PAGE_SIZE, 0, NULL, NULL, &sc->sc_rdmatag); in cas_attach()
311 CAS_PAGE_SIZE, cas_rxdma_callback, sc, 0)) != 0 || in cas_attach()
1761 m->m_len = min(CAS_PAGE_SIZE - off, len); in cas_rint()