Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c50 struct cpt_device_desc { struct
58 struct cpt_device_desc desc[CPT_MAX_VF_NUM]; argument
1628 struct cpt_device_desc *ldesc = (struct cpt_device_desc *) lptr; in compare_func()
1629 struct cpt_device_desc *rdesc = (struct cpt_device_desc *) rptr; in compare_func()
1640 struct cpt_device_desc *ldesc = (struct cpt_device_desc *) lptr; in swap_func()
1641 struct cpt_device_desc *rdesc = (struct cpt_device_desc *) rptr; in swap_func()
1642 struct cpt_device_desc desc; in swap_func()
1682 sort(se_devices.desc, count, sizeof(struct cpt_device_desc), in otx_cpt_crypto_init()
1697 sort(ae_devices.desc, count, sizeof(struct cpt_device_desc), in otx_cpt_crypto_init()
/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c43 struct cpt_device_desc { struct
50 struct cpt_device_desc desc[OTX2_CPT_MAX_LFS_NUM]; argument
1670 const struct cpt_device_desc *ldesc = (struct cpt_device_desc *) lptr; in compare_func()
1671 const struct cpt_device_desc *rdesc = (struct cpt_device_desc *) rptr; in compare_func()
1682 struct cpt_device_desc *ldesc = lptr; in swap_func()
1683 struct cpt_device_desc *rdesc = rptr; in swap_func()
1684 struct cpt_device_desc desc; in swap_func()
1719 sort(se_devices.desc, count, sizeof(struct cpt_device_desc), in otx2_cpt_crypto_init()