Searched refs:ae_devices (Results 1 – 1 of 1) sorted by relevance
64 static struct cpt_device_table ae_devices = { variable1579 count = atomic_read(&ae_devices.count); in otx_cpt_crypto_init()1585 ae_devices.desc[count].pf_type = pf_type; in otx_cpt_crypto_init()1586 ae_devices.desc[count].num_queues = num_queues; in otx_cpt_crypto_init()1587 ae_devices.desc[count++].dev = pdev; in otx_cpt_crypto_init()1588 atomic_inc(&ae_devices.count); in otx_cpt_crypto_init()1589 sort(ae_devices.desc, count, sizeof(struct cpt_device_desc), in otx_cpt_crypto_init()1611 dev_tbl = (engine_type == OTX_CPT_AE_TYPES) ? &ae_devices : &se_devices; in otx_cpt_crypto_exit()1634 atomic_dec(&ae_devices.count); in otx_cpt_crypto_exit()