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.c663 if (bge_chip_sync(bgep, B_FALSE) == DDI_FAILURE) {
665 if (bge_chip_sync(bgep) == DDI_FAILURE) {
676 * The above bge_chip_sync() function wrote the ethernet MAC
1367 if (bge_chip_sync(bgep, B_TRUE) == DDI_FAILURE) {
1369 if (bge_chip_sync(bgep) == DDI_FAILURE) {
1385 if (bge_chip_sync(bgep, B_TRUE) == DDI_FAILURE) {
1387 if (bge_chip_sync(bgep) == DDI_FAILURE) {
1441 if (bge_chip_sync(bgep, B_TRUE) == DDI_FAILURE) {
1443 if (bge_chip_sync(bgep) == DDI_FAILURE) {
4540 if (bge_chip_sync(bge
[all...]
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.c3519 * bge_chip_sync() -- program the chip with the unicast MAC address,
3524 int bge_chip_sync(bge_t *bgep, boolean_t asf_keeplive);
3526 int bge_chip_sync(bge_t *bgep);
3528 #pragma no_inline(bge_chip_sync)
3532 bge_chip_sync(bge_t *bgep, boolean_t asf_keeplive) function
3534 bge_chip_sync(bge_t *bgep)
3544 BGE_TRACE(("bge_chip_sync($%p)",
3620 BGE_DEBUG(("bge_chip_sync($%p) "
4543 if (bge_chip_sync(bgep, B_FALSE) == DDI_FAILURE)
4545 if (bge_chip_sync(bge
[all...]

Completed in 63 milliseconds