• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:format

116 #define dprint(flg, format...)			\
119 printk(KERN_DEBUG format); \
122 #define ARB_PRINTK(format, args...) \
123 dprint(NDEBUG_ARBITRATION, format , ## args)
124 #define ASEN_PRINTK(format, args...) \
125 dprint(NDEBUG_AUTOSENSE, format , ## args)
126 #define DMA_PRINTK(format, args...) \
127 dprint(NDEBUG_DMA, format , ## args)
128 #define HSH_PRINTK(format, args...) \
129 dprint(NDEBUG_HANDSHAKE, format , ## args)
130 #define INF_PRINTK(format, args...) \
131 dprint(NDEBUG_INFORMATION, format , ## args)
132 #define INI_PRINTK(format, args...) \
133 dprint(NDEBUG_INIT, format , ## args)
134 #define INT_PRINTK(format, args...) \
135 dprint(NDEBUG_INTR, format , ## args)
136 #define LNK_PRINTK(format, args...) \
137 dprint(NDEBUG_LINKED, format , ## args)
138 #define MAIN_PRINTK(format, args...) \
139 dprint(NDEBUG_MAIN, format , ## args)
140 #define NDAT_PRINTK(format, args...) \
141 dprint(NDEBUG_NO_DATAOUT, format , ## args)
142 #define NWR_PRINTK(format, args...) \
143 dprint(NDEBUG_NO_WRITE, format , ## args)
144 #define PIO_PRINTK(format, args...) \
145 dprint(NDEBUG_PIO, format , ## args)
146 #define PDMA_PRINTK(format, args...) \
147 dprint(NDEBUG_PSEUDO_DMA, format , ## args)
148 #define QU_PRINTK(format, args...) \
149 dprint(NDEBUG_QUEUES, format , ## args)
150 #define RSL_PRINTK(format, args...) \
151 dprint(NDEBUG_RESELECTION, format , ## args)
152 #define SEL_PRINTK(format, args...) \
153 dprint(NDEBUG_SELECTION, format , ## args)
154 #define USL_PRINTK(format, args...) \
155 dprint(NDEBUG_USLEEP, format , ## args)
156 #define LBS_PRINTK(format, args...) \
157 dprint(NDEBUG_LAST_BYTE_SENT, format , ## args)
158 #define RSS_PRINTK(format, args...) \
159 dprint(NDEBUG_RESTART_SELECT, format , ## args)
160 #define EXT_PRINTK(format, args...) \
161 dprint(NDEBUG_EXTENDED, format , ## args)
162 #define ABRT_PRINTK(format, args...) \
163 dprint(NDEBUG_ABORT, format , ## args)
164 #define TAG_PRINTK(format, args...) \
165 dprint(NDEBUG_TAGS, format , ## args)
166 #define MER_PRINTK(format, args...) \
167 dprint(NDEBUG_MERGING, format , ## args)