Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_vpd.c61 enp->en_arch.ef10.ena_svpd_length = svpd_size; in ef10_vpd_init()
187 if (enp->en_arch.ef10.ena_svpd_length == 0) in ef10_vpd_verify()
211 enp->en_arch.ef10.ena_svpd_length, &stag, &skey, in ef10_vpd_verify()
251 if (enp->en_arch.ef10.ena_svpd_length == 0) in ef10_vpd_reinit()
258 enp->en_arch.ef10.ena_svpd_length, in ef10_vpd_reinit()
295 if (enp->en_arch.ef10.ena_svpd_length > 0) { in ef10_vpd_get()
297 enp->en_arch.ef10.ena_svpd_length, evvp->evv_tag, in ef10_vpd_get()
340 if (enp->en_arch.ef10.ena_svpd_length > 0) { in ef10_vpd_set()
345 enp->en_arch.ef10.ena_svpd_length, evvp->evv_tag, in ef10_vpd_set()
426 if (enp->en_arch.ef10.ena_svpd_length > 0) { in ef10_vpd_fini()
[all …]
H A Defx_impl.h895 size_t ena_svpd_length; member