Searched refs:rt_ctl_word (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/event/dlb/pf/ |
| H A D | dlb_main.c | 219 uint16_t rt_ctl_word, pri_ctrl_word; in dlb_pf_reset() local 256 if (rte_pci_read_config(pdev, &rt_ctl_word, 2, off) != 2) in dlb_pf_reset() 257 rt_ctl_word = 0; in dlb_pf_reset() 357 if (rte_pci_write_config(pdev, &rt_ctl_word, 2, off) != 2) { in dlb_pf_reset()
|
| /f-stack/dpdk/drivers/event/dlb2/pf/ |
| H A D | dlb2_main.c | 239 uint16_t rt_ctl_word; in dlb2_pf_reset() local 283 if (rte_pci_read_config(pdev, &rt_ctl_word, 2, off) != 2) in dlb2_pf_reset() 284 rt_ctl_word = 0; in dlb2_pf_reset() 389 ret = rte_pci_write_config(pdev, &rt_ctl_word, 2, off); in dlb2_pf_reset()
|