Lines Matching full:aac
3 * Adaptec AAC series RAID controller driver
353 * @dev: aac driver data
446 * @dev: aac driver data
2192 * max number of channels based on the aac->nondasd_support flag only. in aac_get_adapter_info()
2648 struct aac_dev *aac; in aac_synchronize() local
2650 aac = (struct aac_dev *)sdev->host->hostdata; in aac_synchronize()
2651 if (aac->in_reset) in aac_synchronize()
2657 cmd_fibcontext = aac_fib_alloc_tag(aac, scsicmd); in aac_synchronize()
2715 struct aac_dev *aac = (struct aac_dev *)sdev->host->hostdata; in aac_start_stop() local
2717 if (!(aac->supplement_adapter_info.supported_options2 & in aac_start_stop()
2725 if (aac->in_reset) in aac_start_stop()
2731 cmd_fibcontext = aac_fib_alloc_tag(aac, scsicmd); in aac_start_stop()
2960 * see: <vendor>.c i.e. aac.c in aac_scsi_cmd()