Lines Matching refs:mz_name
778 char mz_name[RTE_MEMZONE_NAMESIZE]; in rte_cryptodev_data_alloc() local
783 n = snprintf(mz_name, sizeof(mz_name), "rte_cryptodev_data_%u", dev_id); in rte_cryptodev_data_alloc()
784 if (n >= (int)sizeof(mz_name)) in rte_cryptodev_data_alloc()
788 mz = rte_memzone_reserve(mz_name, in rte_cryptodev_data_alloc()
792 mz_name, mz); in rte_cryptodev_data_alloc()
794 mz = rte_memzone_lookup(mz_name); in rte_cryptodev_data_alloc()
796 mz_name, mz); in rte_cryptodev_data_alloc()
812 char mz_name[RTE_MEMZONE_NAMESIZE]; in rte_cryptodev_data_free() local
817 n = snprintf(mz_name, sizeof(mz_name), "rte_cryptodev_data_%u", dev_id); in rte_cryptodev_data_free()
818 if (n >= (int)sizeof(mz_name)) in rte_cryptodev_data_free()
821 mz = rte_memzone_lookup(mz_name); in rte_cryptodev_data_free()
830 mz_name, mz); in rte_cryptodev_data_free()
834 mz_name, mz); in rte_cryptodev_data_free()