Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_bootcfg.c23 (((opt) > EFX_DHCP_PAD) && ((opt) < EFX_DHCP_END))
168 if (tag == EFX_DHCP_END) { in efx_dhcp_verify()
261 if ((**tagpp) == EFX_DHCP_END) { in efx_dhcp_walk_tags()
656 EFX_DHCP_END); in efx_dhcp_update_tag()
770 sector[1] = EFX_DHCP_END; in efx_bootcfg_copy_sector()
782 if (sector[used_bytes - 1] != EFX_DHCP_END) { in efx_bootcfg_copy_sector()
787 sector[used_bytes] = EFX_DHCP_END; in efx_bootcfg_copy_sector()
911 payload[1] = EFX_DHCP_END; in efx_bootcfg_read()
925 if (payload[used_bytes - 1] != EFX_DHCP_END) { in efx_bootcfg_read()
929 payload[used_bytes] = EFX_DHCP_END; in efx_bootcfg_read()
[all …]
H A Defx.h2024 #define EFX_DHCP_END ((uint8_t)0xff) macro