Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_txpreg.h442 struct txp_boot_record { struct
443 volatile u_int32_t br_hostvar_lo; /* host ring pointer */
444 volatile u_int32_t br_hostvar_hi;
445 volatile u_int32_t br_txlopri_lo; /* tx low pri ring */
446 volatile u_int32_t br_txlopri_hi;
447 volatile u_int32_t br_txlopri_siz;
448 volatile u_int32_t br_txhipri_lo; /* tx high pri ring */
449 volatile u_int32_t br_txhipri_hi;
450 volatile u_int32_t br_txhipri_siz;
451 volatile u_int32_t br_rxlopri_lo; /* rx low pri ring */
[all …]