Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptlf.h226 u64 inprog, inst_ptr; in otx2_cptlf_do_disable_iqueue() local
240 inst_ptr = otx2_cpt_read64(reg_base, blkaddr, slot, OTX2_CPT_LF_Q_INST_PTR); in otx2_cptlf_do_disable_iqueue()
241 pending = (FIELD_GET(XQ_XOR, inst_ptr) * qsize * 40) + in otx2_cptlf_do_disable_iqueue()
242 FIELD_GET(NQPTR, inst_ptr) - FIELD_GET(DQPTR, inst_ptr); in otx2_cptlf_do_disable_iqueue()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_cpt.c1072 u64 inprog, inst_ptr; in cpt_lf_disable_iqueue() local
1088 inst_ptr = rvu_read64(rvu, blkaddr, in cpt_lf_disable_iqueue()
1090 pending = (FIELD_GET(XQ_XOR, inst_ptr) * qsize * 40) + in cpt_lf_disable_iqueue()
1091 FIELD_GET(NQPTR, inst_ptr) - in cpt_lf_disable_iqueue()
1092 FIELD_GET(DQPTR, inst_ptr); in cpt_lf_disable_iqueue()
/linux/net/bluetooth/
A Dhci_sync.c555 u8 *inst_ptr; in adv_timeout_expire() local
568 inst_ptr = kmalloc(1, GFP_KERNEL); in adv_timeout_expire()
569 if (!inst_ptr) in adv_timeout_expire()
572 *inst_ptr = hdev->cur_adv_instance; in adv_timeout_expire()
573 hci_cmd_sync_queue(hdev, adv_timeout_expire_sync, inst_ptr, NULL); in adv_timeout_expire()

Completed in 24 milliseconds