Searched refs:bge_chip_stop (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/bge/ |
H A D | bge_chip2.c | 3715 void bge_chip_stop(bge_t *bgep, boolean_t fault); 3716 #pragma no_inline(bge_chip_stop) 3719 bge_chip_stop(bge_t *bgep, boolean_t fault) in bge_chip_stop() function 3945 bge_chip_stop(bgep, B_FALSE); in bge_chip_reset() 5269 bge_chip_stop(bgep, B_TRUE); in bge_intr() 5477 bge_chip_stop(bgep, B_TRUE); in bge_chip_factotum()
|
H A D | bge_impl.h | 1201 void bge_chip_stop(bge_t *bgep, boolean_t fault);
|
H A D | bge_main2.c | 442 bge_chip_stop(bgep, B_FALSE); in bge_stop() 692 bge_chip_stop(bgep, B_FALSE); 873 bge_chip_stop(bgep, B_TRUE); 4253 bge_chip_stop(bgep, B_FALSE);
|