Home
last modified time | relevance | path

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

/drivers/scsi/arcmsr/
Darcmsr.h467 uint32_t post_qbuffer[ARCMSR_MAX_HBB_POSTQUEUE]; member
572 struct InBound_SRB post_qbuffer[ARCMSR_MAX_ARC1214_POSTQUEUE]; member
Darcmsr_hba.c1152 reg->post_qbuffer[i] = 0; in arcmsr_done4abort_postqueue()
1411 reg->post_qbuffer[ending_index] = 0; in arcmsr_post_ccb()
1413 reg->post_qbuffer[index] = in arcmsr_post_ccb()
1416 reg->post_qbuffer[index] = cdb_phyaddr; in arcmsr_post_ccb()
1447 pinbound_srb = (struct InBound_SRB *)&(pmu->post_qbuffer[postq_index & 0xFF]); in arcmsr_post_ccb()