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.c644 struct cudbg_buffer scratch_buff; in collect_rss() local
649 rc = get_scratch_buff(dbg_buff, size, &scratch_buff); in collect_rss()
653 rc = t4_read_rss(padap, (u16 *)scratch_buff.data); in collect_rss()
663 rc = write_compression_hdr(&scratch_buff, dbg_buff); in collect_rss()
667 rc = compress_buff(&scratch_buff, dbg_buff); in collect_rss()
670 release_scratch_buff(&scratch_buff, dbg_buff); in collect_rss()
681 struct cudbg_buffer scratch_buff; in collect_sw_state() local
688 rc = get_scratch_buff(dbg_buff, size, &scratch_buff); in collect_sw_state()
692 swstate = (struct sw_state *) scratch_buff.data; in collect_sw_state()
699 rc = write_compression_hdr(&scratch_buff, dbg_buff); in collect_sw_state()
[all …]
H A Dcudbg_wtp.c309 struct cudbg_buffer scratch_buff; in t5_wtp_data() local
320 rc = get_scratch_buff(dbg_buff, sizeof(struct wtp_data), &scratch_buff); in t5_wtp_data()
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
963 rc = get_scratch_buff(dbg_buff, sizeof(struct wtp_data), &scratch_buff); in t6_wtp_data()
968 offset = scratch_buff.offset; in t6_wtp_data()
[all …]