Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5796 u16 mcp_pulse; in bnx2x_timer() local
5803 mcp_pulse = (SHMEM_RD(bp, func_mb[mb_idx].mcp_pulse_mb) & in bnx2x_timer()
5810 if (((drv_pulse - mcp_pulse) & MCP_PULSE_SEQ_MASK) > 5) in bnx2x_timer()
5812 drv_pulse, mcp_pulse); in bnx2x_timer()