Searched refs:scratch_buff (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_lib.c | 574 struct cudbg_buffer scratch_buff; in collect_rss() 579 rc = get_scratch_buff(dbg_buff, size, &scratch_buff); in collect_rss() 583 rc = t4_read_rss(padap, (u16 *)scratch_buff.data); in collect_rss() 592 rc = write_compression_hdr(&scratch_buff, dbg_buff); in collect_rss() 596 rc = compress_buff(&scratch_buff, dbg_buff); in collect_rss() 599 release_scratch_buff(&scratch_buff, dbg_buff); in collect_rss() 609 struct cudbg_buffer scratch_buff; in collect_sw_state() 616 rc = get_scratch_buff(dbg_buff, size, &scratch_buff); in collect_sw_state() 620 swstate = (struct sw_state *) scratch_buff.data; in collect_sw_state() 627 rc = write_compression_hdr(&scratch_buff, dbg_buf in collect_sw_state() 572 struct cudbg_buffer scratch_buff; collect_rss() local 607 struct cudbg_buffer scratch_buff; collect_sw_state() local 642 struct cudbg_buffer scratch_buff; collect_ddp_stats() local 676 struct cudbg_buffer scratch_buff; collect_ulptx_la() local 724 struct cudbg_buffer scratch_buff; collect_ulprx_la() local 756 struct cudbg_buffer scratch_buff; collect_cpl_stats() local 791 struct cudbg_buffer scratch_buff; collect_wc_stats() local 1093 struct cudbg_buffer scratch_buff; collect_meminfo() local 1126 struct cudbg_buffer scratch_buff; collect_lb_stats() local 1170 struct cudbg_buffer scratch_buff; collect_rdma_stats() local 1202 struct cudbg_buffer scratch_buff; collect_clk_info() local 1270 struct cudbg_buffer scratch_buff; collect_macstats() local 1313 struct cudbg_buffer scratch_buff; collect_cim_pif_la() local 1348 struct cudbg_buffer scratch_buff; collect_tp_la() local 1380 struct cudbg_buffer scratch_buff; collect_fcoe_stats() local 1418 struct cudbg_buffer scratch_buff; collect_tp_err_stats() local 1452 struct cudbg_buffer scratch_buff; collect_tcp_stats() local 1485 struct cudbg_buffer scratch_buff; collect_hw_sched() local 1527 struct cudbg_buffer scratch_buff; collect_pm_stats() local 1559 struct cudbg_buffer scratch_buff; collect_path_mtu() local 1587 struct cudbg_buffer scratch_buff; collect_rss_key() local 1615 struct cudbg_buffer scratch_buff; collect_rss_config() local 1653 struct cudbg_buffer scratch_buff; collect_rss_vf_config() local 1688 struct cudbg_buffer scratch_buff; collect_rss_pf_config() local 1849 struct cudbg_buffer scratch_buff; collect_dump_context() local 1966 struct cudbg_buffer scratch_buff; collect_fw_devlog() local 2123 struct cudbg_buffer scratch_buff; read_cim_obq() local 2238 struct cudbg_buffer scratch_buff; read_cim_ibq() local 2286 struct cudbg_buffer scratch_buff; collect_cim_ma_la() local 2319 struct cudbg_buffer scratch_buff; collect_cim_la() local 2383 struct cudbg_buffer scratch_buff; collect_cim_qcfg() local 2550 struct cudbg_buffer scratch_buff; read_fw_mem() local 2867 struct cudbg_buffer scratch_buff; collect_reg_dump() local 2916 struct cudbg_buffer scratch_buff; collect_cctrl() local 3009 struct cudbg_buffer scratch_buff; collect_up_cim_indirect() local 3067 struct cudbg_buffer scratch_buff; collect_mbox_log() local 3135 struct cudbg_buffer scratch_buff; collect_pbt_tables() local 3217 struct cudbg_buffer scratch_buff; collect_pm_indirect() local 3292 struct cudbg_buffer scratch_buff; collect_tid() local 3440 struct cudbg_buffer scratch_buff; collect_tx_rate() local 3507 struct cudbg_buffer scratch_buff; collect_mps_tcam() local 3674 struct cudbg_buffer scratch_buff; collect_pcie_config() local 3768 struct cudbg_buffer scratch_buff; collect_le_tcam() local 3881 struct cudbg_buffer scratch_buff; collect_ma_indirect() local 3957 struct cudbg_buffer scratch_buff; collect_hma_indirect() local 4013 struct cudbg_buffer scratch_buff; collect_pcie_indirect() local 4087 struct cudbg_buffer scratch_buff; collect_tp_indirect() local 4206 struct cudbg_buffer scratch_buff; collect_sge_indirect() local 4256 struct cudbg_buffer scratch_buff; collect_full() local 4362 struct cudbg_buffer scratch_buff; collect_vpd_data() local [all...] |
| H A D | cudbg_wtp.c | 295 struct cudbg_buffer scratch_buff; in t5_wtp_data() local 306 rc = get_scratch_buff(dbg_buff, sizeof(struct wtp_data), &scratch_buff); in t5_wtp_data() 311 offset = scratch_buff.offset; in t5_wtp_data() 312 wtp = (struct wtp_data *)((char *)scratch_buff.data + offset); in t5_wtp_data() 918 rc = write_compression_hdr(&scratch_buff, dbg_buff); in t5_wtp_data() 923 rc = compress_buff(&scratch_buff, dbg_buff); in t5_wtp_data() 926 release_scratch_buff(&scratch_buff, dbg_buff); in t5_wtp_data() 937 struct cudbg_buffer scratch_buff; in t6_wtp_data() local 948 rc = get_scratch_buff(dbg_buff, sizeof(struct wtp_data), &scratch_buff); in t6_wtp_data() 953 offset = scratch_buff.offset; in t6_wtp_data() [all …]
|