Symbol: PCIER_LINK_STA
sys/compat/linuxkpi/common/include/linux/pci.h
130
#define PCI_EXP_LNKSTA PCIER_LINK_STA /* Link Status */
sys/compat/linuxkpi/common/include/linux/pci.h
636
#define PCI_EXP_LNKSTA PCIER_LINK_STA
sys/dev/bnxt/bnxt_en/bnxt_mgmt.c
366
lnk = pci_read_config(softc->dev, capreg + PCIER_LINK_STA, 2);
sys/dev/bxe/bxe.c
13202
link_status = bxe_pcie_capability_read(sc, PCIER_LINK_STA, 2);
sys/dev/cxgb/cxgb_main.c
476
lnk = pci_read_config(dev, reg + PCIER_LINK_STA, 2);
sys/dev/cxgb/cxgb_osdep.h
183
#define PCI_EXP_LNKSTA PCIER_LINK_STA
sys/dev/cxgbe/osdep.h
128
#define PCI_EXP_LNKSTA PCIER_LINK_STA
sys/dev/cxgbe/t4_main.c
2686
lsta = v + PCIER_LINK_STA;
sys/dev/cxgbe/t4_main.c
2733
lsta = v + PCIER_LINK_STA;
sys/dev/ice/ice_lib.c
8098
pci_link_status = pci_read_config(dev, offset + PCIER_LINK_STA, 2);
sys/dev/ixgbe/if_ix.c
2487
link = pci_read_config(dev, offset + PCIER_LINK_STA, 2);
sys/dev/ixl/ixl_pf_main.c
3076
link = pci_read_config(dev, offset + PCIER_LINK_STA, 2);
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
544
link = pcie_read_config(dev, PCIER_LINK_STA, 2);
sys/dev/nvme/nvme_sim.c
135
status = pcie_read_config(ctrlr->dev, PCIER_LINK_STA, 2);
sys/dev/nvme/nvme_sim.c
238
status = pcie_read_config(dev, PCIER_LINK_STA, 2);
sys/dev/pci/pci.c
6837
v = pci_read_config(port, pcie_location + PCIER_LINK_STA, 2);
sys/dev/pci/pci_pci.c
1121
sc->pcie_link_sta = pcie_read_config(dev, PCIER_LINK_STA, 2);
sys/dev/pci/pci_pci.c
1198
sta = pcie_read_config(dev, PCIER_LINK_STA, 2);
sys/dev/pci/pci_pci.c
1314
sc->pcie_link_sta = pcie_read_config(dev, PCIER_LINK_STA, 2);
sys/dev/pci/pci_pci.c
861
link_sta = pcie_read_config(dev, PCIER_LINK_STA, 2);
usr.sbin/pciconf/cap.c
642
sta = read_config(fd, &p->pc_sel, ptr + PCIER_LINK_STA, 2);