| /linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
| 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.4.14/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.4.14/drivers/staging/rtl8188eu/os_dep/ |
| D | mlme_linux.c | 157 if (psta->aid > NUM_STA) in rtw_indicate_sta_assoc_event() 160 if (pstapriv->sta_aid[psta->aid - 1] != psta) in rtw_indicate_sta_assoc_event() 181 if (psta->aid > NUM_STA) in rtw_indicate_sta_disassoc_event() 184 if (pstapriv->sta_aid[psta->aid - 1] != psta) in rtw_indicate_sta_disassoc_event()
|
| D | ioctl_linux.c | 2505 DBG_88E("rtw_add_sta(aid =%d) =%pM\n", param->u.add_sta.aid, (param->sta_addr)); in rtw_add_sta() 2519 psta->aid = param->u.add_sta.aid;/* aid = 1~2007 */ in rtw_add_sta() 2611 psta_data->aid = (u16)psta->aid; in rtw_ioctl_get_sta_data()
|
| /linux-4.4.14/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 932 struct ath6kl_sta *ath6kl_find_sta_by_aid(struct ath6kl *ar, u8 aid); 944 void ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr, 957 void ath6kl_pspoll_event(struct ath6kl_vif *vif, u8 aid);
|
| D | wmi.h | 1530 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.4.14/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 | 697 priv->current_aid = conf->aid; in vnt_bss_info_changed()
|
| /linux-4.4.14/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() 619 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() 490 priv->aid = info->aid; in p54_bss_info_changed() 496 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.4.14/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 | 249 pstapriv->tim_bitmap |= CHKBIT(psta->aid); in expire_timeout_chk23a() 413 if (psta->aid < NUM_STA) { in add_RATid23a() 443 DBG_8723A("station aid %d exceed the max number\n", psta->aid); in add_RATid23a() 457 psta->aid = 0; /* default set to 0 */ in update_bmc_sta() 458 psta->mac_id = psta->aid + 1; in update_bmc_sta() 543 psta->mac_id = psta->aid+1; in update_sta_info23a_apmode23a()
|
| D | rtw_mlme_ext.c | 1675 if (pstat->aid > 0) { in OnAssocReq23a() 1676 DBG_8723A(" old AID %d\n", pstat->aid); in OnAssocReq23a() 1678 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq23a() 1679 if (pstapriv->sta_aid[pstat->aid - 1] == NULL) in OnAssocReq23a() 1682 if (pstat->aid > NUM_STA) in OnAssocReq23a() 1683 pstat->aid = NUM_STA; in OnAssocReq23a() 1684 if (pstat->aid > pstapriv->max_num_sta) { in OnAssocReq23a() 1686 pstat->aid = 0; in OnAssocReq23a() 1694 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq23a() 1695 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 | 1458 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.4.14/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.4.14/drivers/staging/rtl8188eu/core/ |
| D | rtw_sta_mgt.c | 378 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo() 379 pstapriv->tim_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo() 381 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo() 382 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo() 383 psta->aid = 0; in rtw_free_stainfo()
|
| D | rtw_mlme.c | 153 pnetwork->aid = 0; in _rtw_alloc_network() 479 pnetwork->aid = 0; in rtw_update_scanned_network() 915 psta->aid = pnetwork->join_res; in rtw_joinbss_update_stainfo() 990 cur_network->aid = pnetwork->join_res; in rtw_joinbss_update_network() 1168 u8 aid; in search_max_mac_id() local 1177 for (aid = (pstapriv->max_num_sta); aid > 0; aid--) { in search_max_mac_id() 1178 if (pstapriv->sta_aid[aid-1] != NULL) in search_max_mac_id() 1181 mac_id = aid + 1; in search_max_mac_id()
|
| D | rtw_recv.c | 964 u16 aid; in validate_recv_ctrl_frame() local 968 aid = GetAid(pframe); in validate_recv_ctrl_frame() 971 if ((psta == NULL) || (psta->aid != aid)) in validate_recv_ctrl_frame() 1006 if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) { in validate_recv_ctrl_frame() 1037 pstapriv->tim_bitmap &= ~BIT(psta->aid); in validate_recv_ctrl_frame() 1044 if (pstapriv->tim_bitmap&BIT(psta->aid)) { in validate_recv_ctrl_frame() 1055 pstapriv->tim_bitmap &= ~BIT(psta->aid); in validate_recv_ctrl_frame()
|
| D | rtw_ap.c | 371 pstapriv->tim_bitmap |= BIT(psta->aid); in expire_timeout_chk() 520 if (psta->aid < NUM_STA) { in add_RATid() 549 DBG_88E("station aid %d exceed the max number\n", psta->aid); in add_RATid() 564 psta->aid = 0;/* default set to 0 */ in update_bmc_sta() 565 psta->mac_id = psta->aid + 1; in update_bmc_sta() 647 psta->mac_id = psta->aid+1; in update_sta_info_apmode()
|
| D | rtw_mlme_ext.c | 961 leval = cpu_to_le16(pstat->aid | BIT(14) | BIT(15)); in issue_asocrsp() 3354 if (pstat->aid > 0) { in OnAssocReq() 3355 DBG_88E(" old AID %d\n", pstat->aid); in OnAssocReq() 3357 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq() 3358 if (pstapriv->sta_aid[pstat->aid - 1] == NULL) in OnAssocReq() 3362 if (pstat->aid > pstapriv->max_num_sta) { in OnAssocReq() 3363 pstat->aid = 0; in OnAssocReq() 3371 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq() 3372 DBG_88E("allocate new AID=(%d)\n", pstat->aid); in OnAssocReq() 3411 report_add_sta_event(padapter, pstat->hwaddr, pstat->aid); in OnAssocReq() [all …]
|
| D | rtw_xmit.c | 1820 if (pstapriv->sta_dz_bitmap&BIT(psta->aid)) { in xmitframe_enqueue_for_sleeping_sta() 1852 pstapriv->tim_bitmap |= BIT(psta->aid); in xmitframe_enqueue_for_sleeping_sta() 1912 pstapriv->sta_dz_bitmap |= BIT(psta->aid); in stop_sta_xmit() 2000 pstapriv->tim_bitmap &= ~BIT(psta->aid); in wakeup_sta_to_xmit() 2012 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in wakeup_sta_to_xmit() 2122 pstapriv->tim_bitmap &= ~BIT(psta->aid); in xmit_delivery_enabled_frames()
|
| D | rtw_debug.c | 265 …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() 864 …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.4.14/net/mac80211/ |
| D | mesh_plink.c | 258 put_unaligned_le16(sta->sta.aid, pos); in mesh_plink_frame_tx() 438 int aid; in mesh_allocate_aid() local 450 __set_bit(sta->sta.aid, aid_map); in mesh_allocate_aid() 453 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid() 456 if (aid > IEEE80211_MAX_AID) in mesh_allocate_aid() 459 return aid; in mesh_allocate_aid() 466 int aid; in __mesh_sta_info_alloc() local 471 aid = mesh_allocate_aid(sdata); in __mesh_sta_info_alloc() 472 if (aid < 0) in __mesh_sta_info_alloc() 481 sta->sta.aid = aid; in __mesh_sta_info_alloc() [all …]
|
| D | mlme.c | 2864 u16 capab_info, aid; in ieee80211_assoc_success() local 2875 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_assoc_success() 2878 if ((aid & (BIT(15) | BIT(14))) != (BIT(15) | BIT(14))) in ieee80211_assoc_success() 2880 aid); in ieee80211_assoc_success() 2881 aid &= ~(BIT(15) | BIT(14)); in ieee80211_assoc_success() 2885 if (aid == 0 || aid > IEEE80211_MAX_AID) { in ieee80211_assoc_success() 2887 aid); in ieee80211_assoc_success() 2888 aid = 0; in ieee80211_assoc_success() 2900 ifmgd->aid = aid; in ieee80211_assoc_success() 3086 bss_conf->aid = aid; in ieee80211_assoc_success() [all …]
|
| D | debugfs_sta.c | 52 STA_FILE(aid, sta.aid, D);
|
| D | debugfs_netdev.c | 241 IEEE80211_IF_FILE(aid, u.mgd.aid, DEC); 626 DEBUGFS_ADD(aid); in add_sta_files()
|
| D | sta_info.h | 307 u16 aid; member
|
| D | mesh_ps.c | 582 sta->mesh->aid); in ieee80211_mps_frame_release()
|
| D | trace.h | 371 __field(u16, aid) 407 __entry->aid = info->aid;
|
| D | tx.c | 499 sta->sta.addr, sta->sta.aid, ac); in ieee80211_tx_h_unicast_ps_buf() 3609 pspoll->aid = cpu_to_le16(ifmgd->aid); in ieee80211_pspoll_get() 3612 pspoll->aid |= cpu_to_le16(1 << 15 | 1 << 14); in ieee80211_pspoll_get()
|
| D | sta_info.c | 644 u16 id = sta->sta.aid; in __sta_info_recalc_tim() 1239 sta->sta.addr, sta->sta.aid, filtered, buffered); in ieee80211_sta_ps_deliver_wakeup()
|
| D | rx.c | 1238 sta->sta.addr, sta->sta.aid); in sta_ps_start() 1258 sta->sta.addr, sta->sta.aid); in sta_ps_end() 1269 sta->sta.addr, sta->sta.aid); in sta_ps_end()
|
| D | cfg.c | 1138 if (params->aid) in sta_apply_parameters() 1139 sta->sta.aid = params->aid; in sta_apply_parameters()
|
| D | ieee80211_i.h | 448 u16 aid; member
|
| D | tdls.c | 227 put_unaligned_le16(ifmgd->aid, pos); in ieee80211_tdls_add_aid()
|
| /linux-4.4.14/drivers/misc/eeprom/ |
| D | at24.c | 491 const struct acpi_device_id *aid; in at24_probe() local 493 aid = acpi_match_device(at24_acpi_ids, &client->dev); in at24_probe() 494 if (aid) in at24_probe() 495 magic = aid->driver_data; in at24_probe()
|
| /linux-4.4.14/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 | 238 sta_params->aid = priv_sta->aid; in wcn36xx_smd_set_sta_params() 934 v1->aid = orig->aid; in wcn36xx_smd_convert_sta_to_v1() 998 sta->bssid, sta->type, sta->mac, sta->aid); in wcn36xx_smd_config_sta_v1() 1026 sta_params->type, sta_params->mac, sta_params->aid); in wcn36xx_smd_config_sta() 1149 sta->bssid_index, sta->aid, sta->type, sta->mac); in wcn36xx_smd_config_bss_v1() 1300 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.4.14/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 | 908 u16 aid; member
|
| /linux-4.4.14/drivers/staging/wlan-ng/ |
| D | p80211mgmt.h | 390 u16 *aid; member 425 u16 *aid; member
|
| /linux-4.4.14/net/ceph/ |
| D | Kconfig | 25 line to aid debugging. This increases kernel size and slows
|
| /linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
| D | wl12xx_80211.h | 114 __le16 aid; member
|
| D | cmd.h | 61 u16 aid); 601 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 | 2960 wlvif->aid = bss_conf->aid; in wlcore_set_assoc() 2973 ret = wl1271_cmd_build_ps_poll(wl, wlvif, wlvif->aid); in wlcore_set_assoc() 3003 ret = wl1271_acx_aid(wl, wlvif, wlvif->aid); in wlcore_set_assoc() 3055 wlvif->aid = 0; in wlcore_unset_assoc() 4277 bss_conf->bssid, bss_conf->aid, in wlcore_set_bssid() 5030 wl1271_debug(DEBUG_MAC80211, "mac80211 add sta %d", (int)sta->aid); in wl12xx_sta_add() 5053 wl1271_debug(DEBUG_MAC80211, "mac80211 remove sta %d", (int)sta->aid); in wl12xx_sta_remove() 5239 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.4.14/drivers/staging/rtl8712/ |
| D | sta_info.h | 65 uint aid; member
|
| D | wlan_bssdef.h | 199 int aid; /*will only be valid when a BSS is joined. */ member
|
| D | rtl871x_mp_ioctl.c | 207 tgt_network->aid = psta->aid = 1; in mp_start_test()
|
| D | ieee80211.h | 616 u16 aid; member
|
| D | rtl871x_cmd.c | 976 psta->aid = psta->mac_id = psetstakey_rsp->keyid; /*CAM_ID(CAM_ENTRY)*/ in r8712_setstaKey_cmdrsp_callback() 996 psta->aid = psta->mac_id = passocsta_rsp->cam_id; in r8712_setassocsta_cmdrsp_callback()
|
| D | rtl871x_mlme.c | 833 ptarget_sta->aid = pnetwork->join_res; in r8712_joinbss_event_callback() 883 cur_network->aid = pnetwork->join_res; in r8712_joinbss_event_callback()
|
| /linux-4.4.14/include/linux/ |
| D | ieee80211.h | 884 __le16 aid; member 1072 __le16 aid; member 2455 u8 tim_len, u16 aid) in ieee80211_check_tim() argument 2463 aid &= 0x3fff; in ieee80211_check_tim() 2464 index = aid / 8; in ieee80211_check_tim() 2465 mask = 1 << (aid & 7); in ieee80211_check_tim()
|
| /linux-4.4.14/drivers/net/wireless/mwifiex/ |
| D | join.c | 646 u16 cap_info, status_code, aid; in mwifiex_ret_802_11_associate() local 652 aid = le16_to_cpu(assoc_rsp->a_id); in mwifiex_ret_802_11_associate() 654 if ((aid & (BIT(15) | BIT(14))) != (BIT(15) | BIT(14))) in mwifiex_ret_802_11_associate() 657 aid); in mwifiex_ret_802_11_associate() 659 aid &= ~(BIT(15) | BIT(14)); in mwifiex_ret_802_11_associate() 666 assoc_rsp->a_id = cpu_to_le16(aid); in mwifiex_ret_802_11_associate()
|
| D | sta_cmd.c | 1682 struct mwifiex_ie_types_aid *aid; in mwifiex_cmd_tdls_oper() local 1773 if (params->aid) { in mwifiex_cmd_tdls_oper() 1774 aid = (struct mwifiex_ie_types_aid *)(pos + config_len); in mwifiex_cmd_tdls_oper() 1775 aid->header.type = cpu_to_le16(WLAN_EID_AID); in mwifiex_cmd_tdls_oper() 1776 aid->header.len = cpu_to_le16(sizeof(params->aid)); in mwifiex_cmd_tdls_oper() 1777 aid->aid = cpu_to_le16(params->aid); in mwifiex_cmd_tdls_oper()
|
| D | main.h | 362 u16 aid; member 740 u16 aid; member
|
| D | fw.h | 1653 __le16 aid; member
|
| D | tdls.c | 964 sta_ptr->tdls_cap.aid = in mwifiex_process_tdls_action_frame()
|
| /linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
| D | wl12xx_80211.h | 125 __le16 aid; member
|
| D | acx.c | 668 int wl1251_acx_aid(struct wl1251 *wl, u16 aid) in wl1251_acx_aid() argument 679 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 | 1156 ret = wl1251_acx_aid(wl, bss_conf->aid); in wl1251_op_bss_info_changed()
|
| /linux-4.4.14/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.4.14/net/decnet/ |
| D | Kconfig | 20 below when using DECnet, since you will need sysctl support to aid
|
| /linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
| D | mac.h | 129 u8 aid; member
|
| /linux-4.4.14/drivers/staging/rtl8188eu/include/ |
| D | wlan_bssdef.h | 271 int aid; /* will only be valid when a BSS is joinned. */ member
|
| D | ieee80211.h | 243 u16 aid; member 266 u16 aid; member 770 u16 aid; member
|
| D | ieee80211_ext.h | 202 u16 aid; member
|
| D | sta_info.h | 94 uint aid; member
|
| D | rtw_mlme_ext.h | 330 u16 aid; member
|
| /linux-4.4.14/Documentation/arm64/ |
| D | legacy_instructions.txt | 18 Uses software emulation. To aid migration of software, in this mode
|
| /linux-4.4.14/drivers/gpu/drm/panel/ |
| D | panel-samsung-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.4.14/drivers/net/wireless/brcm80211/ |
| D | Kconfig | 77 Tracing can be enabled at runtime to aid in debugging wireless
|
| /linux-4.4.14/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.4.14/drivers/net/wireless/realtek/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.4.14/drivers/staging/wilc1000/ |
| D | wilc_wfi_cfgoperations.c | 2998 memcpy(priv->assoc_stainfo.au8Sta_AssociatedBss[params->aid], mac, ETH_ALEN); in add_station() 2999 strStaParams.u16AssocID = params->aid; in add_station() 3003 PRINT_D(CFG80211_DBG, "Adding station parameters %d\n", params->aid); in add_station() 3005 …aid][0], priv->assoc_stainfo.au8Sta_AssociatedBss[params->aid][1], priv->assoc_stainfo.au8Sta_Asso… in add_station() 3006 priv->assoc_stainfo.au8Sta_AssociatedBss[params->aid][5]); in add_station() 3112 strStaParams.u16AssocID = params->aid; in change_station()
|
| /linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
| D | open-pic.txt | 10 NOTE: Many of these descriptions were paraphrased here from [1] to aid
|
| /linux-4.4.14/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.4.14/drivers/s390/char/ |
| D | sclp_cmd.c | 593 u32 aid; /* adapter identifier */ member 610 sccb->aid = fid; in do_pci_configure()
|
| /linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
| D | rtl8188e_cmd.c | 327 SetDuration(pframe, (pmlmeinfo->aid | 0xc000)); in ConstructPSPoll() 576 usb_write16(adapt, REG_BCN_PSR_RPT, (0xC000|pmlmeinfo->aid)); in rtl8188e_set_FwJoinBssReport_cmd()
|
| /linux-4.4.14/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.4.14/include/net/nfc/ |
| D | nfc.h | 158 u8 aid[NFC_MAX_AID_LENGTH]; member
|
| /linux-4.4.14/arch/sh/ |
| D | Kconfig.debug | 56 the faulting instruction as a debugging aid. As this does grow
|
| /linux-4.4.14/drivers/staging/rtl8723au/hal/ |
| D | rtl8723a_cmd.c | 291 pwlanhdr->duration_id = cpu_to_le16(pmlmeinfo->aid | 0xc000); in ConstructPSPoll() 579 0xC000|pmlmeinfo->aid); in rtl8723a_set_FwJoinBssReport_cmd()
|
| /linux-4.4.14/drivers/staging/rtl8723au/include/ |
| D | sta_info.h | 94 uint aid; member
|
| D | rtw_mlme_ext.h | 332 u16 aid; member
|
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
| D | fwil_types.h | 496 __le16 aid; /* association ID */ member
|
| /linux-4.4.14/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() 1594 info->assoc, info->aid); in mac80211_hwsim_bss_info_changed() 1596 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.4.14/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211_softmac.c | 883 assoc->aid = cpu_to_le16(ieee->assoc_id); in ieee80211_assoc_resp() 1632 static inline u16 assoc_parse(struct ieee80211_device *ieee, struct sk_buff *skb, int *aid) in assoc_parse() argument 1643 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse() 1980 int aid; in ieee80211_rx_frame_softmac() local 2010 errcode = assoc_parse(ieee, skb, &aid); in ieee80211_rx_frame_softmac() 2013 ieee->assoc_id = aid; in ieee80211_rx_frame_softmac()
|
| D | ieee80211.h | 1016 __le16 aid; member
|
| /linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
| D | mac.c | 1556 ret = ath10k_wmi_vdev_up(arvif->ar, arvif->vdev_id, arvif->aid, in ath10k_mac_vif_fix_hidden_ssid() 1592 arvif->aid = 0; in ath10k_control_beaconing() 1595 ret = ath10k_wmi_vdev_up(arvif->ar, arvif->vdev_id, arvif->aid, in ath10k_control_beaconing() 1951 u32 aid; in ath10k_peer_assoc_h_basic() local 1956 aid = vif->bss_conf.aid; in ath10k_peer_assoc_h_basic() 1958 aid = sta->aid; in ath10k_peer_assoc_h_basic() 1962 arg->peer_aid = aid; in ath10k_peer_assoc_h_basic() 2600 arvif->vdev_id, arvif->bssid, arvif->aid); in ath10k_bss_assoc() 2650 arvif->vdev_id, bss_conf->bssid, bss_conf->aid); in ath10k_bss_assoc() 2654 arvif->aid = bss_conf->aid; in ath10k_bss_assoc() [all …]
|
| D | wmi-ops.h | 77 struct sk_buff *(*gen_vdev_up)(struct ath10k *ar, u32 vdev_id, u32 aid, 572 ath10k_wmi_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, const u8 *bssid) in ath10k_wmi_vdev_up() argument 579 skb = ar->wmi.ops->gen_vdev_up(ar, vdev_id, aid, bssid); in ath10k_wmi_vdev_up()
|
| D | core.h | 356 u32 aid; member
|
| D | wmi-tlv.c | 1713 ath10k_wmi_tlv_op_gen_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, in ath10k_wmi_tlv_op_gen_vdev_up() argument 1730 cmd->vdev_assoc_id = __cpu_to_le32(aid); in ath10k_wmi_tlv_op_gen_vdev_up()
|
| D | wmi.c | 5905 ath10k_wmi_op_gen_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, in ath10k_wmi_op_gen_vdev_up() argument 5917 cmd->vdev_assoc_id = __cpu_to_le32(aid); in ath10k_wmi_op_gen_vdev_up() 5922 vdev_id, aid, bssid); in ath10k_wmi_op_gen_vdev_up()
|
| /linux-4.4.14/drivers/staging/rtl8192e/ |
| D | rtllib_softmac.c | 1011 assoc->aid = cpu_to_le16(ieee->assoc_id); in rtllib_assoc_resp() 1099 hdr->aid = cpu_to_le16(ieee->assoc_id | 0xc000); in rtllib_pspoll_func() 1889 int *aid) in assoc_parse() argument 1901 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse() 2217 int aid; in rtllib_rx_assoc_resp() local 2229 errcode = assoc_parse(ieee, skb, &aid); in rtllib_rx_assoc_resp() 2238 ieee->assoc_id = aid; in rtllib_rx_assoc_resp()
|
| D | rtllib.h | 779 __le16 aid; member 906 __le16 aid; member
|
| /linux-4.4.14/fs/xfs/ |
| D | Kconfig | 12 Btrees (directories, extents, free space) to aid both performance
|
| /linux-4.4.14/lib/ |
| D | Kconfig.kgdb | 13 CONFIG_FRAME_POINTER to aid in producing more reliable stack
|
| D | Kconfig.debug | 1230 a debugging aid.
|
| /linux-4.4.14/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.4.14/drivers/nfc/st21nfca/ |
| D | se.c | 332 memcpy(transaction->aid, &skb->data[2], in st21nfca_connectivity_event_received()
|
| /linux-4.4.14/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.4.14/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.4.14/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() 1970 priv->bss_params.aid = info->aid; in cw1200_bss_info_changed() 1980 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.4.14/drivers/net/wireless/ath/ath9k/ |
| D | main.c | 1021 common->curaid = avp->aid; in ath9k_set_assoc_state() 1762 avp->aid = bss_conf->aid; in ath9k_bss_info_changed() 1771 common->curaid = bss_conf->aid; in ath9k_bss_info_changed()
|
| D | ath9k.h | 601 u16 aid; member
|
| D | htc_drv_main.c | 1494 common->curaid = bss_conf->aid; in ath9k_htc_bss_iter() 1545 common->curaid = bss_conf->aid; in ath9k_htc_bss_info_changed()
|
| /linux-4.4.14/drivers/net/wireless/libertas/ |
| D | host.h | 536 __le16 aid; member
|
| D | cfg.c | 1237 le16_to_cpu(resp->capability), le16_to_cpu(resp->aid)); in lbs_associate()
|
| /linux-4.4.14/Documentation/device-mapper/ |
| D | snapshot.txt | 108 device is renamed to <origin name>-cow to aid LVM2's cleanup of the
|
| /linux-4.4.14/arch/metag/ |
| D | Kconfig | 168 provided as a debugging aid if the lnkget/lnkset atomicity primitive
|
| /linux-4.4.14/Documentation/acpi/ |
| D | method-tracing.txt | 83 interpretion, thus can aid issue debugging and performance tuning. Note
|
| /linux-4.4.14/drivers/nfc/st-nci/ |
| D | se.c | 351 memcpy(transaction->aid, &skb->data[2], transaction->aid_len); in st_nci_hci_connectivity_event_received()
|
| /linux-4.4.14/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.4.14/drivers/net/wireless/ipw2x00/ |
| D | libipw.h | 485 __le16 aid; member
|
| D | libipw_rx.c | 1340 network->atim_window = le16_to_cpu(frame->aid); in libipw_handle_assoc_resp()
|
| /linux-4.4.14/include/net/ |
| D | mac80211.h | 519 u16 aid; member 1688 u16 aid; member
|
| D | cfg80211.h | 823 u16 aid; member
|
| /linux-4.4.14/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 | 3975 if (params->aid && in cfg80211_check_station_change() 4226 params->aid = nla_get_u16(info->attrs[NL80211_ATTR_PEER_AID]); in nl80211_set_station_tdls() 4260 params.aid = nla_get_u16(info->attrs[NL80211_ATTR_PEER_AID]); in nl80211_set_station() 4390 params.aid = nla_get_u16(info->attrs[NL80211_ATTR_PEER_AID]); in nl80211_new_station() 4392 params.aid = nla_get_u16(info->attrs[NL80211_ATTR_STA_AID]); in nl80211_new_station() 4393 if (!params.aid || params.aid > IEEE80211_MAX_AID) in nl80211_new_station()
|
| /linux-4.4.14/Documentation/timers/ |
| D | timekeeping.txt | 63 to aid in providing these mult and shift values, such as
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
| D | base.c | 749 if (sta->aid > 0) in _rtl_txrate_selectmode() 750 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.4.14/Documentation/block/ |
| D | data-integrity.txt | 157 The profile also contains a few constants to aid in completing,
|
| /linux-4.4.14/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.4.14/Documentation/powerpc/ |
| D | eeh-pci-error-recovery.txt | 78 Detection and recovery are performed with the aid of ppc64
|
| /linux-4.4.14/Documentation/ |
| D | kernel-per-CPU-kthreads.txt | 185 governor is not required, possibly enlisting the aid of
|
| /linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
| D | mac-ctxt.c | 844 ctxt_sta->assoc_id = cpu_to_le32(vif->bss_conf.aid); in iwl_mvm_mac_ctxt_cmd_sta()
|
| /linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
| D | rxon.c | 1448 ctx->staging.assoc_id = cpu_to_le16(vif->bss_conf.aid); in iwlagn_bss_info_changed()
|
| /linux-4.4.14/net/nfc/ |
| D | netlink.c | 532 evt_transaction->aid) || in nfc_genl_se_transaction()
|
| /linux-4.4.14/drivers/staging/vt6655/ |
| D | device_main.c | 1319 priv->current_aid = conf->aid; in vnt_bss_info_changed()
|
| /linux-4.4.14/Documentation/security/ |
| D | credentials.txt | 302 the task pointer to make it point to the new copy. There are wrappers to aid
|
| /linux-4.4.14/Documentation/kbuild/ |
| D | kconfig-language.txt | 135 the file as an aid to developers.
|
| /linux-4.4.14/drivers/net/wireless/ath/ar5523/ |
| D | ar5523.c | 1266 associd.associd = cpu_to_be32(bss->aid); in ar5523_write_associd()
|
| /linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
| D | main.c | 1133 ar->common.curaid = bss_conf->aid; in carl9170_op_bss_info_changed()
|
| /linux-4.4.14/net/ipv4/ |
| D | Kconfig | 281 an aid in tracing the packets to their actual source and should not
|
| /linux-4.4.14/drivers/usb/host/ |
| D | Kconfig | 782 the aid of special testing hardware. In the future, this may expand
|
| /linux-4.4.14/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.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| D | hw.c | 1975 macid = sta->aid + 1; in rtl92de_update_hal_rate_mask()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| D | hw.c | 2021 macid = sta->aid + 1; in rtl8723e_update_hal_rate_mask()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| D | hw.c | 2083 macid = sta->aid + 1; in rtl92cu_update_hal_rate_mask()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| D | hw.c | 1961 macid = sta->aid + 1; in rtl92ce_update_hal_rate_mask()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| D | hw.c | 2159 macid = sta->aid + 1; in rtl88ee_update_hal_rate_mask()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| D | hw.c | 2354 macid = sta->aid + 1; in rtl8723be_update_hal_rate_mask()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| D | hw.c | 2333 macid = sta->aid + 1; in rtl92ee_update_hal_rate_mask()
|
| /linux-4.4.14/Documentation/gpio/ |
| D | gpio-legacy.txt | 521 As a debugging aid, if debugfs is available a /sys/kernel/debug/gpio file
|
| /linux-4.4.14/Documentation/m68k/ |
| D | kernel-options.txt | 172 debugging device. This can aid debugging the kernel, since the
|
| /linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
| D | ioctl_cfg80211.c | 2898 psta->aid); in cfg80211_rtw_del_station()
|
| /linux-4.4.14/Documentation/x86/ |
| D | boot.txt | 48 fields to aid in locating the payload.
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| D | hw.c | 3670 macid = sta->aid + 1; in rtl8821ae_update_hal_rate_mask()
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
| D | rtl8xxxu.c | 4504 0xc000 | bss_conf->aid); in rtl8xxxu_bss_info_changed()
|
| /linux-4.4.14/Documentation/s390/ |
| D | Debugging390.txt | 731 ( not advisable for shipment ) but it is an aid to the debugging process.
|
| /linux-4.4.14/Documentation/scsi/ |
| D | ChangeLog.lpfc | 1821 * Added lpfc_compat.h provides macros to aid compilation in the
|