Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
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_buff); in cudbg_collect_fw_devlog()
878 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_cim_la() local
[all …]
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()