Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
H A Dql4_bsg.c35 if (ha->flash_state != QLFLASH_WAITING) { in qla4xxx_read_flash()
42 ha->flash_state = QLFLASH_READING; in qla4xxx_read_flash()
72 ha->flash_state = QLFLASH_WAITING; in qla4xxx_read_flash()
101 if (ha->flash_state != QLFLASH_WAITING) { in qla4xxx_update_flash()
108 ha->flash_state = QLFLASH_WRITING; in qla4xxx_update_flash()
137 ha->flash_state = QLFLASH_WAITING; in qla4xxx_update_flash()
H A Dql4_def.h782 uint32_t flash_state; member
H A Dql4_os.c7202 return (fnode_sess->flash_state == DEV_DB_NON_PERSISTENT); in qla4xxx_sysfs_ddb_is_non_persistent()
7219 * as nonpersistent using flash_state field.
7248 fnode_sess->flash_state = DEV_DB_NON_PERSISTENT; in qla4xxx_sysfs_ddb_tgt_create()
7250 fnode_sess->flash_state = DEV_DB_PERSISTENT; in qla4xxx_sysfs_ddb_tgt_create()
7403 fnode_sess->flash_state = DEV_DB_PERSISTENT; in qla4xxx_sysfs_ddb_apply()
7565 if (fnode_sess->flash_state == DEV_DB_NON_PERSISTENT) { in qla4xxx_sysfs_ddb_login()
8358 if (fnode_sess->flash_state == DEV_DB_NON_PERSISTENT) in qla4xxx_sysfs_ddb_delete()
/linux/include/scsi/
H A Dscsi_transport_iscsi.h377 int flash_state; /* persistent or non-persistent */ member