Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/arcmsr/
H A Darcmsr.h526 uint32_t post_qbuffer[ARCMSR_MAX_HBB_POSTQUEUE]; member
631 struct InBound_SRB post_qbuffer[ARCMSR_MAX_ARC1214_POSTQUEUE]; member
H A Darcmsr_hba.c1173 reg->post_qbuffer[i] = 0; in arcmsr_resume()
1516 reg->post_qbuffer[i] = 0; in arcmsr_done4abort_postqueue()
1869 reg->post_qbuffer[ending_index] = 0; in arcmsr_post_ccb()
1871 reg->post_qbuffer[index] = in arcmsr_post_ccb()
1874 reg->post_qbuffer[index] = cdb_phyaddr; in arcmsr_post_ccb()
1901 pinbound_srb = (struct InBound_SRB *)&(pmu->post_qbuffer[postq_index & 0xFF]); in arcmsr_post_ccb()