Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dbnx2.h6539 #define PHY_CTX_SHIFT 6 macro
6540 #define PHY_CTX_SIZE (1 << PHY_CTX_SHIFT)
6542 #define GET_PCID_ADDR(_pcid) ((_pcid) << PHY_CTX_SHIFT)
6543 #define GET_PCID(_pcid_addr) ((_pcid_addr) >> PHY_CTX_SHIFT)
Dbnx2.c2566 vcid_addr += (i << PHY_CTX_SHIFT); in bnx2_init_context()
2567 pcid_addr += (i << PHY_CTX_SHIFT); in bnx2_init_context()