Home
last modified time | relevance | path

Searched refs:CUDBG_FLASH_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib_common.h65 #define CUDBG_FLASH_SIZE FLASH_CUDBG_MAX_SIZE macro
H A Dcudbg_flash_utils.c194 if (flash_hdr->data_len > CUDBG_FLASH_SIZE) { in cudbg_write_flash()
199 space_left = CUDBG_FLASH_SIZE - flash_hdr->data_len; in cudbg_write_flash()
H A Dcudbg_lib.c167 if (flash_data_offset > CUDBG_FLASH_SIZE) { in wr_entity_to_flash()
174 remain_flash_size = CUDBG_FLASH_SIZE - flash_data_offset; in wr_entity_to_flash()