Home
last modified time | relevance | path

Searched refs:fw_ddb_device_state (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/scsi/qla4xxx/
Dql4_init.c874 old_fw_ddb_device_state = ddb_entry->fw_ddb_device_state; in qla4xxx_ddb_change()
878 ddb_entry->fw_ddb_device_state, state, fw_ddb_index)); in qla4xxx_ddb_change()
880 ddb_entry->fw_ddb_device_state = state; in qla4xxx_ddb_change()
967 old_fw_ddb_device_state = ddb_entry->fw_ddb_device_state; in qla4xxx_flash_ddb_change()
971 ddb_entry->fw_ddb_device_state, state, fw_ddb_index)); in qla4xxx_flash_ddb_change()
973 ddb_entry->fw_ddb_device_state = state; in qla4xxx_flash_ddb_change()
1119 ddb_entry->fw_ddb_device_state = DDB_DS_LOGIN_IN_PROCESS; in qla4xxx_login_flash_ddb()
Dql4_glbl.h43 uint32_t *fw_ddb_device_state,
Dql4_mbx.c646 uint32_t *fw_ddb_device_state, in qla4xxx_get_fwddb_entry() argument
712 if (fw_ddb_device_state) in qla4xxx_get_fwddb_entry()
713 *fw_ddb_device_state = mbox_sts[4]; in qla4xxx_get_fwddb_entry()
Dql4_os.c1541 ddb_entry->fw_ddb_device_state = DDB_DS_NO_CONNECTION_ACTIVE; in qla4xxx_session_create()
1658 if (ddb_entry->fw_ddb_device_state == in qla4xxx_conn_start()
1677 if (ddb_entry->fw_ddb_device_state == DDB_DS_NO_CONNECTION_ACTIVE) in qla4xxx_conn_start()
1678 ddb_entry->fw_ddb_device_state = DDB_DS_LOGIN_IN_PROCESS; in qla4xxx_conn_start()
1681 ddb_entry->fw_ddb_device_state)); in qla4xxx_conn_start()
2851 ddb_entry->fw_ddb_device_state = DDB_DS_SESSION_FAILED; in qla4xxx_fail_session()
3060 if (ddb_entry->fw_ddb_device_state == DDB_DS_SESSION_ACTIVE) { in qla4xxx_relogin_devices()
4449 ddb_entry->fw_ddb_device_state = DDB_DS_NO_CONNECTION_ACTIVE; in qla4xxx_setup_flash_ddb_entry()
Dql4_def.h254 uint32_t fw_ddb_device_state; /* F/W Device State -- see ql4_fw.h */ member