/linux-4.1.27/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 22 aid = -1 # AVX id 138 aid = $2 139 if (gaid <= aid) 140 gaid = aid + 1 144 if (aid == -1 && eid == -1) # primary opcode table 196 if (aid >= 0) 197 atable[aid,0] = tname 203 if (aid >= 0) 204 atable[aid,1] = tname "_1" 210 if (aid >= 0) [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | mlme_linux.c | 160 if (psta->aid > NUM_STA) in rtw_indicate_sta_assoc_event() 163 if (pstapriv->sta_aid[psta->aid - 1] != psta) in rtw_indicate_sta_assoc_event() 184 if (psta->aid > NUM_STA) in rtw_indicate_sta_disassoc_event() 187 if (pstapriv->sta_aid[psta->aid - 1] != psta) in rtw_indicate_sta_disassoc_event()
|
D | ioctl_linux.c | 2506 DBG_88E("rtw_add_sta(aid =%d) =%pM\n", param->u.add_sta.aid, (param->sta_addr)); in rtw_add_sta() 2520 psta->aid = param->u.add_sta.aid;/* aid = 1~2007 */ in rtw_add_sta() 2612 psta_data->aid = (u16)psta->aid; in rtw_ioctl_get_sta_data()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 47 struct ath6kl_sta *ath6kl_find_sta_by_aid(struct ath6kl *ar, u8 aid) in ath6kl_find_sta_by_aid() argument 53 if (ar->sta_list[ctr].aid == aid) { in ath6kl_find_sta_by_aid() 61 static void ath6kl_add_new_sta(struct ath6kl_vif *vif, u8 *mac, u16 aid, in ath6kl_add_new_sta() argument 69 free_slot = aid - 1; in ath6kl_add_new_sta() 75 sta->aid = aid; in ath6kl_add_new_sta() 82 ar->ap_stats.sta[free_slot].aid = cpu_to_le32(aid); in ath6kl_add_new_sta() 106 memset(&ar->ap_stats.sta[sta->aid - 1], 0, in ath6kl_sta_cleanup() 110 sta->aid = 0; in ath6kl_sta_cleanup() 138 mac, ar->sta_list[i].aid, reason); in ath6kl_remove_sta() 423 void ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr, in ath6kl_connect_ap_mode_sta() argument [all …]
|
D | txrx.c | 168 conn->aid, 1, 0); in ath6kl_process_uapsdq() 205 conn->aid, 1); in ath6kl_process_psq() 1300 conn->aid, 0, flags); in ath6kl_uapsd_trigger_frame_rx() 1504 conn->aid, 0, 0); in ath6kl_rx() 1508 conn->aid, 0); in ath6kl_rx() 1710 u8 tid, aid; in aggr_recv_addba_req_evt() local 1713 aid = ath6kl_get_aid(tid_mux); in aggr_recv_addba_req_evt() 1714 sta = ath6kl_find_sta_by_aid(vif->ar, aid); in aggr_recv_addba_req_evt() 1806 u8 tid, aid; in aggr_recv_delba_req_evt() local 1809 aid = ath6kl_get_aid(tid_mux); in aggr_recv_delba_req_evt() [all …]
|
D | core.h | 415 u8 aid; member 930 struct ath6kl_sta *ath6kl_find_sta_by_aid(struct ath6kl *ar, u8 aid); 942 void ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr, 955 void ath6kl_pspoll_event(struct ath6kl_vif *vif, u8 aid);
|
D | wmi.h | 1531 u8 aid; member 2278 __le16 aid; member 2320 __le16 aid; member 2327 __le16 aid; member 2339 __le32 aid; member 2671 u8 if_idx, u16 aid, 2685 int ath6kl_wmi_set_pvb_cmd(struct wmi *wmi, u8 if_idx, u16 aid, bool flag);
|
D | wmi.c | 880 __func__, ev->u.ap_sta.aid, in ath6kl_wmi_connect_event_rx() 888 vif, ev->u.ap_sta.aid, ev->u.ap_sta.mac_addr, in ath6kl_wmi_connect_event_rx() 3458 u16 aid, u16 bitmap, u32 flags) in ath6kl_wmi_set_apsd_bfrd_traf() argument 3468 cmd->aid = cpu_to_le16(aid); in ath6kl_wmi_set_apsd_bfrd_traf() 3487 ath6kl_pspoll_event(vif, le16_to_cpu(ev->aid)); in ath6kl_wmi_pspoll_event_rx() 3500 int ath6kl_wmi_set_pvb_cmd(struct wmi *wmi, u8 if_idx, u16 aid, in ath6kl_wmi_set_pvb_cmd() argument 3512 cmd->aid = cpu_to_le16(aid); in ath6kl_wmi_set_pvb_cmd()
|
D | cfg80211.c | 3142 conn->aid, 1); in ath6kl_mgmt_powersave_ap()
|
/linux-4.1.27/drivers/staging/vt6656/ |
D | power.c | 57 u16 aid = priv->current_aid | BIT(14) | BIT(15); in vnt_enable_power_saving() local 64 vnt_mac_write_word(priv, MAC_REG_AIDATIM, aid); in vnt_enable_power_saving()
|
D | main_usb.c | 702 priv->current_aid = conf->aid; in vnt_bss_info_changed()
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | txrx.c | 306 if (!priv->aid) in p54_pspoll_workaround() 320 new_psm = ieee80211_check_tim(tim_ie, tim_len, priv->aid); in p54_pspoll_workaround() 684 u8 *queue, u32 *extra_len, u16 *flags, u16 *aid, in p54_tx_80211_header() argument 712 *aid = 0; in p54_tx_80211_header() 716 *aid = 1; in p54_tx_80211_header() 722 *aid = 0; in p54_tx_80211_header() 729 *aid = 0; in p54_tx_80211_header() 734 *aid = 0; in p54_tx_80211_header() 754 *aid = sta->aid; in p54_tx_80211_header() 785 u16 hdr_flags = 0, aid = 0; in p54_tx_80211() local [all …]
|
D | fwio.c | 265 int p54_update_beacon_tim(struct p54_common *priv, u16 aid, bool set) in p54_update_beacon_tim() argument 277 tim->entry[0] = cpu_to_le16(set ? (aid | 0x8000) : aid); in p54_update_beacon_tim() 620 psm->aid = cpu_to_le16(priv->aid); in p54_set_ps()
|
D | main.c | 74 return p54_update_beacon_tim(priv, sta->aid, set); in p54_set_tim() 492 priv->aid = info->aid; in p54_bss_info_changed() 498 priv->aid = 0; in p54_bss_info_changed()
|
D | lmac.h | 477 __le16 aid; member 541 int p54_update_beacon_tim(struct p54_common *priv, u16 aid, bool set);
|
D | p54.h | 238 u16 aid; member
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_sta_mgt.c | 311 pstapriv->sta_dz_bitmap &= ~CHKBIT(psta->aid); in rtw_free_stainfo23a() 312 pstapriv->tim_bitmap &= ~CHKBIT(psta->aid); in rtw_free_stainfo23a() 314 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo23a() 315 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo23a() 316 psta->aid = 0; in rtw_free_stainfo23a()
|
D | rtw_recv.c | 1059 u16 aid; in validate_recv_ctrl_frame() local 1063 aid = le16_to_cpu(psp->aid) & 0x3fff; in validate_recv_ctrl_frame() 1066 if (!psta || psta->aid != aid) in validate_recv_ctrl_frame() 1102 (pstapriv->sta_dz_bitmap & CHKBIT(psta->aid))) { in validate_recv_ctrl_frame() 1136 pstapriv->tim_bitmap &= ~CHKBIT(psta->aid); in validate_recv_ctrl_frame() 1154 if (pstapriv->tim_bitmap & CHKBIT(psta->aid)) { in validate_recv_ctrl_frame() 1170 pstapriv->tim_bitmap &= ~CHKBIT(psta->aid); in validate_recv_ctrl_frame()
|
D | rtw_ap.c | 247 pstapriv->tim_bitmap |= CHKBIT(psta->aid); in expire_timeout_chk23a() 405 if (psta->aid < NUM_STA) { in add_RATid23a() 435 DBG_8723A("station aid %d exceed the max number\n", psta->aid); in add_RATid23a() 449 psta->aid = 0;/* default set to 0 */ in update_bmc_sta() 450 psta->mac_id = psta->aid + 1; in update_bmc_sta() 535 psta->mac_id = psta->aid+1; in update_sta_info23a_apmode23a()
|
D | rtw_mlme_ext.c | 1676 if (pstat->aid > 0) { in OnAssocReq23a() 1677 DBG_8723A(" old AID %d\n", pstat->aid); in OnAssocReq23a() 1679 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq23a() 1680 if (pstapriv->sta_aid[pstat->aid - 1] == NULL) in OnAssocReq23a() 1683 if (pstat->aid > NUM_STA) in OnAssocReq23a() 1684 pstat->aid = NUM_STA; in OnAssocReq23a() 1685 if (pstat->aid > pstapriv->max_num_sta) { in OnAssocReq23a() 1687 pstat->aid = 0; in OnAssocReq23a() 1695 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq23a() 1696 DBG_8723A("allocate new AID = (%d)\n", pstat->aid); in OnAssocReq23a() [all …]
|
D | rtw_xmit.c | 1988 if (pstapriv->sta_dz_bitmap & CHKBIT(psta->aid)) { in xmitframe_enqueue_for_sleeping_sta23a() 2022 pstapriv->tim_bitmap |= CHKBIT(psta->aid); in xmitframe_enqueue_for_sleeping_sta23a() 2098 pstapriv->sta_dz_bitmap |= CHKBIT(psta->aid); in stop_sta_xmit23a() 2182 pstapriv->tim_bitmap &= ~CHKBIT(psta->aid); in wakeup_sta_to_xmit23a() 2195 pstapriv->sta_dz_bitmap &= ~CHKBIT(psta->aid); in wakeup_sta_to_xmit23a() 2303 pstapriv->tim_bitmap &= ~CHKBIT(psta->aid); in xmit_delivery_enabled_frames23a()
|
D | rtw_cmd.c | 1456 psta->aid = psta->mac_id = passocsta_rsp->cam_id; in rtw_setassocsta_cmdrsp_callback23a()
|
D | rtw_mlme.c | 903 psta->aid = pnetwork->join_res; in rtw_joinbss_update_stainfo()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_ap.c | 145 if (sta->aid > 0) in ap_free_sta() 146 ap->sta_aid[sta->aid - 1] = NULL; in ap_free_sta() 157 static void hostap_set_tim(local_info_t *local, int aid, int set) in hostap_set_tim() argument 160 local->func->set_tim(local->dev, aid, set); in hostap_set_tim() 241 if (sta->timeout_next == STA_DEAUTH && sta->aid > 0 && in ap_handle_timer() 243 hostap_set_tim(local, sta->aid, 0); in ap_handle_timer() 1055 sta->addr, atomic_read(&sta->users), sta->aid, in prism2_sta_proc_show() 1670 if (sta->aid > 0) in handle_assoc() 1674 for (sta->aid = 1; sta->aid <= MAX_AID_TABLE_SIZE; sta->aid++) in handle_assoc() 1675 if (local->ap->sta_aid[sta->aid - 1] == NULL) in handle_assoc() [all …]
|
D | hostap_80211.h | 35 __le16 aid; member
|
D | hostap_ap.h | 46 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member
|
D | hostap_hw.c | 2968 int aid; member 2972 static int prism2_set_tim(struct net_device *dev, int aid, int set) in prism2_set_tim() argument 2986 new_entry->aid = aid; in prism2_set_tim() 2993 if (entry->aid == aid) { in prism2_set_tim() 2996 local->dev->name, aid, entry->set, set); in prism2_set_tim() 3032 local->dev->name, entry->aid, entry->set); in handle_set_tim_queue() 3034 val = entry->aid; in handle_set_tim_queue() 3040 local->dev->name, entry->aid, entry->set); in handle_set_tim_queue()
|
D | hostap_common.h | 366 u16 aid; member
|
D | hostap_wlan.h | 599 int (*set_tim)(struct net_device *dev, int aid, int set);
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 403 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo() 404 pstapriv->tim_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo() 406 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo() 407 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo() 408 psta->aid = 0; in rtw_free_stainfo()
|
D | rtw_mlme.c | 152 pnetwork->aid = 0; in _rtw_alloc_network() 478 pnetwork->aid = 0; in rtw_update_scanned_network() 909 psta->aid = pnetwork->join_res; in rtw_joinbss_update_stainfo() 984 cur_network->aid = pnetwork->join_res; in rtw_joinbss_update_network() 1162 u8 aid; in search_max_mac_id() local 1171 for (aid = (pstapriv->max_num_sta); aid > 0; aid--) { in search_max_mac_id() 1172 if (pstapriv->sta_aid[aid-1] != NULL) in search_max_mac_id() 1175 mac_id = aid + 1; in search_max_mac_id()
|
D | rtw_recv.c | 989 u16 aid; in validate_recv_ctrl_frame() local 993 aid = GetAid(pframe); in validate_recv_ctrl_frame() 996 if ((psta == NULL) || (psta->aid != aid)) in validate_recv_ctrl_frame() 1031 if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) { in validate_recv_ctrl_frame() 1062 pstapriv->tim_bitmap &= ~BIT(psta->aid); in validate_recv_ctrl_frame() 1069 if (pstapriv->tim_bitmap&BIT(psta->aid)) { in validate_recv_ctrl_frame() 1080 pstapriv->tim_bitmap &= ~BIT(psta->aid); in validate_recv_ctrl_frame()
|
D | rtw_ap.c | 350 pstapriv->tim_bitmap |= BIT(psta->aid); in expire_timeout_chk() 497 if (psta->aid < NUM_STA) { in add_RATid() 526 DBG_88E("station aid %d exceed the max number\n", psta->aid); in add_RATid() 541 psta->aid = 0;/* default set to 0 */ in update_bmc_sta() 542 psta->mac_id = psta->aid + 1; in update_bmc_sta() 624 psta->mac_id = psta->aid+1; in update_sta_info_apmode()
|
D | rtw_mlme_ext.c | 1254 if (pstat->aid > 0) { in OnAssocReq() 1255 DBG_88E(" old AID %d\n", pstat->aid); in OnAssocReq() 1257 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq() 1258 if (pstapriv->sta_aid[pstat->aid - 1] == NULL) in OnAssocReq() 1262 if (pstat->aid > pstapriv->max_num_sta) { in OnAssocReq() 1263 pstat->aid = 0; in OnAssocReq() 1271 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq() 1272 DBG_88E("allocate new AID=(%d)\n", pstat->aid); in OnAssocReq() 1312 report_add_sta_event(padapter, pstat->hwaddr, pstat->aid); in OnAssocReq() 1330 pstat->aid = 0; in OnAssocReq() [all …]
|
D | rtw_xmit.c | 1816 if (pstapriv->sta_dz_bitmap&BIT(psta->aid)) { in xmitframe_enqueue_for_sleeping_sta() 1848 pstapriv->tim_bitmap |= BIT(psta->aid); in xmitframe_enqueue_for_sleeping_sta() 1908 pstapriv->sta_dz_bitmap |= BIT(psta->aid); in stop_sta_xmit() 1996 pstapriv->tim_bitmap &= ~BIT(psta->aid); in wakeup_sta_to_xmit() 2008 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in wakeup_sta_to_xmit() 2118 pstapriv->tim_bitmap &= ~BIT(psta->aid); in xmit_delivery_enabled_frames()
|
D | rtw_debug.c | 264 …count - len, "state=0x%x, aid=%d, macid=%d, raid=%d\n", psta->state, psta->aid, psta->mac_id, psta… in proc_get_ap_info() 863 …count - len, "state=0x%x, aid=%d, macid=%d, raid=%d\n", psta->state, psta->aid, psta->mac_id, psta… in proc_get_all_sta_info()
|
D | rtw_cmd.c | 1381 psta->aid = passocsta_rsp->cam_id; in rtw_setassocsta_cmdrsp_callback()
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | main.c | 482 if (sta_priv->aid) in wcn36xx_set_key() 656 bss_conf->aid); in wcn36xx_bss_info_changed() 676 sta_priv->aid = bss_conf->aid; in wcn36xx_bss_info_changed() 688 bss_conf->aid); in wcn36xx_bss_info_changed() 809 sta_priv->aid = sta->aid; in wcn36xx_sta_add()
|
D | wcn36xx.h | 168 u16 aid; member
|
D | smd.c | 240 sta_params->aid = priv_sta->aid; in wcn36xx_smd_set_sta_params() 936 v1->aid = orig->aid; in wcn36xx_smd_convert_sta_to_v1() 1000 sta->bssid, sta->type, sta->mac, sta->aid); in wcn36xx_smd_config_sta_v1() 1028 sta_params->type, sta_params->mac, sta_params->aid); in wcn36xx_smd_config_sta() 1151 sta->bssid_index, sta->aid, sta->type, sta->mac); in wcn36xx_smd_config_bss_v1() 1302 sta_params->aid, sta_params->type, in wcn36xx_smd_config_bss()
|
D | hal.h | 1183 u16 aid; member 1298 u16 aid; member 2982 u16 aid; member 2997 u8 aid; member
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00config.c | 102 rt2x00dev->aid = bss_conf->assoc ? bss_conf->aid : 0; in rt2x00lib_config_erp()
|
D | rt2x00dev.c | 610 !rt2x00dev->aid) in rt2x00lib_rxdone_check_ps() 628 cam = ieee80211_check_tim(tim_ie, tim_len, rt2x00dev->aid); in rt2x00lib_rxdone_check_ps()
|
D | rt2x00.h | 906 u16 aid; member
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | p80211mgmt.h | 390 u16 *aid; member 425 u16 *aid; member
|
/linux-4.1.27/net/ceph/ |
D | Kconfig | 25 line to aid debugging. This increases kernel size and slows
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | wl12xx_80211.h | 114 __le16 aid; member
|
D | cmd.h | 61 u16 aid); 599 u8 aid; member
|
D | wlcore_i.h | 421 u16 aid; member
|
D | acx.h | 390 __le16 aid; member 1071 int wl1271_acx_aid(struct wl1271 *wl, struct wl12xx_vif *wlvif, u16 aid);
|
D | acx.c | 608 int wl1271_acx_aid(struct wl1271 *wl, struct wl12xx_vif *wlvif, u16 aid) in wl1271_acx_aid() argument 622 acx_aid->aid = cpu_to_le16(aid); in wl1271_acx_aid()
|
D | main.c | 2928 wlvif->aid = bss_conf->aid; in wlcore_set_assoc() 2941 ret = wl1271_cmd_build_ps_poll(wl, wlvif, wlvif->aid); in wlcore_set_assoc() 2971 ret = wl1271_acx_aid(wl, wlvif, wlvif->aid); in wlcore_set_assoc() 3023 wlvif->aid = 0; in wlcore_unset_assoc() 4240 bss_conf->bssid, bss_conf->aid, in wlcore_set_bssid() 4990 wl1271_debug(DEBUG_MAC80211, "mac80211 add sta %d", (int)sta->aid); in wl12xx_sta_add() 5013 wl1271_debug(DEBUG_MAC80211, "mac80211 remove sta %d", (int)sta->aid); in wl12xx_sta_remove() 5199 sta->aid, old_state, new_state); in wl12xx_op_sta_state()
|
D | cmd.c | 1115 u16 aid) in wl1271_cmd_build_ps_poll() argument 1543 cmd->aid = sta->aid; in wl12xx_cmd_add_peer()
|
D | debugfs.c | 610 VIF_STATE_PRINT_INT(aid); in vifs_state_read()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | sta_info.h | 65 uint aid; member
|
D | wlan_bssdef.h | 214 int aid; /*will only be valid when a BSS is joined. */ member
|
D | rtl871x_mp_ioctl.c | 205 tgt_network->aid = psta->aid = 1; in mp_start_test()
|
D | ieee80211.h | 642 u16 aid; member
|
D | rtl871x_cmd.c | 987 psta->aid = psta->mac_id = psetstakey_rsp->keyid; /*CAM_ID(CAM_ENTRY)*/ in r8712_setstaKey_cmdrsp_callback() 1007 psta->aid = psta->mac_id = passocsta_rsp->cam_id; in r8712_setassocsta_cmdrsp_callback()
|
D | rtl871x_mlme.c | 839 ptarget_sta->aid = pnetwork->join_res; in r8712_joinbss_event_callback() 889 cur_network->aid = pnetwork->join_res; in r8712_joinbss_event_callback()
|
/linux-4.1.27/include/linux/ |
D | ieee80211.h | 884 __le16 aid; member 1072 __le16 aid; member 2450 u8 tim_len, u16 aid) in ieee80211_check_tim() argument 2458 aid &= 0x3fff; in ieee80211_check_tim() 2459 index = aid / 8; in ieee80211_check_tim() 2460 mask = 1 << (aid & 7); in ieee80211_check_tim()
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | wl12xx_80211.h | 125 __le16 aid; member
|
D | acx.c | 671 int wl1251_acx_aid(struct wl1251 *wl, u16 aid) in wl1251_acx_aid() argument 682 acx_aid->aid = aid; in wl1251_acx_aid()
|
D | acx.h | 837 u16 aid; member 1477 int wl1251_acx_aid(struct wl1251 *wl, u16 aid);
|
D | main.c | 1161 ret = wl1251_acx_aid(wl, bss_conf->aid); in wl1251_op_bss_info_changed()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | sta_cmd.c | 1559 struct mwifiex_ie_types_aid *aid; in mwifiex_cmd_tdls_oper() local 1650 if (params->aid) { in mwifiex_cmd_tdls_oper() 1651 aid = (struct mwifiex_ie_types_aid *)(pos + config_len); in mwifiex_cmd_tdls_oper() 1652 aid->header.type = cpu_to_le16(WLAN_EID_AID); in mwifiex_cmd_tdls_oper() 1653 aid->header.len = cpu_to_le16(sizeof(params->aid)); in mwifiex_cmd_tdls_oper() 1654 aid->aid = cpu_to_le16(params->aid); in mwifiex_cmd_tdls_oper()
|
D | main.h | 309 u16 aid; member 684 u16 aid; member
|
D | tdls.c | 950 sta_ptr->tdls_cap.aid = in mwifiex_process_tdls_action_frame()
|
D | fw.h | 1541 __le16 aid; member
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 452 u16 aid) in rsi_hal_send_sta_notify_frame() argument 485 peer_notify->command |= cpu_to_le16((aid & 0xfff) << 4); in rsi_hal_send_sta_notify_frame() 1141 u16 aid) in rsi_inform_bss_status() argument 1149 aid); in rsi_inform_bss_status() 1158 aid); in rsi_inform_bss_status()
|
D | rsi_mgmt.h | 298 const u8 *bssid, u8 qos_enable, u16 aid);
|
D | rsi_91x_mac80211.c | 468 bss_conf->aid); in rsi_mac80211_bss_info_changed()
|
/linux-4.1.27/net/decnet/ |
D | Kconfig | 20 below when using DECnet, since you will need sysctl support to aid
|
/linux-4.1.27/net/mac80211/ |
D | mlme.c | 2828 u16 capab_info, aid; in ieee80211_assoc_success() local 2839 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_assoc_success() 2842 if ((aid & (BIT(15) | BIT(14))) != (BIT(15) | BIT(14))) in ieee80211_assoc_success() 2844 aid); in ieee80211_assoc_success() 2845 aid &= ~(BIT(15) | BIT(14)); in ieee80211_assoc_success() 2849 if (aid == 0 || aid > IEEE80211_MAX_AID) { in ieee80211_assoc_success() 2851 aid); in ieee80211_assoc_success() 2852 aid = 0; in ieee80211_assoc_success() 2864 ifmgd->aid = aid; in ieee80211_assoc_success() 3040 bss_conf->aid = aid; in ieee80211_assoc_success() [all …]
|
D | debugfs_netdev.c | 217 IEEE80211_IF_FILE(aid, u.mgd.aid, DEC); 574 DEBUGFS_ADD(aid); in add_sta_files()
|
D | debugfs_sta.c | 54 STA_FILE(aid, sta.aid, D);
|
D | trace.h | 362 __field(u16, aid) 398 __entry->aid = info->aid;
|
D | tx.c | 489 sta->sta.addr, sta->sta.aid, ac); in ieee80211_tx_h_unicast_ps_buf() 3075 pspoll->aid = cpu_to_le16(ifmgd->aid); in ieee80211_pspoll_get() 3078 pspoll->aid |= cpu_to_le16(1 << 15 | 1 << 14); in ieee80211_pspoll_get()
|
D | sta_info.c | 635 id = sta->sta.aid; in __sta_info_recalc_tim() 1222 sta->sta.addr, sta->sta.aid, filtered, buffered); in ieee80211_sta_ps_deliver_wakeup()
|
D | rx.c | 1201 sta->sta.addr, sta->sta.aid); in sta_ps_start() 1219 sta->sta.addr, sta->sta.aid); in sta_ps_end() 1230 sta->sta.addr, sta->sta.aid); in sta_ps_end()
|
D | cfg.c | 1111 if (params->aid) in sta_apply_parameters() 1112 sta->sta.aid = params->aid; in sta_apply_parameters()
|
D | ieee80211_i.h | 451 u16 aid; member
|
D | tdls.c | 222 put_unaligned_le16(ifmgd->aid, pos); in ieee80211_tdls_add_aid()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | wlan_bssdef.h | 271 int aid; /* will only be valid when a BSS is joinned. */ member
|
D | ieee80211_ext.h | 202 u16 aid; member
|
D | ieee80211.h | 243 u16 aid; member 266 u16 aid; member 851 u16 aid; member
|
D | sta_info.h | 94 uint aid; member
|
D | rtw_mlme_ext.h | 322 u16 aid; member
|
/linux-4.1.27/Documentation/arm64/ |
D | legacy_instructions.txt | 18 Uses software emulation. To aid migration of software, in this mode
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 250 - Debugging aid only enabled if CONFIG_DEBUG_BLK_CGROUP=y. 256 - Debugging aid only enabled if CONFIG_DEBUG_BLK_CGROUP=y. 267 - Debugging aid only enabled if CONFIG_DEBUG_BLK_CGROUP=y. 276 - Debugging aid only enabled if CONFIG_DEBUG_BLK_CGROUP=y. 285 - Debugging aid only enabled if CONFIG_DEBUG_BLK_CGROUP=y. This
|
/linux-4.1.27/drivers/gpu/drm/panel/ |
D | panel-s6e8aa0.c | 192 u8 aid = aids[ctx->id >> 5]; in s6e8aa0_panel_cond_set_v142() local 252 0x00, 0x20, aid, 0x08, 0x6e, 0x00, 0x00, 0x00, in s6e8aa0_panel_cond_set_v142()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | fw.h | 251 u16 aid; member
|
D | hw.c | 2164 macid = sta->aid + 1; in rtl92se_update_hal_rate_mask()
|
/linux-4.1.27/Documentation/video4linux/ |
D | cafe_ccic | 7 well, but that is a debugging aid which will be removed shortly). VGA and
|
D | README.pvrusb2 | 104 who has ever used this. It is mainly a debugging aid.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/ |
D | Kconfig | 77 Tracing can be enabled at runtime to aid in debugging wireless
|
/linux-4.1.27/include/net/nfc/ |
D | nfc.h | 158 u8 aid[NFC_MAX_AID_LENGTH]; member
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp_cmd.c | 590 u32 aid; /* adapter identifier */ member 607 sccb->aid = fid; in do_pci_configure()
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | open-pic.txt | 10 NOTE: Many of these descriptions were paraphrased here from [1] to aid
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 295 bss_conf->aid, common->curbssid); in ath5k_bss_info_changed() 296 common->curaid = bss_conf->aid; in ath5k_bss_info_changed()
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 348 SetDuration(pframe, (pmlmeinfo->aid | 0xc000)); in ConstructPSPoll() 597 usb_write16(adapt, REG_BCN_PSR_RPT, (0xC000|pmlmeinfo->aid)); in rtl8188e_set_FwJoinBssReport_cmd()
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.debug | 56 the faulting instruction as a debugging aid. As this does grow
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_cmd.c | 292 pwlanhdr->duration_id = cpu_to_le16(pmlmeinfo->aid | 0xc000); in ConstructPSPoll() 580 0xC000|pmlmeinfo->aid); in rtl8723a_set_FwJoinBssReport_cmd()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | sta_info.h | 94 uint aid; member
|
D | rtw_mlme_ext.h | 332 u16 aid; member
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | Kconfig | 165 This is intended to aid developers
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 70 struct sk_buff *(*gen_vdev_up)(struct ath10k *ar, u32 vdev_id, u32 aid, 495 ath10k_wmi_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, const u8 *bssid) in ath10k_wmi_vdev_up() argument 502 skb = ar->wmi.ops->gen_vdev_up(ar, vdev_id, aid, bssid); in ath10k_wmi_vdev_up()
|
D | core.h | 312 u32 aid; member
|
D | mac.c | 1149 arvif->aid = 0; in ath10k_control_beaconing() 1152 ret = ath10k_wmi_vdev_up(arvif->ar, arvif->vdev_id, arvif->aid, in ath10k_control_beaconing() 1396 arg->peer_aid = sta->aid; in ath10k_peer_assoc_h_basic() 1889 arvif->vdev_id, arvif->bssid, arvif->aid); in ath10k_bss_assoc() 1939 arvif->vdev_id, bss_conf->bssid, bss_conf->aid); in ath10k_bss_assoc() 1943 arvif->aid = bss_conf->aid; in ath10k_bss_assoc() 1946 ret = ath10k_wmi_vdev_up(ar, arvif->vdev_id, arvif->aid, arvif->bssid); in ath10k_bss_assoc() 3073 ret = ath10k_wmi_vdev_up(arvif->ar, arvif->vdev_id, arvif->aid, in ath10k_config_chan()
|
D | wmi-tlv.c | 1499 ath10k_wmi_tlv_op_gen_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, in ath10k_wmi_tlv_op_gen_vdev_up() argument 1516 cmd->vdev_assoc_id = __cpu_to_le32(aid); in ath10k_wmi_tlv_op_gen_vdev_up()
|
D | wmi.c | 4383 ath10k_wmi_op_gen_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, in ath10k_wmi_op_gen_vdev_up() argument 4395 cmd->vdev_assoc_id = __cpu_to_le32(aid); in ath10k_wmi_op_gen_vdev_up() 4400 vdev_id, aid, bssid); in ath10k_wmi_op_gen_vdev_up()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 886 assoc->aid = cpu_to_le16(ieee->assoc_id); in ieee80211_assoc_resp() 1640 static inline u16 assoc_parse(struct ieee80211_device *ieee, struct sk_buff *skb, int *aid) in assoc_parse() argument 1651 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse() 1990 int aid; in ieee80211_rx_frame_softmac() local 2020 errcode = assoc_parse(ieee, skb, &aid); in ieee80211_rx_frame_softmac() 2023 ieee->assoc_id = aid; in ieee80211_rx_frame_softmac()
|
D | ieee80211.h | 1148 __le16 aid; member
|
/linux-4.1.27/drivers/net/wireless/ |
D | mac80211_hwsim.c | 180 u16 aid; member 620 __func__, vp->bssid, vp->aid); in hwsim_send_ps_poll() 629 pspoll->aid = cpu_to_le16(0xc000 | vp->aid); in hwsim_send_ps_poll() 1596 info->assoc, info->aid); in mac80211_hwsim_bss_info_changed() 1598 vp->aid = info->aid; in mac80211_hwsim_bss_info_changed()
|
D | rayctl.h | 510 UCHAR aid[2]; member
|
D | mwl8k.c | 3197 __le16 aid; member 3235 cmd->aid = cpu_to_le16(vif->bss_conf.aid); in mwl8k_cmd_set_aid() 4056 __le16 aid; member 4093 cmd->aid = cpu_to_le16(sta->aid); in mwl8k_cmd_set_new_stn_add() 4095 cmd->stn_id = cpu_to_le16(sta->aid); in mwl8k_cmd_set_new_stn_add()
|
D | airo.c | 1058 u16 aid; member
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 1029 assoc->aid = cpu_to_le16(ieee->assoc_id); in rtllib_assoc_resp() 1117 hdr->aid = cpu_to_le16(ieee->assoc_id | 0xc000); in rtllib_pspoll_func() 1904 int *aid) in assoc_parse() argument 1915 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse() 2231 int aid; in rtllib_rx_assoc_resp() local 2242 errcode = assoc_parse(ieee, skb, &aid); in rtllib_rx_assoc_resp() 2251 ieee->assoc_id = aid; in rtllib_rx_assoc_resp()
|
D | rtllib.h | 1105 __le16 aid; member 1241 __le16 aid; member
|
/linux-4.1.27/drivers/nfc/st21nfca/ |
D | st21nfca_se.c | 328 memcpy(transaction->aid, &skb->data[2], in st21nfca_connectivity_event_received()
|
/linux-4.1.27/Documentation/RCU/ |
D | NMI-RCU.txt | 52 anyway. However, in practice it is a good documentation aid, particularly
|
D | checklist.txt | 117 documentation aid, letting the person reading the
|
/linux-4.1.27/fs/xfs/ |
D | Kconfig | 12 Btrees (directories, extents, free space) to aid both performance
|
/linux-4.1.27/lib/ |
D | Kconfig.kgdb | 13 CONFIG_FRAME_POINTER to aid in producing more reliable stack
|
D | Kconfig.debug | 1221 a debugging aid.
|
/linux-4.1.27/arch/x86/kvm/ |
D | lapic.c | 174 u32 ldr, aid; in recalculate_apic_map() local 179 aid = kvm_apic_id(apic); in recalculate_apic_map() 182 if (aid < ARRAY_SIZE(new->phys_map)) in recalculate_apic_map() 183 new->phys_map[aid] = apic; in recalculate_apic_map()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | 4965.c | 1774 il->staging.assoc_id = cpu_to_le16(vif->bss_conf.aid); in il4965_post_associate() 1776 D_ASSOC("assoc id %d beacon interval %d\n", vif->bss_conf.aid, in il4965_post_associate() 1793 D_ASSOC("Associated as %d to: %pM\n", vif->bss_conf.aid, in il4965_post_associate()
|
D | 3945-mac.c | 2733 D_ASSOC("Associated as %d to: %pM\n", il->vif->bss_conf.aid, in il3945_post_associate() 2752 il->staging.assoc_id = cpu_to_le16(il->vif->bss_conf.aid); in il3945_post_associate() 2754 D_ASSOC("assoc id %d beacon interval %d\n", il->vif->bss_conf.aid, in il3945_post_associate()
|
D | common.c | 5459 if (changes && il_is_associated(il) && bss_conf->aid) { in il_mac_bss_info_changed()
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | debug.c | 180 priv->bss_params.aid); in cw1200_status_show()
|
D | sta.c | 394 priv->bss_params.aid) in cw1200_config() 1974 priv->bss_params.aid = info->aid; in cw1200_bss_info_changed() 1984 priv->bss_params.aid, in cw1200_bss_info_changed()
|
D | wsm.h | 1000 u16 aid; member
|
D | wsm.c | 478 WSM_PUT16(buf, arg->aid); in wsm_set_bss_params()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | main.c | 1018 common->curaid = avp->aid; in ath9k_set_assoc_state() 1753 avp->aid = bss_conf->aid; in ath9k_bss_info_changed() 1761 common->curaid = bss_conf->aid; in ath9k_bss_info_changed()
|
D | ath9k.h | 603 u16 aid; member
|
D | htc_drv_main.c | 1485 common->curaid = bss_conf->aid; in ath9k_htc_bss_iter() 1536 common->curaid = bss_conf->aid; in ath9k_htc_bss_info_changed()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | host.h | 536 __le16 aid; member
|
D | cfg.c | 1238 le16_to_cpu(resp->capability), le16_to_cpu(resp->aid)); in lbs_associate()
|
/linux-4.1.27/Documentation/device-mapper/ |
D | snapshot.txt | 104 device is renamed to <origin name>-cow to aid LVM2's cleanup of the
|
/linux-4.1.27/drivers/nfc/st21nfcb/ |
D | st21nfcb_se.c | 338 memcpy(transaction->aid, &skb->data[2], transaction->aid_len); in st21nfcb_hci_connectivity_event_received()
|
/linux-4.1.27/arch/metag/ |
D | Kconfig | 168 provided as a debugging aid if the lnkget/lnkset atomicity primitive
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw.h | 485 __le16 aid; member
|
D | libipw_rx.c | 1342 network->atim_window = le16_to_cpu(frame->aid); in libipw_handle_assoc_resp()
|
/linux-4.1.27/Documentation/filesystems/ |
D | afs.txt | 48 Additionally, the following can be turned on to aid debugging:
|
D | xfs.txt | 9 Btrees (directories, extents, free space) to aid both performance
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 498 u16 aid; member 1620 u16 aid; member
|
D | cfg80211.h | 822 u16 aid; member
|
/linux-4.1.27/net/wireless/ |
D | trace.h | 626 __field(u16, aid) 641 __entry->aid = params->aid; 660 __entry->aid, __entry->plink_action, __entry->plink_state,
|
D | nl80211.c | 3948 if (params->aid && in cfg80211_check_station_change() 4194 params->aid = nla_get_u16(info->attrs[NL80211_ATTR_PEER_AID]); in nl80211_set_station_tdls() 4352 params.aid = nla_get_u16(info->attrs[NL80211_ATTR_PEER_AID]); in nl80211_new_station() 4354 params.aid = nla_get_u16(info->attrs[NL80211_ATTR_STA_AID]); in nl80211_new_station() 4355 if (!params.aid || params.aid > IEEE80211_MAX_AID) in nl80211_new_station()
|
/linux-4.1.27/Documentation/timers/ |
D | timekeeping.txt | 63 to aid in providing these mult and shift values, such as
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | base.c | 751 if (sta->aid > 0) in _rtl_txrate_selectmode() 752 tcb_desc->mac_id = sta->aid + 1; in _rtl_txrate_selectmode()
|
D | core.c | 1099 mac->assoc_id = bss_conf->aid; in rtl_op_bss_info_changed()
|
/linux-4.1.27/Documentation/block/ |
D | data-integrity.txt | 157 The profile also contains a few constants to aid in completing,
|
/linux-4.1.27/Documentation/frv/ |
D | mmu-layout.txt | 209 The gdb-stub included in this kernel provides a number of services to aid in the debugging of MMU
|
/linux-4.1.27/Documentation/ |
D | kernel-per-CPU-kthreads.txt | 185 governor is not required, possibly enlisting the aid of
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 135 the file as an aid to developers.
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 78 Detection and recovery are performed with the aid of ppc64
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | mac-ctxt.c | 835 ctxt_sta->assoc_id = cpu_to_le32(vif->bss_conf.aid); in iwl_mvm_mac_ctxt_cmd_sta()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | rxon.c | 1447 ctx->staging.assoc_id = cpu_to_le16(vif->bss_conf.aid); in iwlagn_bss_info_changed()
|
/linux-4.1.27/net/nfc/ |
D | netlink.c | 524 evt_transaction->aid) || in nfc_genl_se_transaction()
|
/linux-4.1.27/Documentation/security/ |
D | credentials.txt | 302 the task pointer to make it point to the new copy. There are wrappers to aid
|
/linux-4.1.27/drivers/net/wireless/ath/ar5523/ |
D | ar5523.c | 1266 associd.associd = cpu_to_be32(bss->aid); in ar5523_write_associd()
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | device_main.c | 1422 priv->current_aid = conf->aid; in vnt_bss_info_changed()
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | main.c | 1134 ar->common.curaid = bss_conf->aid; in carl9170_op_bss_info_changed()
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 281 an aid in tracing the packets to their actual source and should not
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | backend-api.txt | 439 The to_do field in the retrieval record is provided to aid in this.
|
D | netfs-api.txt | 88 (1) To aid the finding of a file based on a series of keys (such as AFS's
|
/linux-4.1.27/drivers/usb/host/ |
D | Kconfig | 785 the aid of special testing hardware. In the future, this may expand
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | hw.c | 1975 macid = sta->aid + 1; in rtl92de_update_hal_rate_mask()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | hw.c | 2133 macid = sta->aid + 1; in rtl92cu_update_hal_rate_mask()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | hw.c | 1961 macid = sta->aid + 1; in rtl92ce_update_hal_rate_mask()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | hw.c | 2021 macid = sta->aid + 1; in rtl8723e_update_hal_rate_mask()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | hw.c | 2159 macid = sta->aid + 1; in rtl88ee_update_hal_rate_mask()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | hw.c | 2333 macid = sta->aid + 1; in rtl92ee_update_hal_rate_mask()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | hw.c | 2354 macid = sta->aid + 1; in rtl8723be_update_hal_rate_mask()
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 521 As a debugging aid, if debugfs is available a /sys/kernel/debug/gpio file
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2898 psta->aid); in cfg80211_rtw_del_station()
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 172 debugging device. This can aid debugging the kernel, since the
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 48 fields to aid in locating the payload.
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | hw.c | 3670 macid = sta->aid + 1; in rtl8821ae_update_hal_rate_mask()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.lpfc | 1821 * Added lpfc_compat.h provides macros to aid compilation in the
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 731 ( not advisable for shipment ) but it is an aid to the debugging process.
|