Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/ieee1394/
Dsbp2.c1212 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()
Dsbp2.h188 #define STATUS_GET_DEAD_BIT(value) ((value >> 27) & 0x1) macro