Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/arcmsr/
H A Darcmsr.h572 struct HBB_MessageUnit struct
574 u_int32_t post_qbuffer[ARCMSR_MAX_HBB_POSTQUEUE]; /* post queue buffer for iop */
575 u_int32_t done_qbuffer[ARCMSR_MAX_HBB_POSTQUEUE]; /* done queue buffer for iop */
576 int32_t postq_index; /* post queue index */
577 int32_t doneq_index; /* done queue index */
578 struct HBB_DOORBELL *hbb_doorbell;
579 struct HBB_RWBUFFER *hbb_rwbuffer;
580 bus_size_t drv2iop_doorbell; /* window of "instruction flags" from driver to iop */
581 bus_size_t drv2iop_doorbell_mask; /* doorbell mask */
582 bus_size_t iop2drv_doorbell; /* window of "instruction flags" from iop to driver */
[all …]