Home
last modified time | relevance | path

Searched refs:CHIP_REV (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h856 #define CHIP_REV(sc) ((sc)->devinfo.chip_id & CHIP_REV_MASK) macro
863 (CHIP_REV(sc) > 0x00005000)
865 (CHIP_REV_IS_SLOW(sc) && (CHIP_REV(sc) & 0x00001000))
867 (CHIP_REV_IS_SLOW(sc) && !(CHIP_REV(sc) & 0x00001000))
917 (CHIP_REV(sc) == CHIP_REV_Ax))
919 (CHIP_REV(sc) == CHIP_REV_Bx))
H A Dbnx2x.c8865 if (CHIP_REV(sc) == CHIP_REV_Ax) { in bnx2x_set_modes_bitmap()
11840 PMD_DRV_LOG(INFO, sc, "%12s : %c%d", "Rev", (CHIP_REV(sc) >> 12) + 'A',
H A Delink.c13204 if (CHIP_REV(sc) == CHIP_REV_Ax) in elink_populate_int_phy()
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dosprey_reg_map.h2479 volatile u_int32_t CHIP_REV; /* 0x80 - 0x84 */ member
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev.c5525 p_dev->chip_rev = (u8)GET_FIELD(tmp, CHIP_REV); in ecore_get_dev_info()