Lines Matching refs:nelts
4185 uint_t nelts; in ixgbe_find_mac_address() local
4199 DDI_PROP_DONTPASS, "local-mac-address", &bytes, &nelts); in ixgbe_find_mac_address()
4201 if (nelts == ETHERADDRL) { in ixgbe_find_mac_address()
4202 while (nelts--) in ixgbe_find_mac_address()
4203 hw->mac.addr[nelts] = bytes[nelts]; in ixgbe_find_mac_address()
4214 "local-mac-address?", &bytes, &nelts) == DDI_PROP_SUCCESS) { in ixgbe_find_mac_address()
4215 if (strncmp("false", (caddr_t)bytes, (size_t)nelts) == 0) { in ixgbe_find_mac_address()
4231 DDI_PROP_DONTPASS, "mac-address", &bytes, &nelts); in ixgbe_find_mac_address()
4233 if (nelts == ETHERADDRL) { in ixgbe_find_mac_address()
4234 while (nelts--) in ixgbe_find_mac_address()
4235 hw->mac.addr[nelts] = bytes[nelts]; in ixgbe_find_mac_address()