Searched refs:port_is_idle_1 (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_er.c | 219 u32_t port_is_idle_1 = 0; local 227 port_is_idle_1 = REG_RD(pdev, PXP2_REG_RD_PORT_IS_IDLE_1); 235 && ((port_is_idle_1 & 0x1) == 0x1) 246 DbgMessage(pdev, FATAL, "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", 247 sr_cnt, blk_cnt, port_is_idle_0, port_is_idle_1, pgl_exp_rom2);
|
Completed in 44 milliseconds