Home
last modified time | relevance | path

Searched defs:txp_boot_record (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/netif/txp/
H A Dif_txpreg.h464 struct txp_boot_record { struct
465 volatile u_int32_t br_hostvar_lo; /* host ring pointer */
466 volatile u_int32_t br_hostvar_hi;
467 volatile u_int32_t br_txlopri_lo; /* tx low pri ring */
468 volatile u_int32_t br_txlopri_hi;
469 volatile u_int32_t br_txlopri_siz;
470 volatile u_int32_t br_txhipri_lo; /* tx high pri ring */
471 volatile u_int32_t br_txhipri_hi;
472 volatile u_int32_t br_txhipri_siz;
473 volatile u_int32_t br_rxlopri_lo; /* rx low pri ring */
[all …]