Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_intr.c153 file_ext->writing_state = HECI_WRITE_COMPLETE; in _heci_cmpl()
1124 if ((HECI_WRITING == file_ext->writing_state) && in heci_bh_write_handler()
1129 file_ext->writing_state = in heci_bh_write_handler()
H A Dheci_data_structures.h477 enum heci_file_transaction_states writing_state; member
H A Dheci_main.c1208 file_ext->writing_state = HECI_WRITING; in heci_write()
1222 file_ext->writing_state = HECI_WRITING; in heci_write()
1377 if (HECI_WRITE_COMPLETE == file_extension->writing_state) { in heci_poll()
H A Dheci_init.c842 priv->writing_state = HECI_IDLE; in heci_init_file_private()