Searched refs:temp_buff (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_lib.c | 422 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_reg_dump() local 431 rc = cudbg_get_buff(pdbg_init, dbg_buff, buf_size, &temp_buff); in cudbg_collect_reg_dump() 434 t4_get_regs(padap, (void *)temp_buff.data, temp_buff.size); in cudbg_collect_reg_dump() 435 return cudbg_write_and_release_buff(pdbg_init, &temp_buff, dbg_buff); in cudbg_collect_reg_dump() 443 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_fw_devlog() local 454 rc = cudbg_get_buff(pdbg_init, dbg_buff, dparams->size, &temp_buff); in cudbg_collect_fw_devlog() 464 (__be32 *)(char *)temp_buff.data, in cudbg_collect_fw_devlog() 469 cudbg_put_buff(pdbg_init, &temp_buff); in cudbg_collect_fw_devlog() 473 return cudbg_write_and_release_buff(pdbg_init, &temp_buff, dbg_buff); in cudbg_collect_fw_devlog() 481 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_cim_la() local [all …]
|
D | cudbg_zlib.c | 43 struct cudbg_buffer temp_buff = { 0 }; in cudbg_compress_buff() local 49 rc = cudbg_get_compress_hdr(pout_buff, &temp_buff); in cudbg_compress_buff() 53 c_hdr = (struct cudbg_compress_hdr *)temp_buff.data; in cudbg_compress_buff()
|