Home
last modified time | relevance | path

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

/freebsd/sys/dev/arcmsr/
H A Darcmsr.c1128 struct HBD_MessageUnit0 *phbdmu = (struct HBD_MessageUnit0 *)acb->pmu; in arcmsr_post_srb() local
1134 postq_index = phbdmu->postq_index; in arcmsr_post_srb()
1135 pinbound_srb = (struct InBound_SRB *)&phbdmu->post_qbuffer[postq_index & 0xFF]; in arcmsr_post_srb()
1144 phbdmu->postq_index = index_stripped ? (index_stripped | 0x4000) : index_stripped; in arcmsr_post_srb()
1149 phbdmu->postq_index = index_stripped ? index_stripped : (index_stripped | 0x4000); in arcmsr_post_srb()
1210 struct HBD_MessageUnit0 *phbdmu = (struct HBD_MessageUnit0 *)acb->pmu; in arcmsr_get_iop_rqbuffer() local
1212 qbuffer = (struct QBUFFER *)&phbdmu->phbdmu->message_rbuffer; in arcmsr_get_iop_rqbuffer()
1255 struct HBD_MessageUnit0 *phbdmu = (struct HBD_MessageUnit0 *)acb->pmu; in arcmsr_get_iop_wqbuffer() local
1257 qbuffer = (struct QBUFFER *)&phbdmu->phbdmu->message_wbuffer; in arcmsr_get_iop_wqbuffer()
2135 static uint16_t arcmsr_get_doneq_index(struct HBD_MessageUnit0 *phbdmu) in arcmsr_get_doneq_index() argument
[all …]
H A Darcmsr.h728 struct HBD_MessageUnit *phbdmu; member