Lines Matching refs:nelts
3418 uint_t nelts; in igb_find_mac_address() local
3432 DDI_PROP_DONTPASS, "local-mac-address", &bytes, &nelts); in igb_find_mac_address()
3434 if (nelts == ETHERADDRL) { in igb_find_mac_address()
3435 while (nelts--) in igb_find_mac_address()
3436 hw->mac.addr[nelts] = bytes[nelts]; in igb_find_mac_address()
3447 "local-mac-address?", &bytes, &nelts) == DDI_PROP_SUCCESS) { in igb_find_mac_address()
3448 if (strncmp("false", (caddr_t)bytes, (size_t)nelts) == 0) { in igb_find_mac_address()
3464 DDI_PROP_DONTPASS, "mac-address", &bytes, &nelts); in igb_find_mac_address()
3466 if (nelts == ETHERADDRL) { in igb_find_mac_address()
3467 while (nelts--) in igb_find_mac_address()
3468 hw->mac.addr[nelts] = bytes[nelts]; in igb_find_mac_address()