Home
last modified time | relevance | path

Searched refs:ae_devices (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c64 static struct cpt_device_table ae_devices = { variable
1610 count = atomic_read(&ae_devices.count); in otx_cpt_crypto_init()
1616 ae_devices.desc[count].pf_type = pf_type; in otx_cpt_crypto_init()
1617 ae_devices.desc[count].num_queues = num_queues; in otx_cpt_crypto_init()
1618 ae_devices.desc[count++].dev = pdev; in otx_cpt_crypto_init()
1619 atomic_inc(&ae_devices.count); in otx_cpt_crypto_init()
1620 sort(ae_devices.desc, count, sizeof(struct cpt_device_desc), in otx_cpt_crypto_init()
1642 dev_tbl = (engine_type == OTX_CPT_AE_TYPES) ? &ae_devices : &se_devices; in otx_cpt_crypto_exit()
1665 atomic_dec(&ae_devices.count); in otx_cpt_crypto_exit()