Searched refs:ccp (Results 1 – 7 of 7) sorted by relevance
282 struct ccp_device *ccp; in ccp_lsb_alloc() local297 ccp = cmd_q->dev; in ccp_lsb_alloc()299 rte_spinlock_lock(&ccp->lsb_lock); in ccp_lsb_alloc()306 rte_spinlock_unlock(&ccp->lsb_lock); in ccp_lsb_alloc()311 rte_spinlock_unlock(&ccp->lsb_lock); in ccp_lsb_alloc()331 struct ccp_device *ccp = cmd_q->dev; in ccp_lsb_free() local333 rte_spinlock_lock(&ccp->lsb_lock); in ccp_lsb_free()335 rte_spinlock_unlock(&ccp->lsb_lock); in ccp_lsb_free()439 rte_spinlock_init(&ccp->lsb_lock); in ccp_assign_lsbs()443 lsb_pub |= ccp->cmd_q[i].lsbmask; in ccp_assign_lsbs()[all …]
2 ; Supported features of the 'ccp' crypto poll mode driver.13 ; Supported crypto algorithms of the 'ccp' crypto driver.28 ; Supported authentication algorithms of the 'ccp' crypto driver.55 ; Supported AEAD algorithms of the 'ccp' crypto driver.63 ; Supported Asymmetric algorithms of the 'ccp' crypto driver.68 ; Supported Operating systems of the 'ccp' crypto driver.
7 This code provides the initial implementation of the ccp poll mode driver.59 To compile ccp PMD, openssl packages have to be installed in the build103 To validate ccp PMD, l2fwd-crypto example can be used with following command:
18 ccp
9 'ccp',
194 Added the new ``ccp`` crypto driver for AMD CCP devices. See the195 :doc:`../cryptodevs/ccp` crypto driver guide for more details on
1019 F: drivers/crypto/ccp/1020 F: doc/guides/cryptodevs/ccp.rst1021 F: doc/guides/cryptodevs/features/ccp.ini