pdbg_buff          11 drivers/net/ethernet/chelsio/cxgb4/cudbg_common.c 		   struct cudbg_buffer *pdbg_buff, u32 size,
pdbg_buff          16 drivers/net/ethernet/chelsio/cxgb4/cudbg_common.c 	offset = pdbg_buff->offset;
pdbg_buff          17 drivers/net/ethernet/chelsio/cxgb4/cudbg_common.c 	if (offset + size > pdbg_buff->size)
pdbg_buff          30 drivers/net/ethernet/chelsio/cxgb4/cudbg_common.c 	pin_buff->data = (char *)pdbg_buff->data + offset;
pdbg_buff          71 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib_common.h 		   struct cudbg_buffer *pdbg_buff, u32 size,
pdbg_buff          13 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c static int cudbg_get_compress_hdr(struct cudbg_buffer *pdbg_buff,
pdbg_buff          16 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c 	if (pdbg_buff->offset + sizeof(struct cudbg_compress_hdr) >
pdbg_buff          17 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c 	    pdbg_buff->size)
pdbg_buff          20 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c 	pin_buff->data = (char *)pdbg_buff->data + pdbg_buff->offset;
pdbg_buff          23 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c 	pdbg_buff->offset += sizeof(struct cudbg_compress_hdr);