Searched refs:ad (Results 76 - 93 of 93) sorted by relevance

1234

/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh538 __test_flood de:ad:be:ef:13:37 192.0.2.100 10 "flood vlan 10" \
617 local mac=de:ad:be:ef:13:37
795 local mac=de:ad:be:ef:13:37
H A Ddual_vxlan_bridge.sh16 # | | + $swp1 BR1 (802.1ad) | | BR2 (802.1d) + $swp2 | |
53 # | | BR3 (802.1ad) | | | | BR3 (802.1d) | |
134 vlan_protocol 802.1ad vlan_default_pvid 0 mcast_snooping 0
351 ping_test $h1 192.0.2.3 ": local->remote 1 through VxLAN with an 802.1ad bridge"
H A Dtc_flower.sh40 local dummy_mac=de:ad:be:ef:aa:aa
66 local dummy_mac=de:ad:be:ef:aa:aa
H A Dvxlan_bridge_1d.sh430 __test_flood de:ad:be:ef:13:37 192.0.2.100 "flood"
680 local mac=de:ad:be:ef:13:37
H A Dvxlan_bridge_1q_ipv6.sh680 __test_flood de:ad:be:ef:13:37 2001:db8:1::100 10 "flood vlan 10" \
759 local mac=de:ad:be:ef:13:37
H A Dvxlan_bridge_1d_ipv6.sh551 __test_flood de:ad:be:ef:13:37 2001:db8:1::100 "flood"
H A Dlib.sh45 # Like INTERFACE_TIMEOUT, but default for ad-hoc waiting in testing scripts.
1481 local mac=de:ad:be:ef:13:37
1591 local mac=de:ad:be:ef:13:37
/linux-master/kernel/time/
H A Dtimekeeping.c2428 struct audit_ntp_data ad; local
2454 audit_ntp_init(&ad);
2463 ret = __do_adjtimex(txc, &ts, &tai, &ad);
2475 audit_ntp_log(&ad);
/linux-master/drivers/slimbus/
H A Dqcom-ctrl.c64 #define SLIM_MSG_ASM_FIRST_WORD(l, mt, mc, dt, ad) \
65 ((l) | ((mt) << 5) | ((mc) << 8) | ((dt) << 15) | ((ad) << 16))
H A Dqcom-ngd-ctrl.c94 #define SLIM_MSG_ASM_FIRST_WORD(l, mt, mc, dt, ad) \
95 ((l) | ((mt) << 5) | ((mc) << 8) | ((dt) << 15) | ((ad) << 16))
/linux-master/drivers/ata/
H A Dlibata-core.c4274 const struct ata_blacklist_entry *ad = ata_device_blacklist; local
4279 while (ad->model_num) {
4280 if (glob_match(ad->model_num, model_num)) {
4281 if (ad->model_rev == NULL)
4282 return ad->horkage;
4283 if (glob_match(ad->model_rev, model_rev))
4284 return ad->horkage;
4286 ad++;
/linux-master/kernel/
H A Dauditsc.c2910 void __audit_ntp_log(const struct audit_ntp_data *ad) argument
2916 if (ad->vals[type].newval != ad->vals[type].oldval) {
2919 memcpy(&context->time.ntp_data, ad, sizeof(*ad));
/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c873 if (!si.ad) {
2232 if (!si.as && !si.ad)
2240 if (si.ad) {
/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh549 run_cmd ip macsec add "$msname" rx port 1234 address "1c:ed:de:ad:be:ef"
550 run_cmd ip macsec add "$msname" rx port 1234 address "1c:ed:de:ad:be:ef" sa 0 pn 1 on key 00 0123456789abcdef0123456789abcdef
611 run_cmd ip macsec add "$msname" rx port 1234 address "1c:ed:de:ad:be:ef"
612 run_cmd ip macsec add "$msname" rx port 1234 address "1c:ed:de:ad:be:ef" sa 0 pn 1 on \
614 run_cmd_fail ip macsec add "$msname" rx port 1235 address "1c:ed:de:ad:be:ef"
1030 test_mac=de:ad:be:ef:13:37
1070 dstmac=de:ad:be:ef:13:37
1131 run_cmd ip link add name test-bond0 type bond mode 802.3ad
/linux-master/sound/pci/rme9652/
H A Dhdsp.c882 unsigned int ad; local
917 ad = addr/2;
919 hdsp_write (hdsp, 4096 + (ad*4),
927 ad = (addr << 16) + data;
932 hdsp_write (hdsp, HDSP_fifoData, ad);
/linux-master/net/bluetooth/
H A Dhci_sync.c1456 u8 ad[4 + 3]; local
1482 eir_append_service_data(ad, 0, 0x1852, bid, sizeof(bid));
1483 hci_set_adv_instance_data(hdev, adv->instance, sizeof(ad), ad, 0, NULL);
/linux-master/drivers/media/usb/gspca/
H A Dvc032x.c3091 u16 ad = addr; local
3094 reg_w(gspca_dev, 0xa0, tab[j], ad++);
/linux-master/lib/crypto/
H A Dchacha20poly1305-selftest.c8829 const u8 *ad, const size_t ad_len,
8850 poly1305_update(&poly1305_state, ad, ad_len);
8863 const u8 *ad, const size_t ad_len,
8868 chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len,
8871 chacha20poly1305_encrypt_bignonce(dst, src, src_len, ad,
8828 chacha20poly1305_encrypt_bignonce(u8 *dst, const u8 *src, const size_t src_len, const u8 *ad, const size_t ad_len, const u8 nonce[12], const u8 key[CHACHA20POLY1305_KEY_SIZE]) argument
8862 chacha20poly1305_selftest_encrypt(u8 *dst, const u8 *src, const size_t src_len, const u8 *ad, const size_t ad_len, const u8 *nonce, const size_t nonce_len, const u8 key[CHACHA20POLY1305_KEY_SIZE]) argument

Completed in 534 milliseconds

1234