Home
last modified time | relevance | path

Searched refs:scratch_buff (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c2293 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_cim_ma_la()
2352 memcpy((char *)scratch_buff.data + scratch_buff.offset, &cfg, in collect_cim_la()
2885 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_reg_dump()
2890 t4_get_regs(padap, (void *)scratch_buff.data, scratch_buff.size); in collect_reg_dump()
2925 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_cctrl()
3020 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_up_cim_indirect()
3091 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_mbox_log()
3146 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_pbt_tables()
3228 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_pm_indirect()
3303 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_tid()
[all …]
H A Dcudbg_wtp.c296 struct cudbg_buffer scratch_buff; in t5_wtp_data() local
312 offset = scratch_buff.offset; in t5_wtp_data()
313 wtp = (struct wtp_data *)((char *)scratch_buff.data + offset); in t5_wtp_data()
919 rc = write_compression_hdr(&scratch_buff, dbg_buff); in t5_wtp_data()
924 rc = compress_buff(&scratch_buff, dbg_buff); in t5_wtp_data()
927 release_scratch_buff(&scratch_buff, dbg_buff); in t5_wtp_data()
938 struct cudbg_buffer scratch_buff; in t6_wtp_data() local
954 offset = scratch_buff.offset; in t6_wtp_data()
1282 rc = write_compression_hdr(&scratch_buff, dbg_buff); in t6_wtp_data()
1287 rc = compress_buff(&scratch_buff, dbg_buff); in t6_wtp_data()
[all …]