Searched refs:DDB_DS_NO_CONNECTION_ACTIVE (Results 1 – 3 of 3) sorted by relevance
930 if (state == DDB_DS_NO_CONNECTION_ACTIVE || in qla4xxx_free_ddb_index()1025 case DDB_DS_NO_CONNECTION_ACTIVE: in qla4xxx_ddb_change()1045 case DDB_DS_NO_CONNECTION_ACTIVE: in qla4xxx_ddb_change()1111 case DDB_DS_NO_CONNECTION_ACTIVE: in qla4xxx_flash_ddb_change()1184 if (state == DDB_DS_NO_CONNECTION_ACTIVE) in qla4xxx_process_ddb_changed()
3119 ddb_entry->fw_ddb_device_state = DDB_DS_NO_CONNECTION_ACTIVE; in qla4xxx_session_create()3166 if ((ddb_state == DDB_DS_NO_CONNECTION_ACTIVE) || in qla4xxx_session_destroy()3309 if (ddb_entry->fw_ddb_device_state == DDB_DS_NO_CONNECTION_ACTIVE) in qla4xxx_conn_start()6628 ddb_entry->fw_ddb_device_state = DDB_DS_NO_CONNECTION_ACTIVE; in qla4xxx_setup_flash_ddb_entry()6868 if (state == DDB_DS_NO_CONNECTION_ACTIVE || in qla4xxx_remove_failed_ddb()7046 if (!(state == DDB_DS_NO_CONNECTION_ACTIVE || in qla4xxx_build_nt_list()7145 if (!(state == DDB_DS_NO_CONNECTION_ACTIVE)) in qla4xxx_build_new_nt_list()7470 if (state == DDB_DS_NO_CONNECTION_ACTIVE || in qla4xxx_sysfs_ddb_conn_open()7697 if ((ddb_state == DDB_DS_NO_CONNECTION_ACTIVE) || in qla4xxx_sysfs_ddb_logout_sid()8963 if ((ddb_state == DDB_DS_NO_CONNECTION_ACTIVE) || in qla4xxx_destroy_ddb()
406 #define DDB_DS_NO_CONNECTION_ACTIVE 0x01 macro