Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
H A Dql4_init.c1007 old_fw_ddb_device_state = ddb_entry->fw_ddb_device_state; in qla4xxx_ddb_change()
1011 ddb_entry->fw_ddb_device_state, state, fw_ddb_index)); in qla4xxx_ddb_change()
1013 ddb_entry->fw_ddb_device_state = state; in qla4xxx_ddb_change()
1101 old_fw_ddb_device_state = ddb_entry->fw_ddb_device_state; in qla4xxx_flash_ddb_change()
1105 ddb_entry->fw_ddb_device_state, state, fw_ddb_index)); in qla4xxx_flash_ddb_change()
1107 ddb_entry->fw_ddb_device_state = state; in qla4xxx_flash_ddb_change()
1253 ddb_entry->fw_ddb_device_state = DDB_DS_LOGIN_IN_PROCESS; in qla4xxx_login_flash_ddb()
H A Dql4_glbl.h42 uint32_t *fw_ddb_device_state,
H A Dql4_mbx.c827 uint32_t *fw_ddb_device_state, in qla4xxx_get_fwddb_entry() argument
893 if (fw_ddb_device_state) in qla4xxx_get_fwddb_entry()
894 *fw_ddb_device_state = mbox_sts[4]; in qla4xxx_get_fwddb_entry()
H A Dql4_def.h300 uint32_t fw_ddb_device_state; /* F/W Device State -- see ql4_fw.h */ member