Searched refs:dev_ctl2_word (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/event/dlb/pf/ |
| H A D | dlb_main.c | 218 uint16_t dev_ctl_word, dev_ctl2_word, lnk_word, lnk_word2; in dlb_pf_reset() local 260 if (rte_pci_read_config(pdev, &dev_ctl2_word, 2, off) != 2) in dlb_pf_reset() 261 dev_ctl2_word = 0; in dlb_pf_reset() 364 if (rte_pci_write_config(pdev, &dev_ctl2_word, 2, off) != 2) { in dlb_pf_reset()
|
| /f-stack/dpdk/drivers/event/dlb2/pf/ |
| H A D | dlb2_main.c | 234 uint16_t dev_ctl2_word; in dlb2_pf_reset() local 287 if (rte_pci_read_config(pdev, &dev_ctl2_word, 2, off) != 2) in dlb2_pf_reset() 288 dev_ctl2_word = 0; in dlb2_pf_reset() 397 ret = rte_pci_write_config(pdev, &dev_ctl2_word, 2, off); in dlb2_pf_reset()
|