Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Def10_vpd.c87 enp->en_arch.ef10.ena_svpd_length = svpd_size; in ef10_vpd_init()
216 if (enp->en_arch.ef10.ena_svpd_length == 0) in ef10_vpd_verify()
240 enp->en_arch.ef10.ena_svpd_length, &stag, &skey, in ef10_vpd_verify()
280 if (enp->en_arch.ef10.ena_svpd_length == 0) in ef10_vpd_reinit()
287 enp->en_arch.ef10.ena_svpd_length, in ef10_vpd_reinit()
326 if (enp->en_arch.ef10.ena_svpd_length > 0) { in ef10_vpd_get()
328 enp->en_arch.ef10.ena_svpd_length, evvp->evv_tag, in ef10_vpd_get()
373 if (enp->en_arch.ef10.ena_svpd_length > 0) { in ef10_vpd_set()
378 enp->en_arch.ef10.ena_svpd_length, evvp->evv_tag, in ef10_vpd_set()
463 if (enp->en_arch.ef10.ena_svpd_length > 0) { in ef10_vpd_fini()
[all …]
H A Defx_impl.h751 size_t ena_svpd_length; member