Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ntb/
H A Dntb_transport.c214 enum ntb_width link_width; member
1122 if (ntb_link_is_up(nt->dev, &nt->link_speed, &nt->link_width)) { in ntb_transport_event_callback()
1241 if (ntb_link_is_up(dev, &nt->link_speed, &nt->link_width)) in ntb_transport_link_work()
1555 if (nt->link_width <= 0) in ntb_transport_link_speed()
1557 return (rate * nt->link_width); in ntb_transport_link_speed()
/freebsd-13.1/sys/ofed/include/rdma/
H A Dopa_port_info.h333 } link_width; member
/freebsd-13.1/sys/dev/mxge/
H A Dif_mxge_var.h264 int link_width; member
H A Dif_mxge.c627 if (sc->link_width != 0 && sc->link_width <= 4) { in mxge_select_firmware()
630 sc->link_width); in mxge_select_firmware()
1461 CTLFLAG_RD, &sc->link_width, in mxge_add_sysctls()
3768 sc->link_width = (lnk >> 4) & 0x3f; in mxge_setup_cfg_space()
/freebsd-13.1/sys/dev/cxgb/
H A Dcxgb_adapter.h318 uint32_t link_width; member
H A Dcxgb_main.c485 sc->link_width = (lnk & PCIEM_LINK_STA_WIDTH) >> 4; in cxgb_controller_attach()
486 if (sc->link_width < 8 && in cxgb_controller_attach()
490 sc->link_width); in cxgb_controller_attach()
/freebsd-13.1/sys/dev/bce/
H A Dif_bcereg.h6378 u16 link_width; member
H A Dif_bce.c746 printf("Bus (PCIe x%d, ", sc->link_width); in bce_print_adapter_info()
841 sc->link_width = (link_status >> 4) & 0x3f; in bce_probe_pci_caps()