Lines Matching refs:args
142 #define SNIC_MAIN_DBG(host, fmt, args...) \ argument
144 shost_printk(KERN_INFO, host, fmt, ## args);)
146 #define SNIC_SCSI_DBG(host, fmt, args...) \ argument
148 shost_printk(KERN_INFO, host, fmt, ##args);)
150 #define SNIC_DISC_DBG(host, fmt, args...) \ argument
152 shost_printk(KERN_INFO, host, fmt, ##args);)
154 #define SNIC_ISR_DBG(host, fmt, args...) \ argument
156 shost_printk(KERN_INFO, host, fmt, ##args);)
158 #define SNIC_HOST_ERR(host, fmt, args...) \ argument
159 shost_printk(KERN_ERR, host, fmt, ##args)
161 #define SNIC_HOST_INFO(host, fmt, args...) \ argument
162 shost_printk(KERN_INFO, host, fmt, ##args)
164 #define SNIC_INFO(fmt, args...) \ argument
165 pr_info(PFX fmt, ## args)
167 #define SNIC_DBG(fmt, args...) \ argument
168 pr_info(PFX fmt, ## args)
170 #define SNIC_ERR(fmt, args...) \ argument
171 pr_err(PFX fmt, ## args)