Home
last modified time | relevance | path

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

12

/freebsd-12-stable/sys/dev/ixgbe/
Dif_ix.c1113 sc->advertise = ixgbe_get_default_advertise(sc); in ixgbe_if_attach_post()
2404 sc->advertise = in ixgbe_if_media_change()
4058 int error, advertise; in ixgbe_sysctl_advertise() local
4061 advertise = sc->advertise; in ixgbe_sysctl_advertise()
4063 error = sysctl_handle_int(oidp, &advertise, 0, req); in ixgbe_sysctl_advertise()
4067 return ixgbe_set_advertise(sc, advertise); in ixgbe_sysctl_advertise()
4083 ixgbe_set_advertise(struct ixgbe_softc *sc, int advertise) in ixgbe_set_advertise() argument
4093 if (sc->advertise == advertise) /* no change */ in ixgbe_set_advertise()
4108 if (advertise < 0x1 || advertise > 0x3F) { in ixgbe_set_advertise()
4123 if (advertise & 0x1) { in ixgbe_set_advertise()
[all …]
Dixgbe.h391 int advertise; /* link speeds */ member
/freebsd-12-stable/sys/dev/cxgb/common/
Dcxgb_vsc8211.c361 .advertise = t3_phy_advertise,
375 .advertise = t3_phy_advertise_fiber,
Dcxgb_tn1010.c207 .advertise = tn1010_advertise,
Dcxgb_mv88e1xxx.c291 .advertise = t3_phy_advertise,
Dcxgb_aq100x.c457 .advertise = aq100x_advertise,
Dcxgb_common.h565 int (*advertise)(struct cphy *phy, unsigned int advertise_map); member
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
DREADME-HS2088 # When Interworking is enabled, scans can be limited to APs that advertise the
253 # ignored if the AP does not advertise WAN Metrics information or if the
263 # selection purposes for home networks. If the AP does not advertise
272 # advertise Connection Capability or if this constraint would prevent any
426 advertise support for Interworking/Hotspot 2.0:
DREADME-WPS286 to allow the AP to advertise list of authorized enrollees
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_CTX_set_alpn_select_cb.pod99 wishes to advertise. Otherwise, no such extension will be included in the
180 B<SSL_TLSEXT_ERR_OK> if it wishes to advertise. Otherwise, no such extension
/freebsd-12-stable/contrib/wpa/hostapd/
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
DREADME-WPS190 to allow the AP to advertise list of authorized enrollees:
/freebsd-12-stable/sys/dev/bce/
Dif_bce.c6138 u32 advertise, link; in bce_get_rphy_link() local
6141 advertise = 0; in bce_get_rphy_link()
6148 advertise |= BCE_NETLINK_ANEG_ENB; in bce_get_rphy_link()
6150 advertise |= BCE_NETLINK_SPEED_10HALF; in bce_get_rphy_link()
6152 advertise |= BCE_NETLINK_SPEED_10FULL; in bce_get_rphy_link()
6156 advertise |= BCE_NETLINK_SPEED_100HALF; in bce_get_rphy_link()
6158 advertise |= BCE_NETLINK_SPEED_100FULL; in bce_get_rphy_link()
6162 advertise |= BCE_NETLINK_SPEED_1000HALF; in bce_get_rphy_link()
6164 advertise |= BCE_NETLINK_SPEED_1000FULL; in bce_get_rphy_link()
6168 advertise |= BCE_NETLINK_SPEED_2500HALF; in bce_get_rphy_link()
[all …]
/freebsd-12-stable/contrib/amd/
Dldap-id.ms260 advertise exported filesystems. Therefore it is often desirable to limit
Dldap-id.txt281 Due to the security problems posed by NFS care should be taken not to advertise
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DFeatures.def20 // FEATURE(...) should be used to advertise support for standard language
/freebsd-12-stable/crypto/openssh/
DPROTOCOL370 A server may advertise this method using the SSH2_MSG_EXT_INFO
411 ever changed in an incompatible way. The server MAY advertise the same
/freebsd-12-stable/contrib/bearssl/src/ssl/
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-12-stable/crypto/openssl/doc/man1/
Ds_client.pod681 the client should advertise support for. The list should contain the most
685 client to advertise support for the TLS extension but disconnect just
/freebsd-12-stable/contrib/sqlite3/tea/
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-12-stable/contrib/openpam/
Dconfigure2285 # error "Compiler does not advertise C89 conformance"
2339 # error "Compiler does not advertise C99 conformance"
2485 # error "Compiler does not advertise C11 conformance"
2591 # error "Compiler does not advertise C++98 conformance"
2648 # error "Compiler does not advertise C++11 conformance"
/freebsd-12-stable/contrib/ldns/
DChangelog376 * Header comment to advertise ldns_axfr_complete to check for
/freebsd-12-stable/contrib/sqlite3/
Dconfigure2113 # error "Compiler does not advertise C89 conformance"
2167 # error "Compiler does not advertise C99 conformance"
2313 # error "Compiler does not advertise C11 conformance"
/freebsd-12-stable/contrib/file/
Dconfigure2409 # error "Compiler does not advertise C89 conformance"
2463 # error "Compiler does not advertise C99 conformance"
2609 # error "Compiler does not advertise C11 conformance"
/freebsd-12-stable/contrib/unbound/doc/
Dexample.conf.in141 # EDNS reassembly buffer to advertise to UDP peers (the actual buffer

12