Searched refs:devctl_word (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/event/dlb/pf/ |
| H A D | dlb_main.c | 221 uint16_t devsta_busy_word, devctl_word; in dlb_pf_reset() local 315 ret = rte_pci_read_config(pdev, &devctl_word, 2, off); in dlb_pf_reset() 322 devctl_word |= DLB_PCI_EXP_DEVCTL_BCR_FLR; in dlb_pf_reset() 324 if (rte_pci_write_config(pdev, &devctl_word, 2, off) != 2) { in dlb_pf_reset()
|
| /f-stack/dpdk/drivers/event/dlb2/pf/ |
| H A D | dlb2_main.c | 251 uint16_t devctl_word; in dlb2_pf_reset() local 343 ret = rte_pci_read_config(pdev, &devctl_word, 2, off); in dlb2_pf_reset() 350 devctl_word |= DLB2_PCI_EXP_DEVCTL_BCR_FLR; in dlb2_pf_reset() 352 ret = rte_pci_write_config(pdev, &devctl_word, 2, off); in dlb2_pf_reset()
|