Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c2392 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_cim_ma_la()
2453 memcpy((char *)scratch_buff.data + scratch_buff.offset, &cfg, in collect_cim_la()
2839 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_reg_dump()
2844 t4_get_regs(padap, (void *)scratch_buff.data, scratch_buff.size); in collect_reg_dump()
2880 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_cctrl()
2980 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_up_cim_indirect()
3053 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_mbox_log()
3109 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_pbt_tables()
3196 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_pm_indirect()
3272 rc = get_scratch_buff(dbg_buff, scratch_buff.size, &scratch_buff); in collect_tid()
[all …]
H A Dcudbg_wtp.c309 struct cudbg_buffer scratch_buff; in t5_wtp_data() local
325 offset = scratch_buff.offset; in t5_wtp_data()
326 wtp = (struct wtp_data *)((char *)scratch_buff.data + offset); in t5_wtp_data()
932 rc = write_compression_hdr(&scratch_buff, dbg_buff); in t5_wtp_data()
937 rc = compress_buff(&scratch_buff, dbg_buff); in t5_wtp_data()
940 release_scratch_buff(&scratch_buff, dbg_buff); in t5_wtp_data()
952 struct cudbg_buffer scratch_buff; in t6_wtp_data() local
968 offset = scratch_buff.offset; in t6_wtp_data()
1296 rc = write_compression_hdr(&scratch_buff, dbg_buff); in t6_wtp_data()
1301 rc = compress_buff(&scratch_buff, dbg_buff); in t6_wtp_data()
[all …]