Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dhpsa_cmd.h265 #define GET_BMIC_BUS(lunid) ((lunid)[7] & 0x3F) macro
267 #define GET_BMIC_DRIVE_NUMBER(lunid) (((GET_BMIC_BUS((lunid)) - 1) << 8) + \