Searched refs:dev_ctl_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 244 if (rte_pci_read_config(pdev, &dev_ctl_word, 2, off) != 2) in dlb_pf_reset() 245 dev_ctl_word = 0; in dlb_pf_reset() 336 if (rte_pci_write_config(pdev, &dev_ctl_word, 2, off) != 2) { in dlb_pf_reset()
|
| /f-stack/dpdk/drivers/event/dlb2/pf/ |
| H A D | dlb2_main.c | 233 uint16_t dev_ctl_word; in dlb2_pf_reset() local 271 if (rte_pci_read_config(pdev, &dev_ctl_word, 2, off) != 2) in dlb2_pf_reset() 272 dev_ctl_word = 0; in dlb2_pf_reset() 365 ret = rte_pci_write_config(pdev, &dev_ctl_word, 2, off); in dlb2_pf_reset()
|