Home
last modified time | relevance | path

Searched refs:CHIP_METAL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm5706.h632 #define CHIP_METAL(_p) (((_p)->hw_info.chip_id) & 0x00000ff0) macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1706 #define CHIP_METAL(_p) (((_p)->hw_info.chip_id) & 0x00000ff0) macro
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev.c3869 MASK_FIELD(CHIP_METAL, p_dev->chip_metal); in ecore_get_dev_info()