Searched defs:drv_pulse (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c5733 u16 drv_pulse; local
5738 drv_pulse = bp->fw_drv_pulse_wr_seq;
5748 if (((drv_pulse - mcp_pulse) & MCP_PULSE_SEQ_MASK) > 5)
5749 BNX2X_ERR("MFW seems hanged: drv_pulse (0x%x) != mcp_pulse (0x%x)\n",
5750 drv_pulse, mcp_pulse);

Completed in 58 milliseconds