Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/arcmsr/
H A Darcmsr.h560 struct HBB_MessageUnit struct
562 u_int32_t post_qbuffer[ARCMSR_MAX_HBB_POSTQUEUE]; /* post queue buffer for iop */
563 u_int32_t done_qbuffer[ARCMSR_MAX_HBB_POSTQUEUE]; /* done queue buffer for iop */
564 int32_t postq_index; /* post queue index */
565 int32_t doneq_index; /* done queue index */
566 struct HBB_DOORBELL *hbb_doorbell;
567 struct HBB_RWBUFFER *hbb_rwbuffer;
568 bus_size_t drv2iop_doorbell; /* window of "instruction flags" from driver to iop */
569 bus_size_t drv2iop_doorbell_mask; /* doorbell mask */
570 bus_size_t iop2drv_doorbell; /* window of "instruction flags" from iop to driver */
[all …]