orh                74 drivers/crypto/cavium/nitrox/nitrox_req.h 	u64 *orh;
orh               484 drivers/crypto/cavium/nitrox/nitrox_req.h 	u64 *orh;
orh               602 drivers/crypto/cavium/nitrox/nitrox_req.h static inline void set_orh_value(u64 *orh)
orh               604 drivers/crypto/cavium/nitrox/nitrox_req.h 	WRITE_ONCE(*orh, PENDING_SIG);
orh               675 drivers/crypto/cavium/nitrox/nitrox_req.h 	creq->orh = (u64 *)(nkreq->dst);
orh               676 drivers/crypto/cavium/nitrox/nitrox_req.h 	set_orh_value(creq->orh);
orh               711 drivers/crypto/cavium/nitrox/nitrox_req.h 	sg = create_single_sg(sg, creq->orh, ORH_HLEN);
orh               400 drivers/crypto/cavium/nitrox/nitrox_reqmgr.c 	sr->resp.orh = req->orh;
orh               510 drivers/crypto/cavium/nitrox/nitrox_reqmgr.c 	u64 orh = READ_ONCE(*sr->resp.orh);
orh               513 drivers/crypto/cavium/nitrox/nitrox_reqmgr.c 	if ((orh != PENDING_SIG) && (orh & 0xff))
orh               559 drivers/crypto/cavium/nitrox/nitrox_reqmgr.c 					    READ_ONCE(*sr->resp.orh));
orh               568 drivers/crypto/cavium/nitrox/nitrox_reqmgr.c 		err = READ_ONCE(*sr->resp.orh) & 0xff;