Searched refs:orh (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_reqmgr.c | 400 sr->resp.orh = req->orh; in nitrox_process_se_request() 510 u64 orh = READ_ONCE(*sr->resp.orh); in sr_completed() local 513 if ((orh != PENDING_SIG) && (orh & 0xff)) in sr_completed() 552 /* check orh and completion bytes updates */ in process_response_list() 558 "Request timeout, orh 0x%016llx\n", in process_response_list() 559 READ_ONCE(*sr->resp.orh)); in process_response_list() 568 err = READ_ONCE(*sr->resp.orh) in process_response_list() [all...] |
H A D | nitrox_req.h | 63 * @orh: ORH address 76 u64 *orh; member 488 u64 *orh; member 606 static inline void set_orh_value(u64 *orh) in set_orh_value() argument 608 WRITE_ONCE(*orh, PENDING_SIG); in set_orh_value() 679 creq->orh = (u64 *)(nkreq->dst); in nitrox_creq_set_orh() 680 set_orh_value(creq->orh); in nitrox_creq_set_orh() 715 sg = create_single_sg(sg, creq->orh, ORH_HLEN); in nitrox_creq_set_dst_sg()
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_reqmgr.c | 405 sr->resp.orh = req->orh; in nitrox_process_se_request() 515 u64 orh = READ_ONCE(*sr->resp.orh); in sr_completed() local 518 if ((orh != PENDING_SIG) && (orh & 0xff)) in sr_completed() 556 /* check orh and completion bytes updates */ in process_response_list() 562 "Request timeout, orh 0x%016llx\n", in process_response_list() 563 READ_ONCE(*sr->resp.orh)); in process_response_list() 572 err = READ_ONCE(*sr->resp.orh) in process_response_list() [all...] |
H A D | nitrox_req.h | 63 * @orh: ORH address 76 u64 *orh; member 492 u64 *orh; member 610 static inline void set_orh_value(u64 *orh) in set_orh_value() argument 612 WRITE_ONCE(*orh, PENDING_SIG); in set_orh_value() 683 creq->orh = (u64 *)(nkreq->dst); in nitrox_creq_set_orh() 684 set_orh_value(creq->orh); in nitrox_creq_set_orh() 719 sg = create_single_sg(sg, creq->orh, ORH_HLEN); in nitrox_creq_set_dst_sg()
|
Completed in 5 milliseconds