Searched refs:SAS (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/message/fusion/
H A Dmptscsih.c396 if (ioc->bus_type != SAS)
630 if (ioc->bus_type == SAS) {
739 if ( ioc->bus_type == SAS ) {
785 * Allow non-SAS & non-NEXUS_LOSS to drop into below code
1645 retval = (ioc->bus_type == SAS) ?
1663 case SAS:
2124 if (ioc->bus_type == SAS)
2193 if (ioc->bus_type != SAS)
2271 if (ioc->bus_type != SAS)
H A Dmptctl.c269 if (ioc->bus_type == SAS)
308 if (ioc->bus_type == SAS)
371 case SAS:
486 if (ioc->bus_type == SAS) {
1273 if (ioc->bus_type == SAS)
2440 if ((ioc->bus_type == SAS) || (ioc->bus_type == FC))
2582 if ((ioc->bus_type == SAS) || (ioc->bus_type == FC))
H A Dmptbase.c95 " Enable MSI Support for SAS controllers (default=0)");
415 } else if (ioc->bus_type == SAS && ioc->sas_discovery_quiesce_io) {
545 else if (ioc->bus_type == SAS)
1935 ioc->bus_type = SAS;
1941 ioc->bus_type = SAS;
1948 case SAS:
2220 * Errata workaround for SAS pci express:
2226 if (ioc->bus_type == SAS && (pdev->device ==
2260 ioc->bus_type != SAS))
2554 case SAS
[all...]
H A Dmptbase.h67 #include "lsi/mpi_sas.h" /* SAS support */
253 MPTSAS_DRIVER, /* MPT SAS host class */
582 SAS enumerator in enum:__anon520
671 u8 *HostPageBuffer; /* SAS - host page buffer support */
H A Dmptsas.c68 #define my_NAME "Fusion MPT SAS Host driver"
168 "---- SAS PHY PAGE 0 ------------\n", ioc->name));
172 dsasprintk(ioc, printk(MYIOC_s_DEBUG_FMT "SAS Address=0x%llX\n",
190 "---- SAS PHY PAGE 1 ------------\n", ioc->name));
211 "---- SAS DEVICE PAGE 0 ---------\n", ioc->name));
220 dsasprintk(ioc, printk(MYIOC_s_DEBUG_FMT "SAS Address=0x%llX\n",
241 "---- SAS EXPANDER PAGE 1 ------------\n", ioc->name));
1128 * @sas_event_data: SAS Device Status Change Event data
1211 * mptsas_taskmgmt_complete - complete SAS task management function
1321 if ((ioc->bus_type != SAS) || (!r
[all...]

Completed in 168 milliseconds