Home
last modified time | relevance | path

Searched refs:EXPR (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/snic/
Dsnic.h174 #define SNIC_BUG_ON(EXPR) \ argument
176 if (EXPR) { \
177 SNIC_ERR("SNIC BUG(%s)\n", #EXPR); \
178 BUG_ON(EXPR); \
182 #define SNIC_BUG_ON(EXPR) \ argument
184 if (EXPR) { \
186 #EXPR, __func__, __LINE__); \
187 WARN_ON_ONCE(EXPR); \
193 #define SNIC_ASSERT_NOT_IMPL(EXPR) \ argument
195 if (EXPR) {\
[all …]