Home
last modified time | relevance | path

Searched refs:temp_buff (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c819 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_reg_dump() local
828 rc = cudbg_get_buff(pdbg_init, dbg_buff, buf_size, &temp_buff); in cudbg_collect_reg_dump()
831 t4_get_regs(padap, (void *)temp_buff.data, temp_buff.size); in cudbg_collect_reg_dump()
832 return cudbg_write_and_release_buff(pdbg_init, &temp_buff, dbg_buff); in cudbg_collect_reg_dump()
840 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_fw_devlog() local
851 rc = cudbg_get_buff(pdbg_init, dbg_buff, dparams->size, &temp_buff); in cudbg_collect_fw_devlog()
861 (__be32 *)(char *)temp_buff.data, in cudbg_collect_fw_devlog()
866 cudbg_put_buff(pdbg_init, &temp_buff); in cudbg_collect_fw_devlog()
870 return cudbg_write_and_release_buff(pdbg_init, &temp_buff, dbg_buf in cudbg_collect_fw_devlog()
878 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_cim_la() local
919 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_cim_ma_la() local
939 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_cim_qcfg() local
977 struct cudbg_buffer temp_buff = { 0 }; cudbg_read_cim_ibq() local
1061 struct cudbg_buffer temp_buff = { 0 }; cudbg_read_cim_obq() local
1375 struct cudbg_buffer temp_buff = { 0 }; cudbg_read_fw_mem() local
1550 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_rss() local
1573 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_rss_vf_config() local
1596 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_path_mtu() local
1613 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_pm_stats() local
1633 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_hw_sched() local
1661 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_tp_indirect() local
1795 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_sge_indirect() local
1868 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_ulprx_la() local
1888 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_tp_la() local
1908 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_meminfo() local
1943 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_cim_pif_la() local
1965 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_clk_info() local
2013 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_pcie_indirect() local
2069 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_pm_indirect() local
2126 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_tid() local
2217 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_pcie_config() local
2398 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_dump_context() local
2666 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_mps_tcam() local
2703 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_vpd_data() local
2913 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_le_tcam() local
2968 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_cctrl() local
2986 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_ma_indirect() local
3040 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_ulptx_la() local
3102 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_up_cim_indirect() local
3183 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_pbt_tables() local
3252 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_mbox_log() local
3295 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_hma_indirect() local
3386 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_qdesc() local
3599 struct cudbg_buffer temp_buff = {0}; cudbg_collect_flash() local
[all...]
H A Dcudbg_zlib.c31 struct cudbg_buffer temp_buff = { 0 }; in cudbg_compress_buff() local
37 rc = cudbg_get_compress_hdr(pout_buff, &temp_buff); in cudbg_compress_buff()
41 c_hdr = (struct cudbg_compress_hdr *)temp_buff.data; in cudbg_compress_buff()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c819 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_reg_dump() local
828 rc = cudbg_get_buff(pdbg_init, dbg_buff, buf_size, &temp_buff); in cudbg_collect_reg_dump()
831 t4_get_regs(padap, (void *)temp_buff.data, temp_buff.size); in cudbg_collect_reg_dump()
832 return cudbg_write_and_release_buff(pdbg_init, &temp_buff, dbg_buff); in cudbg_collect_reg_dump()
840 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_fw_devlog() local
851 rc = cudbg_get_buff(pdbg_init, dbg_buff, dparams->size, &temp_buff); in cudbg_collect_fw_devlog()
861 (__be32 *)(char *)temp_buff.data, in cudbg_collect_fw_devlog()
866 cudbg_put_buff(pdbg_init, &temp_buff); in cudbg_collect_fw_devlog()
870 return cudbg_write_and_release_buff(pdbg_init, &temp_buff, dbg_buf in cudbg_collect_fw_devlog()
878 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_cim_la() local
919 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_cim_ma_la() local
939 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_cim_qcfg() local
977 struct cudbg_buffer temp_buff = { 0 }; cudbg_read_cim_ibq() local
1061 struct cudbg_buffer temp_buff = { 0 }; cudbg_read_cim_obq() local
1375 struct cudbg_buffer temp_buff = { 0 }; cudbg_read_fw_mem() local
1550 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_rss() local
1573 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_rss_vf_config() local
1596 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_path_mtu() local
1613 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_pm_stats() local
1633 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_hw_sched() local
1661 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_tp_indirect() local
1795 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_sge_indirect() local
1868 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_ulprx_la() local
1888 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_tp_la() local
1908 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_meminfo() local
1943 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_cim_pif_la() local
1965 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_clk_info() local
2013 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_pcie_indirect() local
2069 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_pm_indirect() local
2126 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_tid() local
2217 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_pcie_config() local
2398 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_dump_context() local
2666 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_mps_tcam() local
2703 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_vpd_data() local
2895 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_le_tcam() local
2950 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_cctrl() local
2968 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_ma_indirect() local
3022 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_ulptx_la() local
3084 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_up_cim_indirect() local
3165 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_pbt_tables() local
3234 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_mbox_log() local
3277 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_hma_indirect() local
3368 struct cudbg_buffer temp_buff = { 0 }; cudbg_collect_qdesc() local
3580 struct cudbg_buffer temp_buff = {0}; cudbg_collect_flash() local
[all...]
H A Dcudbg_zlib.c31 struct cudbg_buffer temp_buff = { 0 }; in cudbg_compress_buff() local
37 rc = cudbg_get_compress_hdr(pout_buff, &temp_buff); in cudbg_compress_buff()
41 c_hdr = (struct cudbg_compress_hdr *)temp_buff.data; in cudbg_compress_buff()

Completed in 7 milliseconds