Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/arcmsr/
Darcmsr.h510 uint32_t post_qbuffer[ARCMSR_MAX_HBB_POSTQUEUE]; member
615 struct InBound_SRB post_qbuffer[ARCMSR_MAX_ARC1214_POSTQUEUE]; member
Darcmsr_hba.c1118 reg->post_qbuffer[i] = 0; in arcmsr_resume()
1455 reg->post_qbuffer[i] = 0; in arcmsr_done4abort_postqueue()
1802 reg->post_qbuffer[ending_index] = 0; in arcmsr_post_ccb()
1804 reg->post_qbuffer[index] = in arcmsr_post_ccb()
1807 reg->post_qbuffer[index] = cdb_phyaddr; in arcmsr_post_ccb()
1834 pinbound_srb = (struct InBound_SRB *)&(pmu->post_qbuffer[postq_index & 0xFF]); in arcmsr_post_ccb()