Home
last modified time | relevance | path

Searched refs:mfa_in_use (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmac_impl.h351 boolean_t mfa_in_use; member
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac.c1295 mip->mi_factory_addr[i].mfa_in_use = B_FALSE; in mac_addr_factory_init()
1351 if (mip->mi_factory_addr[*slot-1].mfa_in_use) { in mac_addr_factory_reserve()
1358 if (!mip->mi_factory_addr[i].mfa_in_use) in mac_addr_factory_reserve()
1369 mip->mi_factory_addr[*slot-1].mfa_in_use = B_TRUE; in mac_addr_factory_reserve()
1395 ASSERT(mip->mi_factory_addr[slot-1].mfa_in_use); in mac_addr_factory_release()
1397 mip->mi_factory_addr[slot-1].mfa_in_use = B_FALSE; in mac_addr_factory_release()
1424 in_use = mip->mi_factory_addr[slot-1].mfa_in_use; in mac_addr_factory_value()