/freebsd/sys/dev/ixgbe/ |
H A D | if_ix.c | 1193 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 D | ixgbe.h | 390 int advertise; /* link speeds */ member
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_vsc8211.c | 359 .advertise = t3_phy_advertise, 373 .advertise = t3_phy_advertise_fiber,
|
H A D | cxgb_tn1010.c | 205 .advertise = tn1010_advertise,
|
H A D | cxgb_mv88e1xxx.c | 289 .advertise = t3_phy_advertise,
|
H A D | cxgb_aq100x.c | 455 .advertise = aq100x_advertise,
|
H A D | cxgb_common.h | 563 int (*advertise)(struct cphy *phy, unsigned int advertise_map); member
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-HS20 | 88 # 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 D | README-WPS | 281 to allow the AP to advertise list of authorized enrollees
|
/freebsd/contrib/wpa/hostapd/ |
H A D | README-MULTI-AP | 98 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 D | README-WPS | 190 to allow the AP to advertise list of authorized enrollees:
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_alpn_select_cb.pod | 108 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 D | pci.txt | 34 not to advertise ASPM L1 Sub-States support if there is no CLKREQ signal.
|
/freebsd/contrib/terminus/ |
H A D | OFL.TXT | 70 Software shall not be used to promote, endorse or advertise any
|
/freebsd/sys/dev/bce/ |
H A D | if_bce.c | 6003 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 D | NEWS | 45 ** winhello: advertise "uv" instead of "clientPin".
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/ |
H A D | ibm,powerpc-cpu-features.txt | 181 hardware capability vectors in order to advertise this feature to userspace.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Features.def | 20 // FEATURE(...) should be used to advertise support for standard language
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_client.t0 | 383 \ 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 D | PROTOCOL | 449 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 D | openssl-s_client.pod.in | 720 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 D | LICENSE | 361 advertise this Package as a product of your own.
|
/freebsd/contrib/bmake/ |
H A D | configure | 2258 /* 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 D | configure | 2075 # 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 D | configure | 2366 # error "Compiler does not advertise C89 conformance" 2420 # error "Compiler does not advertise C99 conformance" 2566 # error "Compiler does not advertise C11 conformance"
|