Searched refs:inst_ptr (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_cpt.c | 1072 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/ |
| H A D | hci_sync.c | 559 u8 *inst_ptr; in adv_timeout_expire() local 572 inst_ptr = kmalloc(1, GFP_KERNEL); in adv_timeout_expire() 573 if (!inst_ptr) in adv_timeout_expire() 576 *inst_ptr = hdev->cur_adv_instance; in adv_timeout_expire() 577 if (hci_cmd_sync_queue(hdev, adv_timeout_expire_sync, inst_ptr, in adv_timeout_expire() 579 kfree(inst_ptr); in adv_timeout_expire()
|