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

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c8356 u32 sr_cnt, blk_cnt, port_is_idle_0, port_is_idle_1, pgl_exp_rom2; local
8364 port_is_idle_1 = REG_RD(bp, PXP2_REG_RD_PORT_IS_IDLE_1);
8368 ((port_is_idle_1 & 0x1) == 0x1) &&
8376 BNX2X_ERR("sr_cnt=0x%08x, blk_cnt=0x%08x, port_is_idle_0=0x%08x, port_is_idle_1=0x%08x, pgl_exp_rom2=0x%08x\n",
8377 sr_cnt, blk_cnt, port_is_idle_0, port_is_idle_1,

Completed in 30 milliseconds