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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c69 static int bge_unicst_set(void *, const uint8_t *, int);
127 static int bge_unicst_set(void *, const uint8_t *,
641 * bge_unicst_set() -- set the physical network address
644 bge_unicst_set(void *arg, const uint8_t *macaddr, int slot) function
648 BGE_TRACE(("bge_unicst_set($%p, %s)", arg,
715 BGE_DEBUG(("bge_unicst_set($%p) done", arg));
1556 if ((err = bge_unicst_set(bgep, mac_addr, slot)) != 0)
1607 (void) bge_unicst_set(bgep, zero_addr, slot);
1643 if ((err = bge_unicst_set(bgep, zero_addr, slot)) != 0)

Completed in 52 milliseconds