Searched refs:PCI_VPD_ADDR_F (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h123 #define PCI_VPD_ADDR_F 0x8000 macro
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c487 } while (!(val & PCI_VPD_ADDR_F) && --attempts);
489 if (!(val & PCI_VPD_ADDR_F)) {
521 (u16)addr | PCI_VPD_ADDR_F);
525 } while ((val & PCI_VPD_ADDR_F) && --attempts);
527 if (val & PCI_VPD_ADDR_F) {

Completed in 73 milliseconds