PHY_CTX_SHIFT    4466 dev/pci/if_bnxreg.h #define PHY_CTX_SIZE                (1 << PHY_CTX_SHIFT)
PHY_CTX_SHIFT    4468 dev/pci/if_bnxreg.h #define GET_PCID_ADDR(_pcid)        ((_pcid) << PHY_CTX_SHIFT)
PHY_CTX_SHIFT    4469 dev/pci/if_bnxreg.h #define GET_PCID(_pcid_addr)        ((_pcid_addr) >> PHY_CTX_SHIFT)