Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aacraid/
Daachba.c393 (le32_to_cpu(reply->status) != CT_OK) || in aac_get_config_status()
547 if ((le32_to_cpu(get_name_reply->status) == CT_OK) in get_container_name_callback()
1006 if (le32_to_cpu(get_serial_reply->status) == CT_OK) { in get_container_serial_callback()
2618 if (le32_to_cpu(synchronizereply->status) == CT_OK) in synchronize_callback()
Daacraid.h448 #define CT_OK 218 macro