Searched defs:HBB_MessageUnit (Results 1 – 1 of 1) sorted by relevance
549 struct HBB_MessageUnit struct551 u_int32_t post_qbuffer[ARCMSR_MAX_HBB_POSTQUEUE]; /* post queue buffer for iop */552 u_int32_t done_qbuffer[ARCMSR_MAX_HBB_POSTQUEUE]; /* done queue buffer for iop */553 int32_t postq_index; /* post queue index */554 int32_t doneq_index; /* done queue index */555 struct HBB_DOORBELL *hbb_doorbell;556 struct HBB_RWBUFFER *hbb_rwbuffer;557 bus_size_t drv2iop_doorbell; /* window of "instruction flags" from driver to iop */558 bus_size_t drv2iop_doorbell_mask; /* doorbell mask */559 bus_size_t iop2drv_doorbell; /* window of "instruction flags" from iop to driver */[all …]