Searched defs:pACB (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/drivers/scsi/ |
D | tmscsim.c | 376 static struct dc390_dcb __inline__ *dc390_findDCB ( struct dc390_acb* pACB, u8 id, u8 lun) in dc390_findDCB() 391 static __inline__ void dc390_Free_insert (struct dc390_acb* pACB, struct dc390_srb* pSRB) in dc390_Free_insert() 506 dc390_StartSCSI( struct dc390_acb* pACB, struct dc390_dcb* pDCB, struct dc390_srb* pSRB ) in dc390_StartSCSI() 640 dc390_InvalidCmd(struct dc390_acb* pACB) in dc390_InvalidCmd() 650 struct dc390_acb *pACB = dev_id; in DC390_Interrupt() local 754 dc390_DataOut_0(struct dc390_acb* pACB, struct dc390_srb* pSRB, u8 *psstatus) in dc390_DataOut_0() 812 dc390_DataIn_0(struct dc390_acb* pACB, struct dc390_srb* pSRB, u8 *psstatus) in dc390_DataIn_0() 939 dc390_Command_0( struct dc390_acb* pACB, struct dc390_srb* pSRB, u8 *psstatus) in dc390_Command_0() 944 dc390_Status_0( struct dc390_acb* pACB, struct dc390_srb* pSRB, u8 *psstatus) in dc390_Status_0() 957 dc390_MsgOut_0( struct dc390_acb* pACB, struct dc390_srb* pSRB, u8 *psstatus) in dc390_MsgOut_0() [all …]
|
/linux-3.3/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 350 static uint8_t arcmsr_hbc_wait_msgint_ready(struct AdapterControlBlock *pACB) in arcmsr_hbc_wait_msgint_ready() 400 static void arcmsr_flush_hbc_cache(struct AdapterControlBlock *pACB) in arcmsr_flush_hbc_cache() 739 static uint8_t arcmsr_abort_hbc_allcmd(struct AdapterControlBlock *pACB) in arcmsr_abort_hbc_allcmd() 1236 static void arcmsr_stop_hbc_bgrb(struct AdapterControlBlock *pACB) in arcmsr_stop_hbc_bgrb() 1454 static void arcmsr_hbc_doorbell_isr(struct AdapterControlBlock *pACB) in arcmsr_hbc_doorbell_isr() 1635 static int arcmsr_handle_hbc_isr(struct AdapterControlBlock *pACB) in arcmsr_handle_hbc_isr() 2235 static bool arcmsr_get_hbc_config(struct AdapterControlBlock *pACB) in arcmsr_get_hbc_config() 2739 static void arcmsr_start_hbc_bgrb(struct AdapterControlBlock *pACB) in arcmsr_start_hbc_bgrb()
|