Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/arcmsr/
H A Darcmsr.h566 struct HBB_MessageUnit struct
568 u_int32_t post_qbuffer[ARCMSR_MAX_HBB_POSTQUEUE]; /* post queue buffer for iop */
569 u_int32_t done_qbuffer[ARCMSR_MAX_HBB_POSTQUEUE]; /* done queue buffer for iop */
570 int32_t postq_index; /* post queue index */
571 int32_t doneq_index; /* done queue index */
572 struct HBB_DOORBELL *hbb_doorbell;
573 struct HBB_RWBUFFER *hbb_rwbuffer;
574 bus_size_t drv2iop_doorbell; /* window of "instruction flags" from driver to iop */
575 bus_size_t drv2iop_doorbell_mask; /* doorbell mask */
576 bus_size_t iop2drv_doorbell; /* window of "instruction flags" from iop to driver */
[all …]