Searched refs:temp_buff (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_lib.c | 818 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_reg_dump() local 827 rc = cudbg_get_buff(pdbg_init, dbg_buff, buf_size, &temp_buff); in cudbg_collect_reg_dump() 830 t4_get_regs(padap, (void *)temp_buff.data, temp_buff.size); in cudbg_collect_reg_dump() 831 return cudbg_write_and_release_buff(pdbg_init, &temp_buff, dbg_buff); in cudbg_collect_reg_dump() 839 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_fw_devlog() local 850 rc = cudbg_get_buff(pdbg_init, dbg_buff, dparams->size, &temp_buff); in cudbg_collect_fw_devlog() 860 (__be32 *)(char *)temp_buff.data, in cudbg_collect_fw_devlog() 865 cudbg_put_buff(pdbg_init, &temp_buff); in cudbg_collect_fw_devlog() 869 return cudbg_write_and_release_buff(pdbg_init, &temp_buff, dbg_buff); in cudbg_collect_fw_devlog() 877 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_cim_la() local [all …]
|
D | cudbg_zlib.c | 31 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()
|