Home
last modified time | relevance | path

Searched refs:pc_func (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c230 dev->addr.function = conf->pc_sel.pc_func; in pci_scan_one()
365 pci_addr.function = matches[i].pc_sel.pc_func; in rte_pci_scan()
417 .pc_func = dev->addr.function, in rte_pci_read_config()
461 .pc_func = dev->addr.function, in rte_pci_write_config()
/f-stack/freebsd/sys/
H A Dpciio.h64 u_int8_t pc_func; /* function on this device */ member