Searched refs:asf_mode (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_init.c248 device->asf_mode = B_FALSE;
892 dev->asf_mode = 0;
899 dev->asf_mode = 1;
973 if (dev->asf_mode) {
H A Dheci_data_structures.h559 int asf_mode; member in struct:iamt_heci_device
H A Dio_heci.c451 if (!dev->asf_mode) {
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c3895 int bge_chip_reset(bge_t *bgep, boolean_t enable_dma, uint_t asf_mode);
3903 bge_chip_reset(bge_t *bgep, boolean_t enable_dma, uint_t asf_mode) argument
3969 if (asf_mode == ASF_MODE_INIT) {
3971 } else if (asf_mode == ASF_MODE_SHUTDOWN) {
4091 if ((asf_mode == ASF_MODE_INIT) ||
4092 (asf_mode == ASF_MODE_POST_INIT)) {
4118 if ((asf_mode == ASF_MODE_INIT) ||
4119 (asf_mode == ASF_MODE_POST_INIT)) {
4238 if (asf_mode != ASF_MODE_NONE) {
4239 if ((asf_mode
[all...]
H A Dbge_main2.c377 bge_reset(bge_t *bgep, uint_t asf_mode) argument
404 retval = bge_chip_reset(bgep, B_TRUE, asf_mode);
3259 bge_unattach(bge_t *bgep, uint_t asf_mode) argument
3288 if (bge_chip_reset(bgep, B_FALSE, asf_mode) != DDI_SUCCESS)
4220 uint_t asf_mode; local
4221 asf_mode = ASF_MODE_NONE;
4258 asf_mode = ASF_MODE_POST_SHUTDOWN;
4283 bge_unattach(bgep, asf_mode);
H A Dbge_impl.h1220 int bge_chip_reset(bge_t *bgep, boolean_t enable_dma, uint_t asf_mode);

Completed in 89 milliseconds