Searched refs:link_vars (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c4461 __func__, sc->link_vars.link_up);
4466 if (sc->link_vars.link_up) {
5652 if (!sc->link_vars.link_up) {
5704 if (!sc->link_vars.link_up || !(ifp->if_drv_flags & IFF_DRV_RUNNING)) {
7051 BLOGD(sc, DBG_LOAD, "link_vars phy_flags : %x\n", sc->link_vars.phy_flags);
7052 elink_link_update(&sc->link_params, &sc->link_vars);
7054 if (sc->link_vars.link_up) {
7060 if (sc->link_vars.flow_ctrl & ELINK_FLOW_CTRL_TX) {
7070 if (sc->link_vars
[all...]
H A Dbxe_stats.c326 if (!sc->link_vars.link_up || !sc->port.pmf) {
368 if (sc->link_vars.mac_type == ELINK_MAC_TYPE_EMAC) {
419 switch (sc->link_vars.mac_type) {
870 switch (sc->link_vars.mac_type) {
H A Dbxe.h1532 struct elink_vars link_vars; member in struct:bxe_softc

Completed in 163 milliseconds