Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_vpd.c86 enp->en_arch.ef10.ena_svpd_length = svpd_size; in ef10_vpd_init()
209 if (enp->en_arch.ef10.ena_svpd_length == 0) in ef10_vpd_verify()
233 enp->en_arch.ef10.ena_svpd_length, &stag, &skey, in ef10_vpd_verify()
273 if (enp->en_arch.ef10.ena_svpd_length == 0) in ef10_vpd_reinit()
280 enp->en_arch.ef10.ena_svpd_length, in ef10_vpd_reinit()
318 if (enp->en_arch.ef10.ena_svpd_length > 0) { in ef10_vpd_get()
320 enp->en_arch.ef10.ena_svpd_length, evvp->evv_tag, in ef10_vpd_get()
361 if (enp->en_arch.ef10.ena_svpd_length > 0) { in ef10_vpd_set()
366 enp->en_arch.ef10.ena_svpd_length, evvp->evv_tag, in ef10_vpd_set()
449 if (enp->en_arch.ef10.ena_svpd_length > 0) { in ef10_vpd_fini()
[all …]
H A Defx_impl.h669 size_t ena_svpd_length; member