Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c115 flash_hdr->signature = CUDBG_FL_SIGNATURE; in update_headers()
364 if (flash_hdr.signature == CUDBG_FL_SIGNATURE) { in cudbg_read_flash()
372 if (flash_hdr.signature == CUDBG_FL_SIGNATURE) in cudbg_read_flash()
394 if (flash_hdr.signature == CUDBG_FL_SIGNATURE && in cudbg_read_flash()
433 CUDBG_FL_SIGNATURE && in cudbg_read_flash()
H A Dcudbg_lib_common.h148 #define CUDBG_FL_SIGNATURE 0x4355464c /* CUFL in ascii */ macro