Lines Matching refs:nelts
6033 uint_t nelts; in e1000g_find_mac_address() local
6047 DDI_PROP_DONTPASS, "local-mac-address", &bytes, &nelts); in e1000g_find_mac_address()
6049 if (nelts == ETHERADDRL) { in e1000g_find_mac_address()
6050 while (nelts--) in e1000g_find_mac_address()
6051 hw->mac.addr[nelts] = bytes[nelts]; in e1000g_find_mac_address()
6062 "local-mac-address?", &bytes, &nelts) == DDI_PROP_SUCCESS) { in e1000g_find_mac_address()
6063 if (strncmp("false", (caddr_t)bytes, (size_t)nelts) == 0) { in e1000g_find_mac_address()
6079 DDI_PROP_DONTPASS, "mac-address", &bytes, &nelts); in e1000g_find_mac_address()
6081 if (nelts == ETHERADDRL) { in e1000g_find_mac_address()
6082 while (nelts--) in e1000g_find_mac_address()
6083 hw->mac.addr[nelts] = bytes[nelts]; in e1000g_find_mac_address()