Home
last modified time | relevance | path

Searched refs:fw_ddb_device_state (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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.c819 * @fw_ddb_device_state: Pointer to device state
827 uint32_t *fw_ddb_device_state, in qla4xxx_get_fwddb_entry()
893 if (fw_ddb_device_state) in qla4xxx_get_fwddb_entry()
894 *fw_ddb_device_state = mbox_sts[4]; in qla4xxx_get_fwddb_entry()
821 qla4xxx_get_fwddb_entry(struct scsi_qla_host *ha, uint16_t fw_ddb_index, struct dev_db_entry *fw_ddb_entry, dma_addr_t fw_ddb_entry_dma, uint32_t *num_valid_ddb_entries, uint32_t *next_ddb_index, uint32_t *fw_ddb_device_state, uint32_t *conn_err_detail, uint16_t *tcp_source_port_num, uint16_t *connection_id) qla4xxx_get_fwddb_entry() argument
H A Dql4_def.h291 uint32_t fw_ddb_device_state; /* F/W Device State -- see ql4_fw.h */ member
H A Dql4_os.c3130 ddb_entry->fw_ddb_device_state = DDB_DS_NO_CONNECTION_ACTIVE; in qla4xxx_session_create()
3302 if (ddb_entry->fw_ddb_device_state == in qla4xxx_conn_start()
3321 if (ddb_entry->fw_ddb_device_state == DDB_DS_NO_CONNECTION_ACTIVE) in qla4xxx_conn_start()
3322 ddb_entry->fw_ddb_device_state = DDB_DS_LOGIN_IN_PROCESS; in qla4xxx_conn_start()
3325 ddb_entry->fw_ddb_device_state)); in qla4xxx_conn_start()
4849 ddb_entry->fw_ddb_device_state = DDB_DS_SESSION_FAILED; in qla4xxx_fail_session()
5078 if (ddb_entry->fw_ddb_device_state == DDB_DS_SESSION_ACTIVE) { in qla4xxx_relogin_devices()
6640 ddb_entry->fw_ddb_device_state = DDB_DS_NO_CONNECTION_ACTIVE; in qla4xxx_setup_flash_ddb_entry()
/kernel/linux/linux-6.6/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.c819 * @fw_ddb_device_state: Pointer to device state
827 uint32_t *fw_ddb_device_state, in qla4xxx_get_fwddb_entry()
893 if (fw_ddb_device_state) in qla4xxx_get_fwddb_entry()
894 *fw_ddb_device_state = mbox_sts[4]; in qla4xxx_get_fwddb_entry()
821 qla4xxx_get_fwddb_entry(struct scsi_qla_host *ha, uint16_t fw_ddb_index, struct dev_db_entry *fw_ddb_entry, dma_addr_t fw_ddb_entry_dma, uint32_t *num_valid_ddb_entries, uint32_t *next_ddb_index, uint32_t *fw_ddb_device_state, uint32_t *conn_err_detail, uint16_t *tcp_source_port_num, uint16_t *connection_id) qla4xxx_get_fwddb_entry() argument
H A Dql4_def.h300 uint32_t fw_ddb_device_state; /* F/W Device State -- see ql4_fw.h */ member
H A Dql4_os.c3125 ddb_entry->fw_ddb_device_state = DDB_DS_NO_CONNECTION_ACTIVE; in qla4xxx_session_create()
3297 if (ddb_entry->fw_ddb_device_state == in qla4xxx_conn_start()
3316 if (ddb_entry->fw_ddb_device_state == DDB_DS_NO_CONNECTION_ACTIVE) in qla4xxx_conn_start()
3317 ddb_entry->fw_ddb_device_state = DDB_DS_LOGIN_IN_PROCESS; in qla4xxx_conn_start()
3320 ddb_entry->fw_ddb_device_state)); in qla4xxx_conn_start()
4840 ddb_entry->fw_ddb_device_state = DDB_DS_SESSION_FAILED; in qla4xxx_fail_session()
5069 if (ddb_entry->fw_ddb_device_state == DDB_DS_SESSION_ACTIVE) { in qla4xxx_relogin_devices()
6627 ddb_entry->fw_ddb_device_state = DDB_DS_NO_CONNECTION_ACTIVE; in qla4xxx_setup_flash_ddb_entry()

Completed in 33 milliseconds