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

/linux-4.4.14/drivers/scsi/qla4xxx/
H A Dql4_bsg.c36 if (ha->flash_state != QLFLASH_WAITING) { qla4xxx_read_flash()
43 ha->flash_state = QLFLASH_READING; qla4xxx_read_flash()
73 ha->flash_state = QLFLASH_WAITING; qla4xxx_read_flash()
102 if (ha->flash_state != QLFLASH_WAITING) { qla4xxx_update_flash()
109 ha->flash_state = QLFLASH_WRITING; qla4xxx_update_flash()
138 ha->flash_state = QLFLASH_WAITING; qla4xxx_update_flash()
H A Dql4_def.h789 uint32_t flash_state; member in struct:scsi_qla_host
H A Dql4_os.c7172 return (fnode_sess->flash_state == DEV_DB_NON_PERSISTENT); qla4xxx_sysfs_ddb_is_non_persistent()
7189 * as nonpersistent using flash_state field.
7218 fnode_sess->flash_state = DEV_DB_NON_PERSISTENT; qla4xxx_sysfs_ddb_tgt_create()
7220 fnode_sess->flash_state = DEV_DB_PERSISTENT; qla4xxx_sysfs_ddb_tgt_create()
7371 fnode_sess->flash_state = DEV_DB_PERSISTENT; qla4xxx_sysfs_ddb_apply()
7533 if (fnode_sess->flash_state == DEV_DB_NON_PERSISTENT) { qla4xxx_sysfs_ddb_login()
8326 if (fnode_sess->flash_state == DEV_DB_NON_PERSISTENT) qla4xxx_sysfs_ddb_delete()
/linux-4.4.14/include/scsi/
H A Dscsi_transport_iscsi.h358 int flash_state; /* persistent or non-persistent */ member in struct:iscsi_bus_flash_session

Completed in 274 milliseconds