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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c6845 BLOGD(sc, DBG_LOAD, "initial drv_pulse 0x%04x\n",
12359 uint32_t drv_pulse; local
12365 drv_pulse = sc->fw_drv_pulse_wr_seq;
12375 if ((drv_pulse != mcp_pulse) &&
12376 (drv_pulse != ((mcp_pulse + 1) & MCP_PULSE_SEQ_MASK))) {
12378 BLOGE(sc, "drv_pulse (0x%x) != mcp_pulse (0x%x)\n",
12379 drv_pulse, mcp_pulse);

Completed in 110 milliseconds