/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_client.c | 340 struct netdev_hw_addr *mac = NULL; in i40e_client_add_instance() local
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_sriov.h | 80 ice_set_vf_mac(struct net_device __always_unused *netdev, int __always_unused vf_id, u8 __always_unused *mac) ice_set_vf_mac() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef10_sriov.c | 479 ether_addr_copy(MCDI_PTR(inbuf, VPORT_DEL_MAC_ADDRESS_IN_MACADDR), mac); in efx_ef10_vport_del_vf_mac() local 487 int efx_ef10_sriov_set_vf_mac(struct efx_nic *efx, int vf_i, const u8 *mac) in efx_ef10_sriov_set_vf_mac() argument 470 efx_ef10_vport_del_vf_mac(struct efx_nic *efx, unsigned int port_id, u8 *mac) efx_ef10_vport_del_vf_mac() argument [all...] |
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_addr.h | 206 static inline void rdma_get_ll_mac(struct in6_addr *addr, u8 *mac) in rdma_get_ll_mac() argument 224 static inline void rdma_get_mcast_mac(struct in6_addr *addr, u8 *mac) in rdma_get_mcast_mac() argument
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | fcoe_sysfs.h | 95 u8 mac[ETH_ALEN]; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | usb_intf.c | 392 u8 mac[6]; in r871xu_drv_init() local [all...] |
H A D | sta_info.h | 105 static inline u32 wifi_mac_hash(u8 *mac) in wifi_mac_hash() argument
|
/kernel/linux/linux-6.6/drivers/firmware/broadcom/ |
H A D | bcm47xx_sprom.c | 483 static bool bcm47xx_is_valid_mac(u8 *mac) in bcm47xx_is_valid_mac() argument 488 static int bcm47xx_increase_mac_addr(u8 *mac, u8 num) in bcm47xx_increase_mac_addr() argument 541 u8 mac[6]; bcm47xx_fill_sprom_ethernet() local [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | poly1305_glue.c | 123 static void poly1305_simd_emit(void *ctx, u8 mac[POLY1305_DIGEST_SIZE], in poly1305_simd_emit() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
H A D | vf.c | 27 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_params_vf() local 382 struct e1000_mac_info *mac = &hw->mac; e1000_check_for_link_vf() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
H A D | igc_mac.c | 357 struct igc_mac_info *mac = &hw->mac; in igc_check_for_copper_link() local 455 struct igc_mac_info *mac in igc_config_fc_after_link_up() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | xgmac.c | 41 static inline int macidx(const struct cmac *mac) in macidx() argument 46 static void xaui_serdes_reset(struct cmac *mac) in xaui_serdes_reset() argument 70 void t3b_pcs_reset(struct cmac *mac) in t3b_pcs_reset() argument 79 t3_mac_reset(struct cmac *mac) t3_mac_reset() argument 150 t3b2_mac_reset(struct cmac *mac) t3b2_mac_reset() argument 230 set_addr_filter(struct cmac *mac, int idx, const u8 * addr) set_addr_filter() argument 243 t3_mac_set_address(struct cmac *mac, unsigned int idx, const u8 addr[6]) t3_mac_set_address() argument 256 t3_mac_set_num_ucast(struct cmac *mac, int n) t3_mac_set_num_ucast() argument 264 t3_mac_disable_exact_filters(struct cmac *mac) t3_mac_disable_exact_filters() argument 275 t3_mac_enable_exact_filters(struct cmac *mac) t3_mac_enable_exact_filters() argument 300 t3_mac_set_rx_mode(struct cmac *mac, struct net_device *dev) t3_mac_set_rx_mode() argument 345 t3_mac_set_mtu(struct cmac *mac, unsigned int mtu) t3_mac_set_mtu() argument 428 t3_mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex, int fc) t3_mac_set_speed_duplex_fc() argument 467 t3_mac_enable(struct cmac *mac, int which) t3_mac_enable() argument 506 t3_mac_disable(struct cmac *mac, int which) t3_mac_disable() argument 532 t3b2_mac_watchdog_task(struct cmac *mac) t3b2_mac_watchdog_task() argument 598 t3_mac_update_stats(struct cmac *mac) t3_mac_update_stats() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/wiznet/ |
H A D | w5100-spi.c | 426 const void *mac = NULL; in w5100_spi_probe() local
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_platform.c | 399 stmmac_probe_config_dt(struct platform_device *pdev, u8 *mac) in stmmac_probe_config_dt() argument 652 devm_stmmac_probe_config_dt(struct platform_device *pdev, u8 *mac) in devm_stmmac_probe_config_dt() argument 686 stmmac_probe_config_dt(struct platform_device *pdev, u8 *mac) in stmmac_probe_config_dt() argument 692 devm_stmmac_probe_config_dt(struct platform_device *pdev, u8 *mac) in devm_stmmac_probe_config_dt() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/netdevsim/ |
H A D | netdev.c | 82 static int nsim_set_vf_mac(struct net_device *dev, int vf, u8 *mac) in nsim_set_vf_mac() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sunplus/ |
H A D | spl2sw_driver.c | 27 struct spl2sw_mac *mac = netdev_priv(ndev); in spl2sw_ethernet_open() local 51 struct spl2sw_mac *mac = netdev_priv(ndev); in spl2sw_ethernet_stop() local 68 struct spl2sw_mac *mac = netdev_priv(ndev); in spl2sw_ethernet_start_xmit() local 141 struct spl2sw_mac *mac = netdev_priv(ndev); spl2sw_ethernet_set_rx_mode() local 148 struct spl2sw_mac *mac = netdev_priv(ndev); spl2sw_ethernet_set_mac_address() local 170 struct spl2sw_mac *mac = netdev_priv(ndev); spl2sw_ethernet_tx_timeout() local 226 u8 *mac; spl2sw_nvmem_get_mac_address() local 266 struct spl2sw_mac *mac; spl2sw_init_netdev() local 328 struct spl2sw_mac *mac; spl2sw_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | beacon.c | 375 static void ath9k_csa_update_vif(void *data, u8 *mac, struct ieee80211_vif *vif) in ath9k_csa_update_vif() argument
|
H A D | dynack.c | 85 static inline bool ath_dynack_bssidmask(struct ath_hw *ah, const u8 *mac) in ath_dynack_bssidmask() argument
|
H A D | htc_drv_beacon.c | 385 static void ath9k_htc_beacon_iter(void *data, u8 *mac, struct ieee80211_vif *vif) in ath9k_htc_beacon_iter() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs-vif.c | 629 static void iwl_dbgfs_quota_check(void *data, u8 *mac, in iwl_dbgfs_quota_check() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
H A D | mac.c | 470 int carl9170_upload_key(struct ar9170 *ar, const u8 id, const u8 *mac, in carl9170_upload_key() argument 257 carl9170_set_mac_reg(struct ar9170 *ar, const u32 reg, const u8 *mac) carl9170_set_mac_reg() argument 275 carl9170_mod_virtual_mac(struct ar9170 *ar, const unsigned int id, const u8 *mac) carl9170_mod_virtual_mac() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
H A D | key.c | 87 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac) in ath_hw_keysetmac() argument 479 const u8 *mac in ath_key_config() local 129 ath_hw_set_keycache_entry(struct ath_common *common, u16 entry, const struct ath_keyval *k, const u8 *mac) ath_hw_set_keycache_entry() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | flowring.c | 43 brcmf_flowring_is_tdls_mac(struct brcmf_flowring *flow, u8 mac[ETH_ALEN]) in brcmf_flowring_is_tdls_mac() argument 68 u8 *mac; in brcmf_flowring_lookup() local 113 u8 *mac; in brcmf_flowring_create() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | phy.c | 292 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in rtl92ce_phy_set_bw_mode_callback() local 404 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in _rtl92ce_phy_set_rf_power_state() local
|
H A D | rf.c | 42 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in rtl92ce_phy_rf6052_set_cck_txpower() local
|