Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mxge/
H A Dif_mxge_var.h240 int link_width; member
H A Dif_mxge.c621 if (sc->link_width != 0 && sc->link_width <= 4) { in mxge_select_firmware()
624 sc->link_width); in mxge_select_firmware()
1452 CTLFLAG_RD, &sc->link_width, in mxge_add_sysctls()
3649 sc->link_width = (lnk >> 4) & 0x3f; in mxge_setup_cfg_space()
/freebsd-14.2/sys/dev/ntb/
H A Dntb_transport.c213 enum ntb_width link_width; member
1120 if (ntb_link_is_up(nt->dev, &nt->link_speed, &nt->link_width)) { in ntb_transport_event_callback()
1239 if (ntb_link_is_up(dev, &nt->link_speed, &nt->link_width)) in ntb_transport_link_work()
1553 if (nt->link_width <= 0) in ntb_transport_link_speed()
1555 return (rate * nt->link_width); in ntb_transport_link_speed()
/freebsd-14.2/sys/ofed/include/rdma/
H A Dopa_port_info.h331 } link_width; member
/freebsd-14.2/sys/dev/cxgb/
H A Dcxgb_adapter.h316 uint32_t link_width; member
H A Dcxgb_main.c479 sc->link_width = (lnk & PCIEM_LINK_STA_WIDTH) >> 4; in cxgb_controller_attach()
480 if (sc->link_width < 8 && in cxgb_controller_attach()
484 sc->link_width); in cxgb_controller_attach()
/freebsd-14.2/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()