mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
scsi: aacraid: Add target setup helper function
Add helper function to setup targets devices and create the base for the upcoming patches Signed-off-by: Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
b5a475e944
commit
fc0fdd9abc
3 changed files with 15 additions and 7 deletions
|
@ -2639,7 +2639,7 @@ static inline int aac_adapter_check_health(struct aac_dev *dev)
|
|||
|
||||
int aac_acquire_irq(struct aac_dev *dev);
|
||||
void aac_free_irq(struct aac_dev *dev);
|
||||
int aac_get_safw_ciss_luns(struct aac_dev *dev, int rescan);
|
||||
int aac_setup_safw_adapter(struct aac_dev *dev, int rescan);
|
||||
const char *aac_driverinfo(struct Scsi_Host *);
|
||||
void aac_fib_vector_assign(struct aac_dev *dev);
|
||||
struct fib *aac_fib_alloc(struct aac_dev *dev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue