Searched refs:mac (Results 176 - 200 of 362) sorted by relevance

1234567891011>>

/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c24 * Enable learning the mac address of the guest OS interface in
661 static int vxge_mac_list_add(struct vxge_vpath *vpath, struct macInfo *mac) argument
679 /* Copy the new mac address to the list */
681 memcpy(mac_address, mac->macaddr, ETH_ALEN);
683 new_mac_entry->state = mac->state;
686 if (is_multicast_ether_addr(mac->macaddr))
692 /* Add a mac address to DA table */
694 vxge_add_mac_addr(struct vxgedev *vdev, struct macInfo *mac) argument
700 if (is_multicast_ether_addr(mac->macaddr))
705 vpath = &vdev->vpaths[mac
1064 vxge_mac_list_del(struct vxge_vpath *vpath, struct macInfo *mac) argument
1090 vxge_del_mac_addr(struct vxgedev *vdev, struct macInfo *mac) argument
1417 vxge_search_mac_addr_in_da_table(struct vxge_vpath *vpath, struct macInfo *mac) argument
[all...]
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c65 switch (hw->mac.type) {
622 if (adapter->hw.mac.type == ixgbe_mac_82599EB)
805 * hw.mac->max_msix_vectors vectors. With features
810 v_budget = min_t(int, v_budget, hw->mac.max_msix_vectors);
/drivers/scsi/bfa/
H A Dbfa_defs.h65 * Check if the card having old wwn/mac handling
238 struct mac_s mac; member in struct:bfa_adapter_attr_s
425 mac_t mac; /* MAC address of the ethernet port */ member in struct:bfa_port_aen_data_s
498 mac_t mac; member in struct:bfa_ioc_aen_data_s
554 mac_t mfg_mac; /*!< base mac address */
555 u8 num_mac; /*!< number of mac addresses */
/drivers/net/wireless/mwifiex/
H A Djoin.c1304 static int mwifiex_deauthenticate_infra(struct mwifiex_private *priv, u8 *mac) argument
1310 if (mac) {
1311 if (!memcmp(mac, zero_mac, sizeof(zero_mac)))
1316 memcpy((u8 *) &mac_address, (u8 *) mac, ETH_ALEN);
1334 int mwifiex_deauthenticate(struct mwifiex_private *priv, u8 *mac) argument
1340 ret = mwifiex_deauthenticate_infra(priv, mac);
H A Dsta_cmdresp.c472 "info: set mac address: %pM\n", priv->curr_addr);
673 struct host_cmd_ds_mac_reg_access *mac; member in union:reg
687 r.mac = (struct host_cmd_ds_mac_reg_access *)
689 reg_rw->offset = cpu_to_le32((u32) le16_to_cpu(r.mac->offset));
690 reg_rw->value = r.mac->value;
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_rx.c402 u8 *mac = header->addr2; local
403 int index = mac[5] % IEEE_IBSS_MAC_HASH_SIZE;
407 if (!memcmp(entry->mac, mac, ETH_ALEN))
410 // if (memcmp(entry->mac, mac, ETH_ALEN)){
414 printk(KERN_WARNING "Cannot malloc new mac entry\n");
417 memcpy(entry->mac, mac, ETH_ALEN);
/drivers/media/dvb/dvb-usb/
H A Dvp702x.c293 static int vp702x_read_mac_addr(struct dvb_usb_device *d,u8 mac[6]) argument
303 memcpy(mac, buf, 6);
/drivers/net/ethernet/broadcom/
H A DKconfig55 tristate "Broadcom 63xx internal mac support"
98 will be called sb1250-mac.
/drivers/net/ethernet/brocade/bna/
H A Dbna_enet.c193 bna_stats_copy(mac, mac);
1326 bna_enet_perm_mac_get(struct bna_enet *enet, mac_t *mac) argument
1328 *mac = bfa_nw_ioc_get_mac(&enet->bna->ioceth.ioc);
2094 bna_ucam_mod_mac_put(struct bna_ucam_mod *ucam_mod, struct bna_mac *mac) argument
2096 list_add_tail(&mac->qe, &ucam_mod->free_q);
2113 bna_mcam_mod_mac_put(struct bna_mcam_mod *mcam_mod, struct bna_mac *mac) argument
2115 list_add_tail(&mac->qe, &mcam_mod->free_q);
/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h550 const u8 *mac);
559 int carl9170_upload_key(struct ar9170 *ar, const u8 id, const u8 *mac,
H A Dfwcmd.h187 u8 mac[6]; member in struct:carl9170_wol_cmd
H A Dwlan.h265 struct ar9170_tx_hw_mac_control mac; member in struct:ar9170_tx_hwdesc
/drivers/net/wireless/rtlwifi/rtl8192ce/
H A Drf.c69 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); local
79 if (mac->act_scanning) {
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Drf.c395 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); local
406 if (mac->act_scanning) {
/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h73 struct cmac mac; member in struct:port_info
/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h358 __be64 mac; member in struct:mlx4_eqe::__anon2677::__anon2685
680 u64 mac; member in struct:mlx4_mac_entry
849 int __mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac);
850 void __mlx4_unregister_mac(struct mlx4_dev *dev, u8 port, u64 mac);
/drivers/net/ethernet/sfc/
H A Dmcdi.c1073 const u8 *mac, int *id_out)
1083 memcpy(MCDI_PTR(inbuf, WOL_FILTER_SET_IN_MAGIC_MAC), mac, ETH_ALEN); local
1108 efx_mcdi_wol_filter_set_magic(struct efx_nic *efx, const u8 *mac, int *id_out) argument
1110 return efx_mcdi_wol_filter_set(efx, MC_CMD_WOL_TYPE_MAGIC, mac, id_out);
1072 efx_mcdi_wol_filter_set(struct efx_nic *efx, u32 type, const u8 *mac, int *id_out) argument
H A Dmcdi.h145 const u8 *mac, int *id_out);
/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h307 const struct stmmac_ops *mac; member in struct:mac_device_info
/drivers/net/fddi/skfp/h/
H A Dskfbi.h1094 #define DB_MAC(mac,st) {if (debug_mac & 0x1)\
1097 printf("\tMAC %d status 0x%08lx\n",mac,st) ;\
1099 dp_mac(mac,st) ;\
1119 #define DB_MAC(mac,st)
/drivers/net/wireless/iwmc3200wifi/
H A Dcfg80211.c142 memset(key->hdr.mac, 0xff, ETH_ALEN);
145 memcpy(key->hdr.mac, mac_addr, ETH_ALEN);
262 u8 *mac, struct station_info *sinfo)
266 if (memcmp(mac, iwm->bssid, ETH_ALEN))
260 iwm_cfg80211_get_station(struct wiphy *wiphy, struct net_device *ndev, u8 *mac, struct station_info *sinfo) argument
H A Diwm.h162 u8 mac[ETH_ALEN]; member in struct:iwm_umac_key_hdr
164 u8 multicast; /* BCast encrypt & BCast decrypt of frames FROM mac */
/drivers/net/wireless/rt2x00/
H A Drt2x00lib.h87 const u8 *mac, const u8 *bssid);
/drivers/s390/net/
H A Dlcs.h332 __u8 mac[LCS_MAC_LENGTH]; member in struct:lcs_card
/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c856 u8 *mac; local
863 mac = fr_cb(fp)->granted_mac;
864 if (is_zero_ether_addr(mac)) {
886 fip->update_mac(lport, mac);

Completed in 480 milliseconds

1234567891011>>