Searched defs:enable_dma (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c309 * + Enable or disable Bus Mastering according to the <enable_dma> flag.
316 * are made; on this first call <enable_dma> is B_FALSE, and it
321 * Memory Space cycles! In this case, <enable_dma> is B_TRUE, and
324 void bge_chip_cfg_init(bge_t *bgep, chip_id_t *cidp, boolean_t enable_dma);
328 bge_chip_cfg_init(bge_t *bgep, chip_id_t *cidp, boolean_t enable_dma) argument
339 (void *)bgep, (void *)cidp, enable_dma));
511 if (enable_dma)
3895 int bge_chip_reset(bge_t *bgep, boolean_t enable_dma, uint_t asf_mode);
3897 int bge_chip_reset(bge_t *bgep, boolean_t enable_dma);
3903 bge_chip_reset(bge_t *bgep, boolean_t enable_dma, uint_ argument
[all...]

Completed in 53 milliseconds