Home
last modified time | relevance | path

Searched refs:node_addr (Results 1 – 10 of 10) sorted by relevance

/drivers/net/wireless/iwlwifi/
Diwl-agn-hcmd-check.c66 error |= (rxon->node_addr[0] | rxon->bssid_addr[0]) & 0x1; in iwl_agn_check_rxon_cmd()
Diwl-agn.c125 compare_ether_addr(priv->staging_rxon.node_addr, in iwl_full_rxon_required()
126 priv->active_rxon.node_addr) || in iwl_full_rxon_required()
728 memcpy(priv->staging_rxon.node_addr, priv->mac_addr, ETH_ALEN); in iwl_connection_init_rx_config()
738 memcpy(priv->staging_rxon.node_addr, priv->mac_addr, ETH_ALEN); in iwl_set_mode()
1247 IWL_DEBUG_RADIO("u8[6] node_addr: %pM\n", rxon->node_addr); in iwl_print_rx_config_cmd()
1866 memcpy(priv->staging_rxon.node_addr, priv->mac_addr, ETH_ALEN); in iwl_alive_start()
Diwl-commands.h615 u8 node_addr[6]; member
636 u8 node_addr[6]; member
Diwl-3945-commands.h386 u8 node_addr[6]; member
Diwl3945-base.c877 error |= (rxon->node_addr[0] | rxon->bssid_addr[0]) & 0x1; in iwl3945_check_rxon_cmd()
941 compare_ether_addr(priv->staging_rxon.node_addr, in iwl3945_full_rxon_required()
942 priv->active_rxon.node_addr) || in iwl3945_full_rxon_required()
2260 memcpy(priv->staging_rxon.node_addr, priv->mac_addr, ETH_ALEN); in iwl3945_set_mode()
3967 IWL_DEBUG_RADIO("u8[6] node_addr: %pM\n", rxon->node_addr); in iwl3945_print_rx_config_cmd()
5715 memcpy(priv->staging_rxon.node_addr, priv->mac_addr, ETH_ALEN); in iwl3945_alive_start()
/drivers/net/tokenring/
Dlanstreamer.h315 __u8 node_addr[6]; member
Dolympic.h293 u8 node_addr[6] ; member
Dolympic.c707 addr[i] = readb(oat+offsetof(struct olympic_adapter_addr_table,node_addr)+i); in olympic_open()
1644 addr[i] = readb(oat+offsetof(struct olympic_adapter_addr_table,node_addr) + i); in olympic_proc_info()
Dlanstreamer.c1869 dev->name, dev->dev_addr, sat.node_addr, in sprintf_info()
/drivers/net/appletalk/
Dcops.c178 struct atalk_addr node_addr; /* Full node address */ member
944 struct atalk_addr *aa = (struct atalk_addr *)&lp->node_addr; in cops_ioctl()