Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sfxge/common/
H A Defx_bootcfg.c52 (((opt) > EFX_DHCP_PAD) && ((opt) < EFX_DHCP_END))
195 if (tag == EFX_DHCP_END) { in efx_dhcp_verify()
288 if ((**tagpp) == EFX_DHCP_END) { in efx_dhcp_walk_tags()
682 EFX_DHCP_END); in efx_dhcp_update_tag()
795 sector[1] = EFX_DHCP_END; in efx_bootcfg_copy_sector()
807 if (sector[used_bytes - 1] != EFX_DHCP_END) { in efx_bootcfg_copy_sector()
812 sector[used_bytes] = EFX_DHCP_END; in efx_bootcfg_copy_sector()
936 payload[1] = EFX_DHCP_END; in efx_bootcfg_read()
950 if (payload[used_bytes - 1] != EFX_DHCP_END) { in efx_bootcfg_read()
954 payload[used_bytes] = EFX_DHCP_END; in efx_bootcfg_read()
[all …]
H A Defx.h1757 #define EFX_DHCP_END ((uint8_t)0xff) macro