Lines Matching refs:msg
1961 u32 msg; in bnx2_send_heart_beat() local
1965 msg = (u32) (++bp->fw_drv_pulse_wr_seq & BNX2_DRV_PULSE_SEQ_MASK); in bnx2_send_heart_beat()
1968 BNX2_WR(bp, BNX2_PCICFG_REG_WINDOW, msg); in bnx2_send_heart_beat()
1975 u32 msg; in bnx2_remote_phy_event() local
1979 msg = bnx2_shmem_rd(bp, BNX2_LINK_STATUS); in bnx2_remote_phy_event()
1981 if (msg & BNX2_LINK_STATUS_HEART_BEAT_EXPIRED) in bnx2_remote_phy_event()
1984 msg &= ~BNX2_LINK_STATUS_HEART_BEAT_EXPIRED; in bnx2_remote_phy_event()
1986 if ((msg & BNX2_LINK_STATUS_LINK_UP) == BNX2_LINK_STATUS_LINK_DOWN) in bnx2_remote_phy_event()
1992 speed = msg & BNX2_LINK_STATUS_SPEED_MASK; in bnx2_remote_phy_event()
2031 if (msg & BNX2_LINK_STATUS_TX_FC_ENABLED) in bnx2_remote_phy_event()
2033 if (msg & BNX2_LINK_STATUS_RX_FC_ENABLED) in bnx2_remote_phy_event()
2038 if (msg & BNX2_LINK_STATUS_SERDES_LINK) in bnx2_remote_phy_event()