Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Defx_bootcfg.c50 (((opt) > EFX_DHCP_PAD) && ((opt) < EFX_DHCP_END))
193 if (tag == EFX_DHCP_END) { in efx_dhcp_verify()
286 if ((**tagpp) == EFX_DHCP_END) { in efx_dhcp_walk_tags()
680 EFX_DHCP_END); in efx_dhcp_update_tag()
793 sector[1] = EFX_DHCP_END; in efx_bootcfg_copy_sector()
805 if (sector[used_bytes - 1] != EFX_DHCP_END) { in efx_bootcfg_copy_sector()
810 sector[used_bytes] = EFX_DHCP_END; in efx_bootcfg_copy_sector()
934 payload[1] = EFX_DHCP_END; in efx_bootcfg_read()
948 if (payload[used_bytes - 1] != EFX_DHCP_END) { in efx_bootcfg_read()
952 payload[used_bytes] = EFX_DHCP_END; in efx_bootcfg_read()
[all …]
H A Defx.h1755 #define EFX_DHCP_END ((uint8_t)0xff) macro