Home
last modified time | relevance | path

Searched refs:phbdmu (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/arcmsr/
HDarcmsr.c1125 struct HBD_MessageUnit0 *phbdmu = (struct HBD_MessageUnit0 *)acb->pmu; in arcmsr_post_srb() local
1131 postq_index = phbdmu->postq_index; in arcmsr_post_srb()
1132 pinbound_srb = (struct InBound_SRB *)&phbdmu->post_qbuffer[postq_index & 0xFF]; in arcmsr_post_srb()
1141 phbdmu->postq_index = index_stripped ? (index_stripped | 0x4000) : index_stripped; in arcmsr_post_srb()
1146 phbdmu->postq_index = index_stripped ? index_stripped : (index_stripped | 0x4000); in arcmsr_post_srb()
1182 struct HBD_MessageUnit0 *phbdmu = (struct HBD_MessageUnit0 *)acb->pmu; in arcmsr_get_iop_rqbuffer() local
1184 qbuffer = (struct QBUFFER *)&phbdmu->phbdmu->message_rbuffer; in arcmsr_get_iop_rqbuffer()
1218 struct HBD_MessageUnit0 *phbdmu = (struct HBD_MessageUnit0 *)acb->pmu; in arcmsr_get_iop_wqbuffer() local
1220 qbuffer = (struct QBUFFER *)&phbdmu->phbdmu->message_wbuffer; in arcmsr_get_iop_wqbuffer()
1961 static uint16_t arcmsr_get_doneq_index(struct HBD_MessageUnit0 *phbdmu) in arcmsr_get_doneq_index() argument
[all …]
HDarcmsr.h688 struct HBD_MessageUnit *phbdmu; member