Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/cudbg/
HDcudbg_lib_common.h117 struct cudbg_flash_sec_info { struct
132 struct cudbg_flash_sec_info sec_info; argument
156 void update_skip_size(struct cudbg_flash_sec_info *, u32);
HDcudbg_flash_utils.c56 update_skip_size(struct cudbg_flash_sec_info *sec_info, u32 size) in update_skip_size()
62 void set_sector_availability(struct cudbg_flash_sec_info *sec_info, in set_sector_availability()
74 find_empty_sec(struct cudbg_flash_sec_info *sec_info) in find_empty_sec()
95 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in update_headers()
159 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in cudbg_write_flash()
333 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in cudbg_read_flash()
HDcudbg_lib.c154 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in wr_entity_to_flash()