Home
last modified time | relevance | path

Searched refs:DDB_DS_NO_CONNECTION_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_init.c932 if (state == DDB_DS_NO_CONNECTION_ACTIVE || in qla4xxx_free_ddb_index()
1026 case DDB_DS_NO_CONNECTION_ACTIVE: in qla4xxx_ddb_change()
1046 case DDB_DS_NO_CONNECTION_ACTIVE: in qla4xxx_ddb_change()
1112 case DDB_DS_NO_CONNECTION_ACTIVE: in qla4xxx_flash_ddb_change()
1185 if (state == DDB_DS_NO_CONNECTION_ACTIVE) in qla4xxx_process_ddb_changed()
Dql4_os.c3091 ddb_entry->fw_ddb_device_state = DDB_DS_NO_CONNECTION_ACTIVE; in qla4xxx_session_create()
3138 if ((ddb_state == DDB_DS_NO_CONNECTION_ACTIVE) || in qla4xxx_session_destroy()
3279 if (ddb_entry->fw_ddb_device_state == DDB_DS_NO_CONNECTION_ACTIVE) in qla4xxx_conn_start()
6608 ddb_entry->fw_ddb_device_state = DDB_DS_NO_CONNECTION_ACTIVE; in qla4xxx_setup_flash_ddb_entry()
6848 if (state == DDB_DS_NO_CONNECTION_ACTIVE || in qla4xxx_remove_failed_ddb()
7026 if (!(state == DDB_DS_NO_CONNECTION_ACTIVE || in qla4xxx_build_nt_list()
7125 if (!(state == DDB_DS_NO_CONNECTION_ACTIVE)) in qla4xxx_build_new_nt_list()
7448 if (state == DDB_DS_NO_CONNECTION_ACTIVE || in qla4xxx_sysfs_ddb_conn_open()
7675 if ((ddb_state == DDB_DS_NO_CONNECTION_ACTIVE) || in qla4xxx_sysfs_ddb_logout_sid()
8941 if ((ddb_state == DDB_DS_NO_CONNECTION_ACTIVE) || in qla4xxx_destroy_ddb()
Dql4_fw.h407 #define DDB_DS_NO_CONNECTION_ACTIVE 0x01 macro