Searched refs:IOC (Results 1 – 6 of 6) sorted by relevance
/linux-3.3/drivers/scsi/mpt2sas/ |
D | mpt2sas_debug.h | 76 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument 78 if (IOC->logging_level & BITS) \ 82 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) argument 90 #define dprintk(IOC, CMD) \ argument 91 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG) 93 #define dsgprintk(IOC, CMD) \ argument 94 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SG) 96 #define devtprintk(IOC, CMD) \ argument 97 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_EVENTS) 99 #define dewtprintk(IOC, CMD) \ argument [all …]
|
/linux-3.3/drivers/message/fusion/ |
D | mptdebug.h | 68 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument 70 if (IOC->debug_level & BITS) \ 74 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) argument 82 #define dprintk(IOC, CMD) \ argument 83 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG) 85 #define dsgprintk(IOC, CMD) \ argument 86 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_SG) 88 #define devtprintk(IOC, CMD) \ argument 89 MPT_CHECK_LOGGING(IOC, CMD, MPT_DEBUG_EVENTS) 91 #define devtverboseprintk(IOC, CMD) \ argument [all …]
|
/linux-3.3/arch/arm/mach-rpc/include/mach/ |
D | entry-macro.S | 8 mov \base, #ioc_base_high @ point at IOC
|
/linux-3.3/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 169 * 02-22-05 01.05.07 Added Host Page Buffer Persistent flag to IOC Facts 170 * Reply and IOC Init Request. 262 * Added definitions and structures for IOC Page 2 and 303 * Page 3, IOC Page 3, IOC Page 4, RAID Volume Page 0, and 373 * Added EEDP Flags settings to IOC Page 1. 426 * 03-11-05 01.05.08 Removed the EEDP flags from IOC Page 1. 436 * 06-24-05 01.05.09 Added EEDP defines to IOC Page 1. 437 * Added more RAID type defines to IOC Page 2. 451 * Added IOC GPIO Flags define to SAS Enclosure Page 0. 473 * Added IOC Page 6. [all …]
|
/linux-3.3/drivers/i2c/busses/ |
D | Kconfig | 790 tristate "Acorn IOC/IOMD I2C bus support"
|
/linux-3.3/drivers/scsi/bfa/ |
D | bfa_ioc.c | 25 BFA_TRC_FILE(CNA, IOC);
|