station 215 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c u8 station[20]; station 244 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c strcpy(station, PTP_L4_MULTICAST_SA); station 245 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c pch_set_station_address(station, pdev); station 250 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c strcpy(station, PTP_L2_MULTICAST_SA); station 251 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c pch_set_station_address(station, pdev); station 525 drivers/net/wan/sdla.c if (netif_running(slave) && (flp->config.station == FRAD_STATION_NODE)) station 547 drivers/net/wan/sdla.c if (netif_running(slave) && (flp->config.station == FRAD_STATION_NODE)) station 580 drivers/net/wan/sdla.c if (flp->config.station == FRAD_STATION_CPE) station 608 drivers/net/wan/sdla.c if (flp->config.station == FRAD_STATION_CPE) station 954 drivers/net/wan/sdla.c if (flp->config.station == FRAD_STATION_NODE) station 1067 drivers/net/wan/sdla.c if (flp->config.station == FRAD_STATION_CPE) station 1114 drivers/net/wan/sdla.c if (data.config.station & ~FRAD_STATION_NODE) station 427 drivers/net/wireless/ath/ath10k/wmi-tlv.c struct ieee80211_sta *station; station 448 drivers/net/wireless/ath/ath10k/wmi-tlv.c station = ieee80211_find_sta_by_ifaddr(ar->hw, station 451 drivers/net/wireless/ath/ath10k/wmi-tlv.c if (!station) { station 458 drivers/net/wireless/ath/ath10k/wmi-tlv.c arvif->vif, station->addr, station 733 drivers/net/wireless/intel/iwlegacy/3945.c struct il_station_entry *station; station 739 drivers/net/wireless/intel/iwlegacy/3945.c station = &il->stations[sta_id]; station 741 drivers/net/wireless/intel/iwlegacy/3945.c station->sta.sta.modify_mask = STA_MODIFY_TX_RATE_MSK; station 742 drivers/net/wireless/intel/iwlegacy/3945.c station->sta.rate_n_flags = cpu_to_le16(tx_rate); station 743 drivers/net/wireless/intel/iwlegacy/3945.c station->sta.mode = STA_CONTROL_MODIFY_MSK; station 744 drivers/net/wireless/intel/iwlegacy/3945.c il_send_add_sta(il, &station->sta, CMD_ASYNC); station 1925 drivers/net/wireless/intel/iwlegacy/common.c struct il_station_entry *station; station 1972 drivers/net/wireless/intel/iwlegacy/common.c station = &il->stations[sta_id]; station 1973 drivers/net/wireless/intel/iwlegacy/common.c station->used = IL_STA_DRIVER_ACTIVE; station 1978 drivers/net/wireless/intel/iwlegacy/common.c memset(&station->sta, 0, sizeof(struct il_addsta_cmd)); station 1979 drivers/net/wireless/intel/iwlegacy/common.c memcpy(station->sta.sta.addr, addr, ETH_ALEN); station 1980 drivers/net/wireless/intel/iwlegacy/common.c station->sta.mode = 0; station 1981 drivers/net/wireless/intel/iwlegacy/common.c station->sta.sta.sta_id = sta_id; station 1982 drivers/net/wireless/intel/iwlegacy/common.c station->sta.station_flags = 0; station 1994 drivers/net/wireless/intel/iwlegacy/common.c station->sta.rate_n_flags = cpu_to_le16(rate | RATE_MCS_ANT_AB_MSK); station 393 drivers/net/wireless/intel/iwlegacy/debug.c struct il_station_entry *station; station 410 drivers/net/wireless/intel/iwlegacy/debug.c station = &il->stations[i]; station 411 drivers/net/wireless/intel/iwlegacy/debug.c if (!station->used) station 416 drivers/net/wireless/intel/iwlegacy/debug.c station->sta.sta.addr, station 417 drivers/net/wireless/intel/iwlegacy/debug.c station->sta.station_flags_msk); station 429 drivers/net/wireless/intel/iwlegacy/debug.c j, station->tid[j].seq_number, station 430 drivers/net/wireless/intel/iwlegacy/debug.c station->tid[j].agg.txq_id, station 431 drivers/net/wireless/intel/iwlegacy/debug.c station->tid[j].agg.frame_count, station 432 drivers/net/wireless/intel/iwlegacy/debug.c station->tid[j].tfds_in_queue, station 433 drivers/net/wireless/intel/iwlegacy/debug.c station->tid[j].agg.start_idx, station 434 drivers/net/wireless/intel/iwlegacy/debug.c station->tid[j].agg.bitmap, station 435 drivers/net/wireless/intel/iwlegacy/debug.c station->tid[j].agg.rate_n_flags); station 437 drivers/net/wireless/intel/iwlegacy/debug.c if (station->tid[j].agg.wait_for_ba) station 191 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c struct iwl_station_entry *station; station 207 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c station = &priv->stations[i]; station 208 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c if (!station->used) station 212 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c i, station->sta.sta.addr, station 213 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c station->sta.station_flags_msk); station 245 drivers/net/wireless/intel/iwlwifi/dvm/sta.c struct iwl_station_entry *station; station 292 drivers/net/wireless/intel/iwlwifi/dvm/sta.c station = &priv->stations[sta_id]; station 293 drivers/net/wireless/intel/iwlwifi/dvm/sta.c station->used = IWL_STA_DRIVER_ACTIVE; station 299 drivers/net/wireless/intel/iwlwifi/dvm/sta.c memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd)); station 300 drivers/net/wireless/intel/iwlwifi/dvm/sta.c memcpy(station->sta.sta.addr, addr, ETH_ALEN); station 301 drivers/net/wireless/intel/iwlwifi/dvm/sta.c station->sta.mode = 0; station 302 drivers/net/wireless/intel/iwlwifi/dvm/sta.c station->sta.sta.sta_id = sta_id; station 303 drivers/net/wireless/intel/iwlwifi/dvm/sta.c station->sta.station_flags = ctx->station_flags; station 304 drivers/net/wireless/intel/iwlwifi/dvm/sta.c station->ctxid = ctx->ctxid; station 126 drivers/ptp/ptp_pch.c u8 station[STATION_ADDR_LEN]; station 646 drivers/ptp/ptp_pch.c if (strcmp(pch_param.station, "00:00:00:00:00:00") != 0) { station 647 drivers/ptp/ptp_pch.c if (pch_set_station_address(pch_param.station, pdev) != 0) { station 714 drivers/ptp/ptp_pch.c module_param_string(station, station 715 drivers/ptp/ptp_pch.c pch_param.station, sizeof(pch_param.station), 0444); station 716 drivers/ptp/ptp_pch.c MODULE_PARM_DESC(station, station 86 include/uapi/linux/if_frad.h short station; station 83 include/uapi/linux/sdla.h short station;