| /linux/drivers/net/wireguard/ |
| H A D | cookie.c | 123 struct message_macs *macs = (struct message_macs *) in wg_cookie_validate_packet() local 124 (skb->data + skb->len - sizeof(*macs)); in wg_cookie_validate_packet() 132 if (crypto_memneq(computed_mac, macs->mac1, COOKIE_LEN)) in wg_cookie_validate_packet() 143 if (crypto_memneq(computed_mac, macs->mac2, COOKIE_LEN)) in wg_cookie_validate_packet() 159 struct message_macs *macs = (struct message_macs *) in wg_cookie_add_mac_to_packet() local 160 ((u8 *)message + len - sizeof(*macs)); in wg_cookie_add_mac_to_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() 173 compute_mac2(macs->mac2, message, len, in wg_cookie_add_mac_to_packet() 176 memset(macs->mac2, 0, COOKIE_LEN); in wg_cookie_add_mac_to_packet() [all …]
|
| H A D | messages.h | 86 struct message_macs macs; member 95 struct message_macs macs; member
|
| /linux/arch/m68k/include/asm/ |
| H A D | macints.h | 75 /* Level 3 (PSC, AV Macs only) interrupts */ 82 /* Level 4 (PSC, AV Macs only) interrupts */ 94 /* Level 5 (PSC, AV Macs only) interrupts */ 100 /* Level 6 (PSC, AV Macs only) interrupts */
|
| /linux/net/appletalk/ |
| H A D | Kconfig | 12 so that your Linux box can act as a print and file server for Macs as 21 Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>. The
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sp.h | 251 * Relevant for 57710 and 57711 only. VLANs and MACs share the 309 /* MACs credit pool */ 383 * configured MACs/VLANs/VLAN-MACs matching the vlan_mac_flags 543 * the set of MACs provided [i.e., remove all else]. 569 struct list_head macs; member 580 /* Maximal number of mcast MACs configured in one command */ 583 /* Total number of currently pending MACs to configure: both 620 /** Checks if there are more mcast MACs to be set or a previous 1476 * bnx2x_config_mcast - Configure multicast MACs list. 1486 * If previous command is still pending or if number of MACs to [all …]
|
| H A D | bnx2x_sp.c | 897 /* Set LLH CAM entry: currently only iSCSI and ETH macs are in bnx2x_set_one_mac_e2() 901 * When multiple unicast ETH MACs PF configuration in switch in bnx2x_set_one_mac_e2() 902 * independent mode is required (NetQ, multiple netdev MACs, in bnx2x_set_one_mac_e2() 908 * Currently we won't configure NIG for MACs other than a primary ETH in bnx2x_set_one_mac_e2() 2251 * single CAM for both MACs and VLAN-MAC pairs. So the offset in bnx2x_init_vlan_mac_obj() 2252 * will be taken from MACs' pool object only. in bnx2x_init_vlan_mac_obj() 2682 /* When adding MACs we'll need to store their values */ in bnx2x_mcast_enqueue_cmd() 2733 /* Push the MACs of the current command into the pending in bnx2x_mcast_enqueue_cmd() 2734 * command MACs list: FIFO in bnx2x_mcast_enqueue_cmd() 2964 /* if no more MACs to configure - we are done */ in bnx2x_mcast_hdl_pending_add_e2() [all …]
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | Kconfig | 69 This driver supports the ethernet MACs in the Broadcom 63xx 83 This driver supports the built-in Ethernet MACs found in the 202 This driver supports the built-in Ethernet MACs found in the
|
| /linux/drivers/macintosh/ |
| H A D | Kconfig | 45 bool "Support for Cuda/Egret based Macs and PowerMacs" 50 Power Macintosh systems. This includes most m68k based Macs, 253 blue LEDs "vu-meter" of the XServer macs.
|
| /linux/arch/m68k/mac/ |
| H A D | via.c | 53 * break on AV Macs...probably because they actually decode more than 61 * On Macs with a genuine VIA chip there is no way to mask an individual slot 97 * the appearance of Macs with RBV or OSS). 248 * Macs with ESP SCSI have a negative edge triggered SCSI interrupt. in via_init() 291 * Flush the L2 cache on Macs that have it by flipping
|
| /linux/drivers/net/ethernet/actions/ |
| H A D | Makefile | 3 # Makefile for the Actions Semi Owl SoCs built-in ethernet macs
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | Makefile | 3 # Airoha for the Mediatek SoCs built-in ethernet macs
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_sriov.h | 161 /* Shadow copy of all configured MACs; Empty if forcing MACs */ 162 u8 macs[QED_ETH_VF_NUM_MAC_FILTERS][ETH_ALEN]; member
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/ |
| H A D | dpaa.rst | 39 A simplified view of the dpaa_eth interfaces mapped to FMan MACs:: 46 -MACs | MAC0 | | MACN | 52 FMan HW blocks: MURAM, MACs, Ports, SP
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | Makefile | 3 # Makefile for the Mediatek SoCs built-in ethernet macs
|
| H A D | Kconfig | 26 This driver supports the gigabit ethernet MACs in the
|
| /linux/drivers/net/ethernet/rdc/ |
| H A D | Kconfig | 27 This is a driver for the R6040 Fast Ethernet MACs found in the
|
| /linux/drivers/net/ethernet/socionext/ |
| H A D | Kconfig | 22 Driver for gigabit ethernet MACs, called AVE, in the
|
| /linux/arch/mips/include/asm/mach-bcm63xx/ |
| H A D | bcm63xx_nvram.h | 28 * Registers and returns a mac address from the allocated macs from nvram.
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | sf.c | 257 /* If there are no active macs - change state to SF_INIT_OFF */ in iwl_mvm_sf_update() 283 /* If there are multiple active macs - change to SF_UNINIT */ in iwl_mvm_sf_update()
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | apple,smc-rtc.yaml | 10 Apple Silicon Macs (M1, etc.) have an RTC that is part of the PMU IC,
|
| /linux/security/integrity/platform_certs/ |
| H A D | load_uefi.c | 17 * On T2 Macs reading the db and dbx efi variables to load UEFI Secure Boot 172 pr_err("Reading UEFI Secure Boot Certs is not supported on T2 Macs.\n"); in load_uefi_certs()
|
| /linux/arch/mips/ath25/ |
| H A D | ar5312_regs.h | 40 * The AR5312 supports 2 enet MACS, even though many reference boards only 61 * Need these defines to determine true number of ethernet MACs
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | context.h | 34 * enum iwl_ctxt_action - Posssible actions on PHYs, MACs, Bindings and other
|
| /linux/drivers/net/ethernet/natsemi/ |
| H A D | Kconfig | 54 of gigabit ethernet MACs. Cards using this chipset include
|
| /linux/include/scsi/fc/ |
| H A D | fc_fip.h | 120 FIP_FL_FPMA = 0x8000, /* supports FPMA fabric-provided MACs */ 121 FIP_FL_SPMA = 0x4000, /* supports SPMA server-provided MACs */
|