cudbg_compress_hdr   16 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c 	if (pdbg_buff->offset + sizeof(struct cudbg_compress_hdr) >
cudbg_compress_hdr   22 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c 	pin_buff->size = sizeof(struct cudbg_compress_hdr);
cudbg_compress_hdr   23 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c 	pdbg_buff->offset += sizeof(struct cudbg_compress_hdr);
cudbg_compress_hdr   33 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c 	struct cudbg_compress_hdr *c_hdr;
cudbg_compress_hdr   41 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c 	c_hdr = (struct cudbg_compress_hdr *)temp_buff.data;