Searched refs:CAS_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cas/ |
H A D | if_casvar.h | 40 #define CAS_PAGE_SIZE 8192 macro
|
H A D | if_cas.c | 227 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()
|