Searched refs:STATUS_GET_DEAD_BIT (Results 1 – 2 of 2) sorted by relevance
1212 STATUS_GET_DEAD_BIT(scsi_id->status_block.ORB_offset_hi_misc) || in sbp2_query_logins()1345 STATUS_GET_DEAD_BIT(scsi_id->status_block.ORB_offset_hi_misc) || in sbp2_login_device()1518 STATUS_GET_DEAD_BIT(scsi_id->status_block.ORB_offset_hi_misc) || in sbp2_reconnect_device()2532 if (STATUS_GET_DEAD_BIT(scsi_id->status_block.ORB_offset_hi_misc)) { in sbp2_handle_status_write()
188 #define STATUS_GET_DEAD_BIT(value) ((value >> 27) & 0x1) macro