/linux-6.8/Documentation/devicetree/bindings/net/wireless/ |
D | qcom,ath11k.yaml | 132 - description: interrupt event for ring rxdma2host-monitor-destination-mac1 135 - description: interrupt event for ring ppdu-end-interrupts-mac1 138 - description: interrupt event for ring rxdma2host-monitor-status-ring-mac1 141 - description: interrupt event for ring host2rxdma-host-buf-ring-mac1 144 - description: interrupt event for ring rxdma2host-destination-ring-mac1 186 - const: rxdma2host-monitor-destination-mac1 189 - const: ppdu-end-interrupts-mac1 192 - const: rxdma2host-monitor-status-ring-mac1 195 - const: host2rxdma-host-buf-ring-mac1 198 - const: rxdma2host-destination-ring-mac1 [all …]
|
/linux-6.8/drivers/net/wireguard/ |
D | cookie.c | 29 static const u8 mac1_key_label[COOKIE_KEY_LABEL_LEN] = "mac1----"; 75 static void compute_mac1(u8 mac1[COOKIE_LEN], const void *message, size_t len, in compute_mac1() 79 offsetof(struct message_macs, mac1); in compute_mac1() 80 blake2s(mac1, message, key, COOKIE_LEN, len, NOISE_SYMMETRIC_KEY_LEN); in compute_mac1() 132 if (crypto_memneq(computed_mac, macs->mac1, COOKIE_LEN)) in wg_cookie_validate_packet() 163 compute_mac1(macs->mac1, message, len, in wg_cookie_add_mac_to_packet() 165 memcpy(peer->latest_cookie.last_mac1_sent, macs->mac1, COOKIE_LEN); in wg_cookie_add_mac_to_packet() 194 macs->mac1, COOKIE_LEN, dst->nonce, in wg_cookie_message_create()
|
D | messages.h | 76 u8 mac1[COOKIE_LEN]; member
|
/linux-6.8/arch/powerpc/boot/ |
D | 44x.h | 10 void ebony_init(void *mac0, void *mac1); 11 void bamboo_init(void *mac0, void *mac1);
|
D | bamboo.c | 37 void bamboo_init(void *mac0, void *mac1) in bamboo_init() argument 42 bamboo_mac1 = mac1; in bamboo_init()
|
D | ebony.c | 80 void ebony_init(void *mac0, void *mac1) in ebony_init() argument 85 ebony_mac1 = mac1; in ebony_init()
|
/linux-6.8/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | rf.c | 404 /* We think if MAC1 is ON,then radio_a.txt in rtl92d_phy_enable_anotherphy() 456 /* seperately by MAC0, and MAC1 needn't configure RF; */ in rtl92d_phy_rf6052_config() 458 /* MAC1 use radio_b config 2nd PHY path_A. */ in rtl92d_phy_rf6052_config() 459 /* DMDP,MAC0 on G band,MAC1 on A band. */ in rtl92d_phy_rf6052_config() 469 /* We think if MAC1 is ON,then radio_a.txt and in rtl92d_phy_rf6052_config() 475 /* MAC1 needs PHY0 load radio_a.txt. in rtl92d_phy_rf6052_config() 492 /* Mac1 use PHY0 write */ in rtl92d_phy_rf6052_config() 585 /* check MAC1 enable or not again, if enabled, in rtl92d_phy_rf6052_config()
|
/linux-6.8/arch/riscv/boot/dts/microchip/ |
D | mpfs-polarberry.dts | 14 ethernet0 = &mac1; 43 &mac1 {
|
D | mpfs-sev-kit.dts | 16 ethernet0 = &mac1; 83 &mac1 {
|
D | mpfs-tysom-m.dts | 20 ethernet1 = &mac1; 89 &mac1 {
|
D | mpfs-m100pfsevp.dts | 19 ethernet1 = &mac1; 98 &mac1 {
|
D | mpfs-icicle-kit.dts | 17 ethernet0 = &mac1; 115 &mac1 {
|
/linux-6.8/Documentation/devicetree/bindings/net/ |
D | faraday,ftmac.txt | 20 mac1: mac@92000000 {
|
/linux-6.8/drivers/net/wireless/ath/ath11k/ |
D | pcic.c | 42 "rxdma2host-monitor-destination-mac1", 45 "ppdu-end-interrupts-mac1", 48 "rxdma2host-monitor-status-ring-mac1", 51 "host2rxdma-host-buf-ring-mac1", 54 "rxdma2host-destination-ring-mac1",
|
D | ahb.c | 79 "rxdma2host-monitor-destination-mac1", 82 "ppdu-end-interrupts-mac1", 85 "rxdma2host-monitor-status-ring-mac1", 88 "host2rxdma-host-buf-ring-mac1", 91 "rxdma2host-destination-ring-mac1",
|
/linux-6.8/arch/arm/boot/dts/nxp/mxs/ |
D | imx28-eukrea-mbmx287lc.dts | 23 &mac1 {
|
/linux-6.8/arch/arm/boot/dts/aspeed/ |
D | ast2500-facebook-netbmc-common.dtsi | 63 &mac1 {
|
D | ast2400-facebook-netbmc-common.dtsi | 65 &mac1 {
|
D | aspeed-bmc-facebook-yamp.dts | 45 &mac1 {
|
D | aspeed-ast2500-evb.dts | 73 &mac1 {
|
D | aspeed-bmc-supermicro-x11spi.dts | 83 &mac1 {
|
D | aspeed-bmc-intel-s2600wf.dts | 78 &mac1 {
|
D | aspeed-bmc-inspur-on5263m5.dts | 86 &mac1 {
|
/linux-6.8/arch/arm/boot/dts/moxa/ |
D | moxart-uc7112lx.dts | 110 &mac1 {
|
/linux-6.8/drivers/net/ethernet/ti/icssg/ |
D | icssg_classifier.c | 128 u32 mac1; member 288 regmap_write(miig_rt, offs[slice].mac1, (u32)(mac[4] | mac[5] << 8)); in icssg_class_set_mac_addr()
|