Home
last modified time | relevance | path

Searched refs:block_address (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/regex/octeontx2/
H A Dotx2_regexdev_mbox.c27 if (vf->block_address == RVU_BLOCK_ADDR_REE0) in otx2_ree_available_queues_get()
48 req->ree_blkaddr = vf->block_address; in otx2_ree_queues_attach()
98 if (vf->block_address == RVU_BLOCK_ADDR_REE0) in otx2_ree_msix_offsets_get()
141 req->blkaddr = vf->block_address; in otx2_ree_config_lf()
177 msg->blkaddr = vf->block_address; in otx2_ree_af_reg_read()
215 msg->blkaddr = vf->block_address; in otx2_ree_af_reg_write()
251 req->blkaddr = vf->block_address; in otx2_ree_rule_db_get()
279 req->blkaddr = vf->block_address; in otx2_ree_rule_db_get()
318 req->blkaddr = vf->block_address; in otx2_ree_rule_db_len_get()
360 req->blkaddr = vf->block_address; in ree_db_msg()
H A Dotx2_regexdev.h44 uint8_t block_address; member
H A Dotx2_regexdev_hw_access.h50 (((vf)->block_address << 20) | ((q_id) << 12)))
H A Dotx2_regexdev.c906 vf->block_address = ree_get_blkaddr(otx2_dev); in otx2_ree_pci_probe()
907 if (!vf->block_address) { in otx2_ree_pci_probe()