Searched refs:temp_buff (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_lib.c | 411 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_reg_dump() local 420 rc = cudbg_get_buff(pdbg_init, dbg_buff, buf_size, &temp_buff); in cudbg_collect_reg_dump() 423 t4_get_regs(padap, (void *)temp_buff.data, temp_buff.size); in cudbg_collect_reg_dump() 424 return cudbg_write_and_release_buff(pdbg_init, &temp_buff, dbg_buff); in cudbg_collect_reg_dump() 432 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_fw_devlog() local 443 rc = cudbg_get_buff(pdbg_init, dbg_buff, dparams->size, &temp_buff); in cudbg_collect_fw_devlog() 453 (__be32 *)(char *)temp_buff.data, in cudbg_collect_fw_devlog() 458 cudbg_put_buff(pdbg_init, &temp_buff); in cudbg_collect_fw_devlog() 462 return cudbg_write_and_release_buff(pdbg_init, &temp_buff, dbg_buff); in cudbg_collect_fw_devlog() 470 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()
|