Home
last modified time | relevance | path

Searched refs:PCIEM_LINK_STA_SPEED (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/sys/dev/nvme/
HDnvme_sim.c131 speed = status & PCIEM_LINK_STA_SPEED; in nvme_link_kBps()
238 nvmex->speed = status & PCIEM_LINK_STA_SPEED; in nvme_sim_action()
/freebsd-14-stable/sys/dev/cxgbe/
HDosdep.h129 #define PCI_EXP_LNKSTA_CLS PCIEM_LINK_STA_SPEED
/freebsd-14-stable/sys/dev/bnxt/bnxt_en/
HDbnxt_mgmt.c367 dev_info.nic_info.pci_link_speed = (lnk & PCIEM_LINK_STA_SPEED); in bnxt_mgmt_get_dev_info()
/freebsd-14-stable/sys/arm/broadcom/bcm2835/
HDbcm2838_pci.c249 switch(mode & PCIEM_LINK_STA_SPEED) { in bcm_pcib_link_state_string()
/freebsd-14-stable/sys/dev/pci/
HDpcireg.h862 #define PCIEM_LINK_STA_SPEED 0x000f macro
/freebsd-14-stable/usr.sbin/pciconf/
HDcap.c650 "0.0" : link_speed_string(sta & PCIEM_LINK_STA_SPEED), in cap_express()
/freebsd-14-stable/sys/dev/ntb/ntb_hw/
HDntb_hw_plx.c547 *speed = (link & PCIEM_LINK_STA_SPEED); in ntb_plx_link_is_up()
/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDpci.h150 #define PCI_EXP_LNKSTA_CLS PCIEM_LINK_STA_SPEED
/freebsd-14-stable/sys/dev/ice/
HDice_lib.c8259 reg = (link_status & PCIEM_LINK_STA_SPEED) + 0x13; in ice_set_pci_link_status_data()
/freebsd-14-stable/sys/dev/bxe/
HDbxe.c13219 (link_status & PCIEM_LINK_STA_SPEED); in bxe_probe_pci_caps()