Home
last modified time | relevance | path

Searched refs:NVM_INVALID_PTR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A DREADME.illumos20 if (offset == 0x0 && offset == NVM_INVALID_PTR)
24 if (offset == 0x0 || offset == NVM_INVALID_PTR)
H A Dixgbe_common.c5114 if ((offset == 0x0) || (offset == NVM_INVALID_PTR)) in ixgbe_get_orom_version()
5151 if (offset == 0x0 || offset == NVM_INVALID_PTR) in ixgbe_get_oem_prod_version()
H A Dixgbe_type.h308 #define NVM_INVALID_PTR 0xFFFF macro