Searched refs:advertising (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_ioctl.h65 uint32_t advertising;/* Features this interface advertises */ member in struct:bxe_dev_setting
H A Dbxe.c11716 sc->port.advertising[cfg_idx] &= ~(ADVERTISED_Asym_Pause |
11723 sc->port.advertising[cfg_idx] |= (ADVERTISED_Asym_Pause |
11728 sc->port.advertising[cfg_idx] |= ADVERTISED_Asym_Pause;
11903 sc->port.advertising[0] = sc->port.supported[0];
14361 sc->port.advertising[0] = 0;
14362 sc->port.advertising[1] = 0;
14382 sc->port.advertising[idx] |= sc->port.supported[idx];
14385 sc->port.advertising[idx] |=
14391 sc->port.advertising[idx] |=
14400 sc->port.advertising[id
[all...]
H A Dbxe.h1000 uint32_t advertising[ELINK_LINK_CONFIG_SIZE]; member in struct:bxe_port
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe.h376 ((_phy)->advertising = 0)
379 ((_phy)->advertising |= ADVERTISED_##_mode)
382 ((_phy)->advertising &= ~ADVERTISED_##_mode)
385 ((_phy)->advertising & ADVERTISED_##_mode)
637 uint32_t advertising; member in struct:xgbe_phy
H A Dxgbe-sysctl.c791 if (pdata->phy.advertising & pdata->phy.lp_advertising &
795 } else if (pdata->phy.advertising &
797 if (pdata->phy.advertising & ADVERTISED_Pause)
879 XGBE_LM_COPY(&pdata->phy, advertising, &pdata->phy, advertising);
H A Dxgbe-phy-v1.c232 XGBE_LM_COPY(dphy, advertising, &pdata->phy, advertising);
H A Dxgbe-phy-v2.c755 XGBE_LM_COPY(&pdata->phy, advertising, &pdata->phy, supported);
832 XGBE_LM_COPY(&pdata->phy, advertising, &pdata->phy, supported);
837 pdata->phy.advertising, pdata->phy.supported);
1847 XGBE_LM_COPY(dphy, advertising, &pdata->phy, advertising);
1849 /* Without a re-driver, just return current advertising */
3695 pdata->phy.advertising);
3702 phy_data->start_mode, phy_data->phydev_mode, pdata->phy.advertising);
H A Dif_axgbe.c401 sc->prv.phy.advertising = ADVERTISED_10000baseKR_Full |
H A Dxgbe-mdio.c920 axgbe_printf(2, "%s: advertising 0x%x\n", __func__, local_phy.advertising);
972 * advertising flag variable. so phy-v1 an_advertising is just copying
1578 /* Copy supported link modes to advertising link modes */
1579 XGBE_LM_COPY(&pdata->phy, advertising, &pdata->phy, supported);
1599 /* Fix up Flow Control advertising */
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.h105 uint32_t advertising; /* Features this interface advertises */ member in struct:qlnx_dev_setting
H A Dqlnx_ioctl.c572 dev_info->advertising = if_link.advertised_caps;
/freebsd-13-stable/contrib/ncurses/
H A Ddist.mk25 # holders shall not be used in advertising or otherwise to promote the sale, #
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1680 lc->advertising &= ~(ADVERTISED_Asym_Pause | ADVERTISED_Pause);
1682 lc->advertising |= ADVERTISED_Asym_Pause;
1684 lc->advertising |= ADVERTISED_Pause;
1687 phy->ops->advertise(phy, lc->advertising);
4279 lc->advertising = lc->supported;
4283 lc->advertising = 0;
H A Dcxgb_common.h433 unsigned int advertising; /* advertised capabilities */ member in struct:link_config

Completed in 201 milliseconds