Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c633 if (bge_chip_sync(bgep, B_FALSE) == DDI_FAILURE) {
635 if (bge_chip_sync(bgep) == DDI_FAILURE) {
1331 if (bge_chip_sync(bgep, B_TRUE) == DDI_FAILURE) {
1333 if (bge_chip_sync(bgep) == DDI_FAILURE) {
1349 if (bge_chip_sync(bgep, B_TRUE) == DDI_FAILURE) {
1351 if (bge_chip_sync(bgep) == DDI_FAILURE) {
1405 if (bge_chip_sync(bgep, B_TRUE) == DDI_FAILURE) {
1407 if (bge_chip_sync(bgep) == DDI_FAILURE) {
4516 if (bge_chip_sync(bgep, B_TRUE) == DDI_FAILURE) {
4518 if (bge_chip_sync(bgep) == DDI_FAILURE) {
H A Dbge_impl.h1221 int bge_chip_sync(bge_t *bgep, boolean_t asf_keeplive);
1224 int bge_chip_sync(bge_t *bgep);
H A Dbge_chip2.c3597 int bge_chip_sync(bge_t *bgep, boolean_t asf_keeplive);
3599 int bge_chip_sync(bge_t *bgep);
3601 #pragma no_inline(bge_chip_sync)
3605 bge_chip_sync(bge_t *bgep, boolean_t asf_keeplive) in bge_chip_sync() function
3607 bge_chip_sync(bge_t *bgep) in bge_chip_sync()
4638 if (bge_chip_sync(bgep, B_FALSE) == DDI_FAILURE) in bge_chip_start()
4640 if (bge_chip_sync(bgep) == DDI_FAILURE) in bge_chip_start()