Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvme/
H A Dnvme_sim.c130 speed = status & PCIEM_LINK_STA_SPEED; in nvme_link_kBps()
237 nvmex->speed = status & PCIEM_LINK_STA_SPEED; in nvme_sim_action()
/freebsd/sys/dev/cxgbe/
H A Dosdep.h129 #define PCI_EXP_LNKSTA_CLS PCIEM_LINK_STA_SPEED
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_mgmt.c384 dev_info.nic_info.pci_link_speed = (lnk & PCIEM_LINK_STA_SPEED); in bnxt_mgmt_get_dev_info()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2838_pci.c251 switch(mode & PCIEM_LINK_STA_SPEED) { in bcm_pcib_link_state_string()
/freebsd/sys/dev/pci/
H A Dpcireg.h860 #define PCIEM_LINK_STA_SPEED 0x000f macro
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_plx.c546 *speed = (link & PCIEM_LINK_STA_SPEED); in ntb_plx_link_is_up()
/freebsd/usr.sbin/pciconf/
H A Dcap.c650 "0.0" : link_speed_string(sta & PCIEM_LINK_STA_SPEED), in cap_express()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h149 #define PCI_EXP_LNKSTA_CLS PCIEM_LINK_STA_SPEED
/freebsd/sys/dev/ice/
H A Dice_lib.c8094 reg = (link_status & PCIEM_LINK_STA_SPEED) + 0x13; in ice_set_pci_link_status_data()
/freebsd/sys/dev/bxe/
H A Dbxe.c13233 (link_status & PCIEM_LINK_STA_SPEED); in bxe_probe_pci_caps()