Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c119 uint64_t orh; member
355 sr->resp.orh = PENDING_SIG; in create_cipher_outbuf()
358 resp.orh); in create_cipher_outbuf()
579 sr->resp.orh = PENDING_SIG; in create_aead_outbuf()
582 resp.orh); in create_aead_outbuf()
793 uint64_t orh; in nitrox_check_se_req() local
797 orh = *(volatile uint64_t *)(&sr->resp.orh); in nitrox_check_se_req()
799 err = orh & 0xff; in nitrox_check_se_req()
800 else if ((orh != PENDING_SIG) && (orh & 0xff)) in nitrox_check_se_req()
801 err = orh & 0xff; in nitrox_check_se_req()
[all …]