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

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

Completed in 262 milliseconds