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

/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge_var.h265 int link_width; member in struct:mxge_softc
H A Dif_mxge.c633 if (sc->link_width != 0 && sc->link_width <= 4) {
636 sc->link_width);
1484 CTLFLAG_RD, &sc->link_width,
3828 sc->link_width = (lnk >> 4) & 0x3f;
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dopa_port_info.h333 } link_width; member in struct:opa_port_info
/freebsd-12-stable/sys/dev/ntb/
H A Dntb_transport.c212 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)) {
1242 if (ntb_link_is_up(dev, &nt->link_speed, &nt->link_width))
1556 if (nt->link_width <= 0)
1558 return (rate * nt->link_width);
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h318 uint32_t link_width; member in struct:adapter
H A Dcxgb_main.c484 sc->link_width = (lnk & PCIEM_LINK_STA_WIDTH) >> 4;
485 if (sc->link_width < 8 &&
489 sc->link_width);
/freebsd-12-stable/sys/dev/bce/
H A Dif_bce.c756 printf("Bus (PCIe x%d, ", sc->link_width);
853 sc->link_width = (link_status >> 4) & 0x3f;
H A Dif_bcereg.h6453 u16 link_width; member in struct:bce_softc

Completed in 220 milliseconds