Home
last modified time | relevance | path

Searched refs:aid (Results 1 – 25 of 162) sorted by relevance

1234567

/linux/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk23 aid = -1 # AVX id
147 aid = $2
148 if (gaid <= aid)
149 gaid = aid + 1
153 if (aid == -1 && eid == -1) # primary opcode table
205 if (aid >= 0)
206 atable[aid,0] = tname
212 if (aid >= 0)
213 atable[aid,1] = tname "_1"
219 if (aid >
[all...]
/linux/drivers/net/wireless/ath/ath6kl/
H A Dmain.c47 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 …]
H A Dtxrx.c168 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
1801 aid = ath6kl_get_aid(tid_mux); in aggr_recv_delba_req_evt()
[all …]
H A Dcore.h415 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);
/linux/drivers/net/wireless/intersil/p54/
H A Dtxrx.c306 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 …]
H A Dfwio.c260 int p54_update_beacon_tim(struct p54_common *priv, u16 aid, bool set) in p54_update_beacon_tim() argument
272 tim->entry[0] = cpu_to_le16(set ? (aid | 0x8000) : aid); in p54_update_beacon_tim()
614 psm->aid = cpu_to_le16(priv->aid); in p54_set_ps()
H A Dmain.c71 return p54_update_beacon_tim(priv, sta->aid, set); in p54_set_tim()
485 priv->aid = vif->cfg.aid; in p54_bss_info_changed()
491 priv->aid = 0; in p54_bss_info_changed()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c409 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo()
410 pstapriv->tim_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo()
412 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo()
413 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo()
414 psta->aid = 0; in rtw_free_stainfo()
H A Drtw_recv.c914 u16 aid; in validate_recv_ctrl_frame() local
917 aid = GetAid(pframe); in validate_recv_ctrl_frame()
918 if (psta->aid != aid) in validate_recv_ctrl_frame()
949 if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) { in validate_recv_ctrl_frame()
979 pstapriv->tim_bitmap &= ~BIT(psta->aid); in validate_recv_ctrl_frame()
993 if (pstapriv->tim_bitmap&BIT(psta->aid)) { in validate_recv_ctrl_frame()
1001 pstapriv->tim_bitmap &= ~BIT(psta->aid); in validate_recv_ctrl_frame()
/linux/drivers/char/tpm/
H A Dtpm_tis.c140 const struct acpi_device_id *aid = acpi_match_device(tpm_acpi_tbl, dev); in check_acpi_tpm2() local
145 if (!aid || aid->driver_data != DEVICE_IS_TPM2) in check_acpi_tpm2()
/linux/drivers/media/test-drivers/vidtv/
H A DKconfig7 validate the existing APIs in the media subsystem. It can also aid developers
/linux/tools/memory-model/litmus-tests/
H A DSB+rfionceonce-poonceonces.litmus31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
/linux/drivers/net/wireless/realtek/rtw88/
H A Dbf.c74 bfee->aid = vif->cfg.aid; in rtw_bf_assoc()
256 param.my_aid = bfee->aid & 0xfff; in rtw_bf_enable_bfee_mu()
H A Dmac80211.c113 .aid = {.addr = 0x06a8, .mask = 0x7ff},
120 .aid = {.addr = 0x0710, .mask = 0x7ff},
127 .aid = {.addr = 0x1600, .mask = 0x7ff},
134 .aid = {.addr = 0x1604, .mask = 0x7ff},
141 .aid = {.addr = 0x1608, .mask = 0x7ff},
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c92 rt2x00dev->aid = vif->cfg.assoc ? vif->cfg.aid : 0; in rt2x00lib_config_erp()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gc_9_4_3.c230 unsigned int aid = phy_inst / 2; in kgd_gfx_v9_4_3_set_pasid_vmid_mapping() local
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()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst204 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
/linux/drivers/media/test-drivers/
H A DKconfig32 This enables the DVB test drivers. They are meant as an aid for
/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.h50 int wfx_hif_set_bss_params(struct wfx_vif *wvif, int aid, int beacon_lost_count);
/linux/drivers/net/wireless/ti/wlcore/
H A Dwl12xx_80211.h114 __le16 aid; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c664 u16 cap_info, status_code, aid; in mwifiex_ret_802_11_associate() local
691 aid = le16_to_cpu(assoc_rsp->a_id); in mwifiex_ret_802_11_associate()
693 if ((aid & (BIT(15) | BIT(14))) != (BIT(15) | BIT(14))) in mwifiex_ret_802_11_associate()
696 aid); in mwifiex_ret_802_11_associate()
698 aid &= ~(BIT(15) | BIT(14)); in mwifiex_ret_802_11_associate()
703 assoc_rsp->a_id = cpu_to_le16(aid); in mwifiex_ret_802_11_associate()
/linux/drivers/nfc/st21nfca/
H A Dse.c340 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()
/linux/net/ceph/
H A DKconfig29 line to aid debugging. This increases kernel size and slows
/linux/drivers/net/wireless/ti/wl1251/
H A Dwl12xx_80211.h125 __le16 aid; member
/linux/drivers/staging/rtl8723bs/include/
H A Dwlan_bssdef.h182 int aid; /* will only be valid when a BSS is joinned. */ member

1234567