Searched refs:report_lun_data (Results 1 – 1 of 1) sorted by relevance
144 #define ISCSI_LUN_BYTE_COPY(lun, report_lun_data) \ argument145 lun[0] = (report_lun_data & ISCSI_LUN_MASK_MSB) >> 8; \146 lun[1] = (report_lun_data & ISCSI_LUN_MASK_LSB);