Searched refs:mcp_pulse (Results 1 – 1 of 1) sorted by relevance
3916 u32 mcp_pulse; in bnx2x_timer() local3924 mcp_pulse = (SHMEM_RD(bp, func_mb[mb_idx].mcp_pulse_mb) & in bnx2x_timer()3929 if ((drv_pulse != mcp_pulse) && in bnx2x_timer()3930 (drv_pulse != ((mcp_pulse + 1) & MCP_PULSE_SEQ_MASK))) { in bnx2x_timer()3933 drv_pulse, mcp_pulse); in bnx2x_timer()