Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_mac.c269 u16 pci_header_type; in igc_set_lan_id_multi_port_pci() local
272 igc_read_pci_cfg(hw, PCI_HEADER_TYPE_REGISTER, &pci_header_type); in igc_set_lan_id_multi_port_pci()
273 if (pci_header_type & PCI_HEADER_TYPE_MULTIFUNC) { in igc_set_lan_id_multi_port_pci()
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mac.c271 u16 pci_header_type; in e1000_set_lan_id_multi_port_pci() local
274 e1000_read_pci_cfg(hw, PCI_HEADER_TYPE_REGISTER, &pci_header_type); in e1000_set_lan_id_multi_port_pci()
275 if (pci_header_type & PCI_HEADER_TYPE_MULTIFUNC) { in e1000_set_lan_id_multi_port_pci()