Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_txpreg.h479 struct txp_hostvar { struct
480 volatile u_int32_t hv_rx_hi_read_idx; /* host->arm */
481 volatile u_int32_t hv_rx_lo_read_idx; /* host->arm */
482 volatile u_int32_t hv_rx_buf_write_idx; /* host->arm */
483 volatile u_int32_t hv_resp_read_idx; /* host->arm */
484 volatile u_int32_t hv_tx_lo_desc_read_idx; /* arm->host */
485 volatile u_int32_t hv_tx_hi_desc_read_idx; /* arm->host */
486 volatile u_int32_t hv_rx_lo_write_idx; /* arm->host */
487 volatile u_int32_t hv_rx_buf_read_idx; /* arm->host */
488 volatile u_int32_t hv_cmd_read_idx; /* arm->host */
[all …]