Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/txp/
H A Dif_txpreg.h495 struct txp_hostvar { struct
496 volatile u_int32_t hv_rx_hi_read_idx; /* host->arm */
497 volatile u_int32_t hv_rx_lo_read_idx; /* host->arm */
498 volatile u_int32_t hv_rx_buf_write_idx; /* host->arm */
499 volatile u_int32_t hv_resp_read_idx; /* host->arm */
500 volatile u_int32_t hv_tx_lo_desc_read_idx; /* arm->host */
501 volatile u_int32_t hv_tx_hi_desc_read_idx; /* arm->host */
502 volatile u_int32_t hv_rx_lo_write_idx; /* arm->host */
503 volatile u_int32_t hv_rx_buf_read_idx; /* arm->host */
504 volatile u_int32_t hv_cmd_read_idx; /* arm->host */
[all …]