Searched refs:_ln (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/scsi/csiostor/ |
A D | csio_lnode.h | 216 #define csio_ln_dbg(_ln, _fmt, ...) \ argument 217 csio_dbg(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 218 CSIO_DEVID_LO(_ln), ##__VA_ARGS__); 220 #define csio_ln_err(_ln, _fmt, ...) \ argument 221 csio_err(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 222 CSIO_DEVID_LO(_ln), ##__VA_ARGS__); 224 #define csio_ln_warn(_ln, _fmt, ...) \ argument 225 csio_warn(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 226 CSIO_DEVID_LO(_ln), ##__VA_ARGS__);
|
Completed in 4 milliseconds