FW_PORT_CMD_LSTATUS_F
link_ok = (lstatus & FW_PORT_CMD_LSTATUS_F) != 0;
link_ok = !!(lstatus & FW_PORT_CMD_LSTATUS_F);