Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib_common.h51 #define CUDBG_FLASH_SIZE FLASH_CUDBG_MAX_SIZE macro
H A Dcudbg_flash_utils.c207 if (flash_hdr->data_len > CUDBG_FLASH_SIZE) { in cudbg_write_flash()
212 space_left = CUDBG_FLASH_SIZE - flash_hdr->data_len; in cudbg_write_flash()
H A Dcudbg_lib.c250 if (flash_data_offset > CUDBG_FLASH_SIZE) { in wr_entity_to_flash()
258 remain_flash_size = CUDBG_FLASH_SIZE - flash_data_offset; in wr_entity_to_flash()