FW_PORT_CMD_LSTATUS32_F
link_ok = (lstatus32 & FW_PORT_CMD_LSTATUS32_F) != 0;
link_ok = !!(lstatus32 & FW_PORT_CMD_LSTATUS32_F);