Home
last modified time | relevance | path

Searched refs:link_width (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/ntb/
H A Dntb_transport.c212 enum ntb_width link_width; member
1119 if (ntb_link_is_up(nt->dev, &nt->link_speed, &nt->link_width)) { in ntb_transport_event_callback()
1238 if (ntb_link_is_up(dev, &nt->link_speed, &nt->link_width)) in ntb_transport_link_work()
1552 if (nt->link_width <= 0) in ntb_transport_link_speed()
1554 return (rate * nt->link_width); in ntb_transport_link_speed()
/freebsd/sys/dev/mxge/
H A Dif_mxge_var.h240 int link_width; member
H A Dif_mxge.c620 if (sc->link_width != 0 && sc->link_width <= 4) { in mxge_select_firmware()
623 sc->link_width); in mxge_select_firmware()
1451 CTLFLAG_RD, &sc->link_width, in mxge_add_sysctls()
3648 sc->link_width = (lnk >> 4) & 0x3f; in mxge_setup_cfg_space()
/freebsd/sys/ofed/include/rdma/
H A Dopa_port_info.h331 } link_width; member
/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h316 uint32_t link_width; member
H A Dcxgb_main.c477 sc->link_width = (lnk & PCIEM_LINK_STA_WIDTH) >> 4; in cxgb_controller_attach()
478 if (sc->link_width < 8 && in cxgb_controller_attach()
482 sc->link_width); in cxgb_controller_attach()
/freebsd/sys/dev/bce/
H A Dif_bcereg.h6376 u16 link_width; member
H A Dif_bce.c732 printf("Bus (PCIe x%d, ", sc->link_width); in bce_print_adapter_info()
827 sc->link_width = (link_status >> 4) & 0x3f; in bce_probe_pci_caps()