Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A Dshmem.h755 #define FW_CAP_REMOTE_PHY_CAPABLE 0x00000001 macro
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_reset.c512 val |= FW_CAP_REMOTE_PHY_CAPABLE; in lm_chip_reset()
516 val &= ~FW_CAP_REMOTE_PHY_CAPABLE; in lm_chip_reset()
H A Dbnx_lm_main.c1339 (val & FW_CAP_REMOTE_PHY_CAPABLE) == 0) in lm_get_dev_info()