Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKSTA_NLW (Results 1 – 18 of 18) sorted by relevance

/linux-6.15/drivers/media/pci/cobalt/
H A Dcobalt-driver.c218 FIELD_GET(PCI_EXP_LNKSTA_NLW, stat)); in cobalt_pcie_status_show()
243 return FIELD_GET(PCI_EXP_LNKSTA_NLW, link); in pcie_link_get_lanes()
/linux-6.15/drivers/pci/controller/
H A Dpcie-iproc.c804 if (link_status & PCI_EXP_LNKSTA_NLW) in iproc_pcie_check_link()
827 if (link_status & PCI_EXP_LNKSTA_NLW) in iproc_pcie_check_link()
H A Dpcie-brcmstb.c1367 nlw = FIELD_GET(PCI_EXP_LNKSTA_NLW, lnksta); in brcm_pcie_start_link()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h576 #define PCI_EXP_LNKSTA_NLW 0x03f0 /* Negotiated Link Width */ macro
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c312 width = FIELD_GET(PCI_EXP_LNKSTA_NLW, val); in tegra_pcie_icc_set()
339 current_link_width = FIELD_GET(PCI_EXP_LNKSTA_NLW, val); in apply_bad_link_workaround()
756 pcie->init_link_width = FIELD_GET(PCI_EXP_LNKSTA_NLW, val_w); in tegra_pcie_enable_system_interrupts()
H A Dpcie-qcom-ep.c319 width = FIELD_GET(PCI_EXP_LNKSTA_NLW, status); in qcom_pcie_ep_icc_update()
H A Dpcie-designware.c708 FIELD_GET(PCI_EXP_LNKSTA_NLW, val)); in dw_pcie_wait_for_link()
H A Dpcie-qcom.c1493 width = FIELD_GET(PCI_EXP_LNKSTA_NLW, status); in qcom_pcie_icc_opp_update()
/linux-6.15/drivers/pci/hotplug/
H A Dpciehp_hpc.c316 !(lnk_status & PCI_EXP_LNKSTA_NLW)) { in pciehp_check_link_status()
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dpcie.c226 dd->lbus_width = FIELD_GET(PCI_EXP_LNKSTA_NLW, linkstat); in update_lbus_info()
/linux-6.15/drivers/net/ethernet/intel/igb/
H A De1000_mac.c54 bus->width = (enum e1000_bus_width)FIELD_GET(PCI_EXP_LNKSTA_NLW, in igb_get_bus_info_pcie()
/linux-6.15/drivers/cxl/core/
H A Dpci.c1047 width = FIELD_GET(PCI_EXP_LNKSTA_NLW, lnksta); in cxl_pci_get_bandwidth()
/linux-6.15/drivers/net/ethernet/intel/e1000e/
H A Dmac.c27 bus->width = (enum e1000_bus_width)FIELD_GET(PCI_EXP_LNKSTA_NLW, in e1000e_get_bus_info_pcie()
/linux-6.15/drivers/pci/
H A Dpci-sysfs.c238 return sysfs_emit(buf, "%u\n", FIELD_GET(PCI_EXP_LNKSTA_NLW, linkstat)); in current_link_width_show()
H A Dpci.c6072 next_width = FIELD_GET(PCI_EXP_LNKSTA_NLW, lnksta); in pcie_bandwidth_available()
/linux-6.15/drivers/scsi/esas2r/
H A Desas2r_ioctl.c799 gai->pci.link_width_curr = FIELD_GET(PCI_EXP_LNKSTA_NLW, stat); in hba_ioctl_callback()
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c3945 switch (link_status & PCI_EXP_LNKSTA_NLW) { in i40e_set_pci_config_data()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c8885 p->width = (val & PCI_EXP_LNKSTA_NLW) >> 4; in get_pci_mode()