Searched refs:aac_hba_send (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | linit.c | 735 status = aac_hba_send(HBA_IU_TYPE_SCSI_TM_REQ, fib, in aac_eh_abort() 937 status = aac_hba_send(command, fib, in aac_eh_dev_reset() 1001 status = aac_hba_send(command, fib, in aac_eh_target_reset()
|
H A D | commctrl.c | 589 /* iu_type is a parameter of aac_hba_send */ in aac_send_raw_srb() 607 * we fill in iu_type, request_id later in aac_hba_send in aac_send_raw_srb() 706 status = aac_hba_send(HBA_IU_TYPE_SCSI_CMD_REQ, srbfib, in aac_send_raw_srb()
|
H A D | aacraid.h | 2697 int aac_hba_send(u8 command, struct fib *context,
|
H A D | commsup.c | 707 int aac_hba_send(u8 command, struct fib *fibptr, fib_callback callback, in aac_hba_send() function
|
H A D | aachba.c | 1530 /* iu_type is a parameter of aac_hba_send */ in aac_construct_hbacmd() 1550 /* we fill in iu_type, request_id later in aac_hba_send */ in aac_construct_hbacmd() 1653 return aac_hba_send(HBA_IU_TYPE_SCSI_CMD_REQ, fib, in aac_adapter_hba()
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | linit.c | 736 status = aac_hba_send(HBA_IU_TYPE_SCSI_TM_REQ, fib, in aac_eh_abort() 938 status = aac_hba_send(command, fib, in aac_eh_dev_reset() 1002 status = aac_hba_send(command, fib, in aac_eh_target_reset()
|
H A D | commctrl.c | 589 /* iu_type is a parameter of aac_hba_send */ in aac_send_raw_srb() 607 * we fill in iu_type, request_id later in aac_hba_send in aac_send_raw_srb() 706 status = aac_hba_send(HBA_IU_TYPE_SCSI_CMD_REQ, srbfib, in aac_send_raw_srb()
|
H A D | aacraid.h | 2711 int aac_hba_send(u8 command, struct fib *context,
|
H A D | commsup.c | 707 int aac_hba_send(u8 command, struct fib *fibptr, fib_callback callback, in aac_hba_send() function
|
H A D | aachba.c | 1543 /* iu_type is a parameter of aac_hba_send */ in aac_construct_hbacmd() 1563 /* we fill in iu_type, request_id later in aac_hba_send */ in aac_construct_hbacmd() 1666 return aac_hba_send(HBA_IU_TYPE_SCSI_CMD_REQ, fib, in aac_adapter_hba()
|
Completed in 36 milliseconds