Searched refs:PCIER_LINK_STA (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/sys/dev/nvme/ |
| D | nvme_sim.c | 130 status = pcie_read_config(ctrlr->dev, PCIER_LINK_STA, 2); in nvme_link_kBps() 222 status = pcie_read_config(dev, PCIER_LINK_STA, 2); in nvme_sim_action()
|
| /freebsd-12-stable/sys/dev/cxgbe/ |
| D | osdep.h | 130 #define PCI_EXP_LNKSTA PCIER_LINK_STA
|
| /freebsd-12-stable/sys/dev/cxgb/ |
| D | cxgb_osdep.h | 221 #define PCI_EXP_LNKSTA PCIER_LINK_STA
|
| D | cxgb_main.c | 483 lnk = pci_read_config(dev, reg + PCIER_LINK_STA, 2); in cxgb_controller_attach()
|
| /freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/ |
| D | pci.h | 122 #define PCI_EXP_LNKSTA PCIER_LINK_STA /* Link Status */ 482 #define PCI_EXP_LNKSTA PCIER_LINK_STA
|
| /freebsd-12-stable/sys/dev/pci/ |
| D | pci_pci.c | 962 link_sta = pcie_read_config(dev, PCIER_LINK_STA, 2); in pcib_probe_hotplug() 1206 sc->pcie_link_sta = pcie_read_config(dev, PCIER_LINK_STA, 2); in pcib_pcie_intr_hotplug() 1285 sta = pcie_read_config(dev, PCIER_LINK_STA, 2); in pcib_pcie_dll_timeout() 1383 sc->pcie_link_sta = pcie_read_config(dev, PCIER_LINK_STA, 2); in pcib_setup_hotplug()
|
| D | pcireg.h | 859 #define PCIER_LINK_STA 0x12 macro
|
| D | pci.c | 6534 v = pci_read_config(port, pcie_location + PCIER_LINK_STA, 2); in pcie_link_reset()
|
| /freebsd-12-stable/usr.sbin/pciconf/ |
| D | cap.c | 526 sta = read_config(fd, &p->pc_sel, ptr + PCIER_LINK_STA, 2); in cap_express()
|
| /freebsd-12-stable/sys/dev/ntb/ntb_hw/ |
| D | ntb_hw_plx.c | 544 link = pcie_read_config(dev, PCIER_LINK_STA, 2); in ntb_plx_link_is_up()
|
| /freebsd-12-stable/sys/dev/bxe/ |
| D | bxe.h | 140 #define PCIR_EXPRESS_LINK_STA PCIER_LINK_STA
|
| /freebsd-12-stable/sys/dev/ixl/ |
| D | ixl_pf_main.c | 2897 link = pci_read_config(dev, offset + PCIER_LINK_STA, 2); in ixl_get_bus_info()
|
| /freebsd-12-stable/sys/dev/ixgbe/ |
| D | if_ix.c | 2025 link = pci_read_config(dev, offset + PCIER_LINK_STA, 2); in ixgbe_get_slot_info()
|
| /freebsd-12-stable/sys/dev/ice/ |
| D | ice_lib.c | 7009 pci_link_status = pci_read_config(dev, offset + PCIER_LINK_STA, 2); in ice_get_and_print_bus_info()
|