PCIEM_LINK_CAP_DL_ACTIVE
if (pci_read_config(gpdev, lcap, 2) & PCIEM_LINK_CAP_DL_ACTIVE)
if ((link_cap & PCIEM_LINK_CAP_DL_ACTIVE) == 0)