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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c429 struct cudbg_buffer temp_in_buff = { 0 }; local
434 temp_in_buff.offset = pin_buff->offset;
435 temp_in_buff.data = pin_buff->data;
436 temp_in_buff.size = pin_buff->size;
444 temp_in_buff.data = (char *)pin_buff->data + bytes_read;
445 temp_in_buff.size = bytes;
446 rc = cudbg_compress_buff(pdbg_init, &temp_in_buff, dbg_buff);

Completed in 190 milliseconds