Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/arcmsr/
Darcmsr.h527 uint32_t post_qbuffer[ARCMSR_MAX_HBB_POSTQUEUE]; member
632 struct InBound_SRB post_qbuffer[ARCMSR_MAX_ARC1214_POSTQUEUE]; member
Darcmsr_hba.c1170 reg->post_qbuffer[i] = 0; in arcmsr_resume()
1513 reg->post_qbuffer[i] = 0; in arcmsr_done4abort_postqueue()
1866 reg->post_qbuffer[ending_index] = 0; in arcmsr_post_ccb()
1868 reg->post_qbuffer[index] = in arcmsr_post_ccb()
1871 reg->post_qbuffer[index] = cdb_phyaddr; in arcmsr_post_ccb()
1898 pinbound_srb = (struct InBound_SRB *)&(pmu->post_qbuffer[postq_index & 0xFF]); in arcmsr_post_ccb()