Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
Daachba.c392 (le32_to_cpu(reply->status) != CT_OK) || in aac_get_config_status()
535 if ((le32_to_cpu(get_name_reply->status) == CT_OK) in get_container_name_callback()
992 if (le32_to_cpu(get_serial_reply->status) == CT_OK) { in get_container_serial_callback()
2604 if (le32_to_cpu(synchronizereply->status) == CT_OK) in synchronize_callback()
Daacraid.h447 #define CT_OK 218 macro