Home
last modified time | relevance | path

Searched refs:advertise (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c1193 sc->advertise = ixgbe_get_default_advertise(sc); in ixgbe_if_attach_post()
2600 sc->advertise = in ixgbe_if_media_change()
4336 int error, advertise; in ixgbe_sysctl_advertise() local
4342 advertise = sc->advertise; in ixgbe_sysctl_advertise()
4344 error = sysctl_handle_int(oidp, &advertise, 0, req); in ixgbe_sysctl_advertise()
4348 return ixgbe_set_advertise(sc, advertise); in ixgbe_sysctl_advertise()
4364 ixgbe_set_advertise(struct ixgbe_softc *sc, int advertise) in ixgbe_set_advertise() argument
4374 if (sc->advertise == advertise) /* no change */ in ixgbe_set_advertise()
4391 if (advertise < 0x1 || advertise > 0x3F) { in ixgbe_set_advertise()
4410 if (advertise & 0x1) { in ixgbe_set_advertise()
[all …]
H A Dixgbe.h390 int advertise; /* link speeds */ member
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_vsc8211.c359 .advertise = t3_phy_advertise,
373 .advertise = t3_phy_advertise_fiber,
H A Dcxgb_tn1010.c205 .advertise = tn1010_advertise,
H A Dcxgb_mv88e1xxx.c289 .advertise = t3_phy_advertise,
H A Dcxgb_aq100x.c455 .advertise = aq100x_advertise,
H A Dcxgb_common.h563 int (*advertise)(struct cphy *phy, unsigned int advertise_map); member
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-HS2088 # When Interworking is enabled, scans can be limited to APs that advertise the
284 # ignored if the AP does not advertise WAN Metrics information or if the
294 # selection purposes for home networks. If the AP does not advertise
303 # advertise Connection Capability or if this constraint would prevent any
457 advertise support for Interworking/Hotspot 2.0:
H A DREADME-WPS281 to allow the AP to advertise list of authorized enrollees
/freebsd/contrib/wpa/hostapd/
H A DREADME-MULTI-AP98 1. Backhaul BSS beacons do not advertise WPS support (other than that, nothing
143 1. Fronthaul BSS Beacon frames advertise WPS support (nothing Multi-AP
H A DREADME-WPS190 to allow the AP to advertise list of authorized enrollees:
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_alpn_select_cb.pod108 wishes to advertise. Otherwise, no such extension will be included in the
190 B<SSL_TLSEXT_ERR_OK> if it wishes to advertise. Otherwise, no such extension
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dpci.txt34 not to advertise ASPM L1 Sub-States support if there is no CLKREQ signal.
/freebsd/contrib/terminus/
H A DOFL.TXT70 Software shall not be used to promote, endorse or advertise any
/freebsd/sys/dev/bce/
H A Dif_bce.c6003 u32 advertise, link; in bce_get_rphy_link() local
6006 advertise = 0; in bce_get_rphy_link()
6013 advertise |= BCE_NETLINK_ANEG_ENB; in bce_get_rphy_link()
6015 advertise |= BCE_NETLINK_SPEED_10HALF; in bce_get_rphy_link()
6017 advertise |= BCE_NETLINK_SPEED_10FULL; in bce_get_rphy_link()
6021 advertise |= BCE_NETLINK_SPEED_100HALF; in bce_get_rphy_link()
6023 advertise |= BCE_NETLINK_SPEED_100FULL; in bce_get_rphy_link()
6027 advertise |= BCE_NETLINK_SPEED_1000HALF; in bce_get_rphy_link()
6029 advertise |= BCE_NETLINK_SPEED_1000FULL; in bce_get_rphy_link()
6033 advertise |= BCE_NETLINK_SPEED_2500HALF; in bce_get_rphy_link()
[all …]
/freebsd/contrib/libfido2/
H A DNEWS45 ** winhello: advertise "uv" instead of "clientPin".
/freebsd/sys/contrib/device-tree/Bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt181 hardware capability vectors in order to advertise this feature to userspace.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def20 // FEATURE(...) should be used to advertise support for standard language
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_client.t0383 \ We advertise hash functions in the following preference order:
574 \ advertise the same length as the client. Note that whether the server
/freebsd/crypto/openssh/
H A DPROTOCOL449 A server may advertise this method using the SSH2_MSG_EXT_INFO
490 ever changed in an incompatible way. The server MAY advertise the same
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-s_client.pod.in720 the client should advertise support for. The list should contain the most
724 client to advertise support for the TLS extension but disconnect just
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DLICENSE361 advertise this Package as a product of your own.
/freebsd/contrib/bmake/
H A Dconfigure2258 /* Does the compiler advertise C89 conformance?
2327 /* Does the compiler advertise C99 conformance? */
2477 /* Does the compiler advertise C11 conformance? */
/freebsd/contrib/sqlite3/tea/
H A Dconfigure2075 # error "Compiler does not advertise C89 conformance"
2129 # error "Compiler does not advertise C99 conformance"
2275 # error "Compiler does not advertise C11 conformance"
/freebsd/contrib/tcpdump/
H A Dconfigure2366 # error "Compiler does not advertise C89 conformance"
2420 # error "Compiler does not advertise C99 conformance"
2566 # error "Compiler does not advertise C11 conformance"

12