temp_in_buff       21 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	struct cudbg_buffer temp_in_buff = { 0 };
temp_in_buff       26 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	temp_in_buff.offset = pin_buff->offset;
temp_in_buff       27 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	temp_in_buff.data = pin_buff->data;
temp_in_buff       28 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	temp_in_buff.size = pin_buff->size;
temp_in_buff       36 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		temp_in_buff.data = (char *)pin_buff->data + bytes_read;
temp_in_buff       37 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		temp_in_buff.size = bytes;
temp_in_buff       38 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		rc = cudbg_compress_buff(pdbg_init, &temp_in_buff, dbg_buff);