Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_main.c1328 struct heci_file_private *file_extension; in heci_poll() local
1342 file_extension = file->private_data; in heci_poll()
1344 if ((if_num < HECI_MINOR_NUMBER) || (!device) || (!file_extension)) in heci_poll()
1356 if (file_extension == &device->iamthif_file_ext) { in heci_poll()
1376 mutex_enter(&file_extension->write_io_lock); in heci_poll()
1377 if (HECI_WRITE_COMPLETE == file_extension->writing_state) { in heci_poll()
1384 *phpp = &file_extension->tx_pollwait; in heci_poll()
1386 mutex_exit(&file_extension->write_io_lock); in heci_poll()