Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_txpreg.h473 struct txp_hostvar { struct
474 volatile u_int32_t hv_rx_hi_read_idx; /* host->arm */
475 volatile u_int32_t hv_rx_lo_read_idx; /* host->arm */
476 volatile u_int32_t hv_rx_buf_write_idx; /* host->arm */
477 volatile u_int32_t hv_resp_read_idx; /* host->arm */
478 volatile u_int32_t hv_tx_lo_desc_read_idx; /* arm->host */
479 volatile u_int32_t hv_tx_hi_desc_read_idx; /* arm->host */
480 volatile u_int32_t hv_rx_lo_write_idx; /* arm->host */
481 volatile u_int32_t hv_rx_buf_read_idx; /* arm->host */
482 volatile u_int32_t hv_cmd_read_idx; /* arm->host */
[all …]