OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAS_PAGE_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_casvar.h
50
#define
CAS_PAGE_SIZE
8192
103
char ccd_unused[
CAS_PAGE_SIZE
- CAS_NRXDESC * 16];
if_cas.c
494
sizeof(struct cas_control_data),
CAS_PAGE_SIZE
, 0, &sc->sc_cdseg,
539
if ((error = bus_dmamem_alloc(sc->sc_dmatag,
CAS_PAGE_SIZE
,
540
CAS_PAGE_SIZE
, 0, &seg, 1, &rseg, BUS_DMA_NOWAIT)) != 0) {
549
CAS_PAGE_SIZE
, (void **)&kva, BUS_DMA_NOWAIT)) != 0) {
557
if ((error = bus_dmamap_create(sc->sc_dmatag,
CAS_PAGE_SIZE
, 1,
558
CAS_PAGE_SIZE
, 0, 0, &sc->sc_rxsoft[i].rxs_dmamap)) != 0) {
566
sc->sc_rxsoft[i].rxs_dmamap, kva,
CAS_PAGE_SIZE
, NULL,
782
sc->sc_rxsoft[i].rxs_kva,
CAS_PAGE_SIZE
);
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025