Home
last modified time | relevance | path

Searched refs:E1000_STATUS_FUNC_MASK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mac.c287 bus->func = (reg & E1000_STATUS_FUNC_MASK) >> E1000_STATUS_FUNC_SHIFT; in e1000_set_lan_id_multi_port_pcie()
305 bus->func = (status & E1000_STATUS_FUNC_MASK) in e1000_set_lan_id_multi_port_pci()
H A De1000_defines.h326 #define E1000_STATUS_FUNC_MASK 0x0000000C /* PCI Function Mask */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1022 #define E1000_STATUS_FUNC_MASK 0x0000000C /* PCI Function Mask */ macro