Searched refs:CHIP_ID (Results 1 – 2 of 2) sorted by relevance
1027 if ((CHIP_ID(bp) == CHIP_ID_5708_A0) || in bnx2_init_5708s_phy()1028 (CHIP_ID(bp) == CHIP_ID_5708_B0) || in bnx2_init_5708s_phy()1029 (CHIP_ID(bp) == CHIP_ID_5708_B1)) { in bnx2_init_5708s_phy()1199 if (CHIP_ID(bp) == CHIP_ID_5706_A0) { in bnx2_init_context()1788 if ((CHIP_ID(bp) == CHIP_ID_5706_A0) || in bnx2_reset_chip()1789 (CHIP_ID(bp) == CHIP_ID_5706_A1)) in bnx2_reset_chip()1821 if (CHIP_ID(bp) == CHIP_ID_5706_A0) { in bnx2_reset_chip()1868 (CHIP_ID(bp) != CHIP_ID_5706_A0) && !(bp->flags & PCIX_FLAG)) in bnx2_init_chip()1873 if (CHIP_ID(bp) == CHIP_ID_5706_A0) { in bnx2_init_chip()1971 if (CHIP_ID(bp) == CHIP_ID_5706_A1) in bnx2_init_chip()[all …]
4083 #define CHIP_ID(bp) (((bp)->chip_id) & 0xfffffff0) macro