Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dfxpvar.h52 #define FXP_NRFABUFS_MAX 64 /* These are large so choose wisely. */ macro
138 bus_dmamap_t sc_rxmaps[FXP_NRFABUFS_MAX];
H A Dfxp.c1376 bufs = FXP_NRFABUFS_MAX; in fxp_init()