Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.h204 csio_dbg(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
208 csio_err(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
212 csio_warn(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
H A Dcsio_hw.h609 #define CSIO_DEVID_HI(__dev) ((CSIO_DEVID((__dev)) >> 16) & 0xFFFF) macro