/openbmc/linux/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 23 aid = -1 # AVX id 142 aid = $2 143 if (gaid <= aid) 144 gaid = aid + 1 148 if (aid == -1 && eid == -1) # primary opcode table 200 if (aid >= 0) 201 atable[aid,0] = tname 207 if (aid >= 0) 208 atable[aid,1] = tname "_1" 214 if (aid >= 0) [all …]
|
/openbmc/linux/tools/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 23 aid = -1 # AVX id 142 aid = $2 143 if (gaid <= aid) 144 gaid = aid + 1 148 if (aid == -1 && eid == -1) # primary opcode table 200 if (aid >= 0) 201 atable[aid,0] = tname 207 if (aid >= 0) 208 atable[aid,1] = tname "_1" 214 if (aid >= 0) [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A 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() 137 "deleting station %pM aid=%d reason=%d\n", in ath6kl_remove_sta() 138 mac, ar->sta_list[i].aid, reason); in ath6kl_remove_sta() [all …]
|
H A D | txrx.c | 27 * aid - tid_mux4..tid_mux7 168 conn->aid, 1, 0); in ath6kl_process_uapsdq() 205 conn->aid, 1); in ath6kl_process_psq() 1295 conn->aid, 0, flags); in ath6kl_uapsd_trigger_frame_rx() 1503 conn->aid, 0, 0); in ath6kl_rx() 1507 conn->aid, 0); in ath6kl_rx() 1705 u8 tid, aid; in aggr_recv_addba_req_evt() local 1708 aid = ath6kl_get_aid(tid_mux); in aggr_recv_addba_req_evt() 1709 sta = ath6kl_find_sta_by_aid(vif->ar, aid); in aggr_recv_addba_req_evt() 1798 u8 tid, aid; in aggr_recv_delba_req_evt() local [all …]
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.h | 47 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member 203 /* pointers to STA info; based on allocated AID or NULL if AID free 204 * AID is in the range 1-2007, so sta_aid[0] corresponders to AID 1
|
H A D | hostap_ap.c | 133 if (sta->aid > 0) in ap_free_sta() 134 ap->sta_aid[sta->aid - 1] = NULL; in ap_free_sta() 145 static void hostap_set_tim(local_info_t *local, int aid, int set) in hostap_set_tim() argument 148 local->func->set_tim(local->dev, aid, set); in hostap_set_tim() 229 if (sta->timeout_next == STA_DEAUTH && sta->aid > 0 && in ap_handle_timer() 231 hostap_set_tim(local, sta->aid, 0); in ap_handle_timer() 1007 sta->addr, atomic_read(&sta->users), sta->aid, in prism2_sta_proc_show() 1607 /* get a unique AID */ in handle_assoc() 1608 if (sta->aid > 0) in handle_assoc() 1609 txt = "OK, old AID"; in handle_assoc() [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | sta_info.h | 84 uint aid; member 326 /* pointers to STA info; based on allocated AID or NULL if AID free 327 * AID is in the range 1-2007, so sta_aid[0] corresponders to AID 1 332 u16 sta_dz_bitmap;/* only support for 15 stations, aid bitmap for sleeping stations. */ 333 u16 tim_bitmap;/* only support 15 stations, aid = 0~15 mapping bit0~bit15 */
|
/openbmc/linux/drivers/staging/vt6656/ |
H A D | power.c | 41 u16 aid = priv->current_aid | BIT(14) | BIT(15); in vnt_enable_power_saving() local 47 /* set AID */ in vnt_enable_power_saving() 48 vnt_mac_write_word(priv, MAC_REG_AIDATIM, aid); in vnt_enable_power_saving()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gc_9_4_3.c | 229 /* Every two XCCs share one AID */ in kgd_gfx_v9_4_3_set_pasid_vmid_mapping() 230 unsigned int aid = phy_inst / 2; in kgd_gfx_v9_4_3_set_pasid_vmid_mapping() local 261 /* Every 4 numbers is a cycle. 1st is AID, 2nd and 3rd are XCDs, in kgd_gfx_v9_4_3_set_pasid_vmid_mapping() 262 * and the 4th is reserved. Therefore "aid * 4 + (xcc_inst % 2) + 1" in kgd_gfx_v9_4_3_set_pasid_vmid_mapping() 263 * programs _LUT for XCC and "aid * 4" for AID where the XCC connects in kgd_gfx_v9_4_3_set_pasid_vmid_mapping() 267 aid * 4 + (phy_inst % 2) + 1); in kgd_gfx_v9_4_3_set_pasid_vmid_mapping() 271 aid * 4); in kgd_gfx_v9_4_3_set_pasid_vmid_mapping()
|
H A D | aqua_vanjaram.c | 288 * bit[34]: indicate cross AID access 289 * bit[33:32]: indicate target AID id 290 * AID id range is 0 ~ 3 as maximum AID number is 4. 641 /* generally 1 AID supports 4 instances */ in aqua_vanjaram_init_soc_config()
|
/openbmc/linux/net/mac80211/ |
H A D | mesh_plink.c | 234 2 + /* AID */ in mesh_plink_frame_tx() 279 /* AID */ in mesh_plink_frame_tx() 281 put_unaligned_le16(sta->sta.aid, pos); in mesh_plink_frame_tx() 491 int aid; in mesh_allocate_aid() local 497 /* reserve aid 0 for mcast indication */ in mesh_allocate_aid() 502 __set_bit(sta->sta.aid, aid_map); in mesh_allocate_aid() 505 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid() 508 if (aid > IEEE80211_MAX_AID) in mesh_allocate_aid() 511 return aid; in mesh_allocate_aid() 518 int aid; in __mesh_sta_info_alloc() local [all …]
|
/openbmc/linux/drivers/net/wireless/intersil/p54/ |
H A 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() 686 u8 *queue, u32 *extra_len, u16 *flags, u16 *aid, in p54_tx_80211_header() argument 714 *aid = 0; in p54_tx_80211_header() 718 *aid = 1; in p54_tx_80211_header() 724 *aid = 0; in p54_tx_80211_header() 731 *aid = 0; in p54_tx_80211_header() 736 *aid = 0; in p54_tx_80211_header() 756 *aid = sta->aid; in p54_tx_80211_header() 787 u16 hdr_flags = 0, aid = 0; in p54_tx_80211() local [all …]
|
/openbmc/qemu/include/hw/misc/ |
H A D | mps2-scc.h | 19 * + QOM property "scc-aid": value of the read-only SCC_AID register 60 uint32_t aid; member
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | blkio-controller.rst | 204 Debugging aid only enabled if CONFIG_BFQ_CGROUP_DEBUG=y. 210 Debugging aid only enabled if CONFIG_BFQ_CGROUP_DEBUG=y. 221 Debugging aid only enabled if CONFIG_BFQ_CGROUP_DEBUG=y. 230 Debugging aid only enabled if CONFIG_BFQ_CGROUP_DEBUG=y. 239 Debugging aid only enabled if CONFIG_BFQ_CGROUP_DEBUG=y. This
|
/openbmc/linux/drivers/nfc/st21nfca/ |
H A D | se.c | 322 * AID 81 5 to 16 in st21nfca_connectivity_event_received() 325 * The key differences are aid storage length is variably sized in st21nfca_connectivity_event_received() 332 * member name: aid_tag(M) aid_len aid params_tag(M) params_len params in st21nfca_connectivity_event_received() 340 if (skb->len < aid_len + 4 || aid_len > sizeof(transaction->aid)) in st21nfca_connectivity_event_received() 359 memcpy(transaction->aid, &skb->data[2], aid_len); in st21nfca_connectivity_event_received()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_sta_mgt.c | 411 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo() 412 pstapriv->tim_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo() 414 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo() 415 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo() 416 psta->aid = 0; in rtw_free_stainfo()
|
/openbmc/qemu/hw/s390x/ |
H A D | trace-events | 24 s390_pci_sclp_nodev(const char *str, uint32_t aid) "%s no dev found aid 0x%x"
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00config.c | 91 /* Update the AID, this is needed for dynamic PS support */ in rt2x00lib_config_erp() 92 rt2x00dev->aid = vif->cfg.assoc ? vif->cfg.aid : 0; in rt2x00lib_config_erp()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | bf.c | 74 bfee->aid = vif->cfg.aid; in rtw_bf_assoc() 212 /* MAC address/Partial AID of Beamformer */ in rtw_bf_enable_bfee_su() 256 param.my_aid = bfee->aid & 0xfff; in rtw_bf_enable_bfee_mu()
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_pci.c | 55 u32 aid; /* adapter identifier */ member 72 sccb->aid = fid; in do_pci_configure()
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | main.c | 610 if (sta_priv->aid) in wcn36xx_set_key() 864 "mac assoc bss %pM vif %pM AID=%d\n", in wcn36xx_bss_info_changed() 867 vif->cfg.aid); in wcn36xx_bss_info_changed() 893 sta_priv->aid = vif->cfg.aid; in wcn36xx_bss_info_changed() 896 * place where AID is available. in wcn36xx_bss_info_changed() 904 "disassociated bss %pM vif %pM AID=%d\n", in wcn36xx_bss_info_changed() 907 vif->cfg.aid); in wcn36xx_bss_info_changed() 1042 * at this stage AID is not available yet. in wcn36xx_sta_add() 1046 sta_priv->aid = sta->aid; in wcn36xx_sta_add()
|
/openbmc/qemu/hw/misc/ |
H A D | mps2-scc.c | 54 REG32(AID, 0xFF8) 219 r = s->aid; in mps2_scc_read() 464 DEFINE_PROP_UINT32("scc-aid", MPS2SCC, aid, 0),
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | Kconfig | 7 validate the existing APIs in the media subsystem. It can also aid developers
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.h | 305 results. This is *purely* a debugging aid. */ 312 likely hang! This is *purely* a debugging aid. */ 326 a debugging aid. */
|
/openbmc/linux/drivers/nfc/st-nci/ |
H A D | se.c | 328 * AID 81 5 to 16 in st_nci_hci_connectivity_event_received() 331 * The key differences are aid storage length is variably sized in st_nci_hci_connectivity_event_received() 339 * mem name: aid_tag(M) aid_len aid params_tag(M) params_len params in st_nci_hci_connectivity_event_received() 348 aid_len > sizeof(transaction->aid)) in st_nci_hci_connectivity_event_received() 368 memcpy(transaction->aid, &skb->data[2], aid_len); in st_nci_hci_connectivity_event_received()
|