ring_debug        102 drivers/crypto/qat/qat_common/adf_transport_debug.c 			   ring->ring_debug->ring_name);
ring_debug        152 drivers/crypto/qat/qat_common/adf_transport_debug.c 	struct adf_etr_ring_debug_entry *ring_debug;
ring_debug        155 drivers/crypto/qat/qat_common/adf_transport_debug.c 	ring_debug = kzalloc(sizeof(*ring_debug), GFP_KERNEL);
ring_debug        156 drivers/crypto/qat/qat_common/adf_transport_debug.c 	if (!ring_debug)
ring_debug        159 drivers/crypto/qat/qat_common/adf_transport_debug.c 	strlcpy(ring_debug->ring_name, name, sizeof(ring_debug->ring_name));
ring_debug        163 drivers/crypto/qat/qat_common/adf_transport_debug.c 	ring_debug->debug = debugfs_create_file(entry_name, S_IRUSR,
ring_debug        166 drivers/crypto/qat/qat_common/adf_transport_debug.c 	ring->ring_debug = ring_debug;
ring_debug        172 drivers/crypto/qat/qat_common/adf_transport_debug.c 	if (ring->ring_debug) {
ring_debug        173 drivers/crypto/qat/qat_common/adf_transport_debug.c 		debugfs_remove(ring->ring_debug->debug);
ring_debug        174 drivers/crypto/qat/qat_common/adf_transport_debug.c 		kfree(ring->ring_debug);
ring_debug        175 drivers/crypto/qat/qat_common/adf_transport_debug.c 		ring->ring_debug = NULL;
ring_debug         72 drivers/crypto/qat/qat_common/adf_transport_internal.h 	struct adf_etr_ring_debug_entry *ring_debug;