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