Home
last modified time | relevance | path

Searched refs:sec_info (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c55 sec_info->skip_size += size; in update_skip_size()
92 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in update_headers() local
156 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in cudbg_write_flash() local
208 if (sec_info->par_sec) { in cudbg_write_flash()
210 set_sector_availability(sec_info, sec_info->par_sec, 0); in cudbg_write_flash()
211 sec_info->par_sec = 0; in cudbg_write_flash()
215 sec_info->cur_seq_no++; in cudbg_write_flash()
224 sec_info->par_sec = sec; in cudbg_write_flash()
330 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in cudbg_read_flash() local
373 sec_info->max_timestamp = in cudbg_read_flash()
[all …]
H A Dcudbg_lib_common.h130 struct cudbg_flash_sec_info sec_info; member
H A Dcudbg_lib.c151 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in wr_entity_to_flash() local
168 update_skip_size(sec_info, cur_entity_size); in wr_entity_to_flash()
177 update_skip_size(sec_info, cur_entity_size); in wr_entity_to_flash()
/freebsd/sys/tools/
H A Dembed_mfs.sh56 sec_info=`elfdump -c $1 2> /dev/null | grep -A 5 -E "sh_name: oldmfs$"`
58 if [ -z "${sec_info}" ]; then
63 sec_size=`echo "${sec_info}" | awk '/sh_size/ {print $2}' 2>/dev/null`
64 sec_start=`echo "${sec_info}" | \
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c3130 u32 sec_info; in mt76_connac2_load_patch() local
3146 sec_info = be32_to_cpu(sec->info.sec_key_idx); in mt76_connac2_load_patch()
3147 mode = mt76_connac2_get_data_mode(dev, sec_info); in mt76_connac2_load_patch()