Searched refs:inst_ptr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_cpt.c | 1002 u64 inprog, inst_ptr; in cpt_lf_disable_iqueue() local 1018 inst_ptr = rvu_read64(rvu, blkaddr, in cpt_lf_disable_iqueue() 1020 pending = (FIELD_GET(XQ_XOR, inst_ptr) * qsize * 40) + in cpt_lf_disable_iqueue() 1021 FIELD_GET(NQPTR, inst_ptr) - in cpt_lf_disable_iqueue() 1022 FIELD_GET(DQPTR, inst_ptr); in cpt_lf_disable_iqueue()
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sync.c | 620 u8 *inst_ptr; in adv_timeout_expire() local 633 inst_ptr = kmalloc(1, GFP_KERNEL); in adv_timeout_expire() 634 if (!inst_ptr) in adv_timeout_expire() 637 *inst_ptr = hdev->cur_adv_instance; in adv_timeout_expire() 638 hci_cmd_sync_queue(hdev, adv_timeout_expire_sync, inst_ptr, NULL); in adv_timeout_expire()
|
/openbmc/u-boot/tools/ |
H A D | mxsimage.c | 494 uint8_t *inst_ptr = (uint8_t *)inst; in sb_command_checksum() local 499 csum += inst_ptr[i]; in sb_command_checksum()
|