Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib_common.h115 struct cudbg_flash_sec_info { struct
130 struct cudbg_flash_sec_info sec_info; argument
154 void update_skip_size(struct cudbg_flash_sec_info *, u32);
H A Dcudbg_flash_utils.c53 update_skip_size(struct cudbg_flash_sec_info *sec_info, u32 size) in update_skip_size()
59 void set_sector_availability(struct cudbg_flash_sec_info *sec_info, in set_sector_availability()
71 find_empty_sec(struct cudbg_flash_sec_info *sec_info) in find_empty_sec()
92 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in update_headers()
156 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in cudbg_write_flash()
330 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in cudbg_read_flash()
H A Dcudbg_lib.c151 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in wr_entity_to_flash()