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

/freebsd-11-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.c11754 sc->port.advertising[cfg_idx] &= ~(ADVERTISED_Asym_Pause |
11761 sc->port.advertising[cfg_idx] |= (ADVERTISED_Asym_Pause |
11766 sc->port.advertising[cfg_idx] |= ADVERTISED_Asym_Pause;
11941 sc->port.advertising[0] = sc->port.supported[0];
14420 sc->port.advertising[0] = 0;
14421 sc->port.advertising[1] = 0;
14441 sc->port.advertising[idx] |= sc->port.supported[idx];
14444 sc->port.advertising[idx] |=
14450 sc->port.advertising[idx] |=
14459 sc->port.advertising[id
[all...]
H A Dbxe.h1027 uint32_t advertising[ELINK_LINK_CONFIG_SIZE]; member in struct:bxe_port
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.h106 uint32_t advertising; /* Features this interface advertises */ member in struct:qlnx_dev_setting
H A Dqlnx_ioctl.c581 dev_info->advertising = if_link.advertised_caps;
/freebsd-11-stable/crypto/openssl/util/
H A Dadd_cr.pl95 * 3. All advertising materials mentioning features or use of this software
H A Dmkerr.pl416 " * 3. All advertising materials mentioning features or use of this\n",
617 * 3. All advertising materials mentioning features or use of this
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.pl63 * 3. All advertising materials mentioning features or use of this software
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dkeysets.pl85 * 3. All advertising materials mentioning features or use of this software
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.pl207 * 3. All advertising materials mentioning features or use of this software
H A Dobjects.pl158 * 3. All advertising materials mentioning features or use of this software
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk24 # holders shall not be used in advertising or otherwise to promote the sale, #
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1679 lc->advertising &= ~(ADVERTISED_Asym_Pause | ADVERTISED_Pause);
1681 lc->advertising |= ADVERTISED_Asym_Pause;
1683 lc->advertising |= ADVERTISED_Pause;
1686 phy->ops->advertise(phy, lc->advertising);
4278 lc->advertising = lc->supported;
4282 lc->advertising = 0;
H A Dcxgb_common.h432 unsigned int advertising; /* advertised capabilities */ member in struct:link_config
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h416 uint32_t advertising; /* advertised capabilities */ member in struct:link_config
H A Dt4_hw.c8533 lc->advertising = fwcaps16_to_caps32(be16_to_cpu(p->u.info.acap));
8548 lc->advertising = be32_to_cpu(p->u.info32.acaps32);
8582 lc->fec_hint = lc->advertising &

Completed in 246 milliseconds