Searched refs:aid (Results 1 - 25 of 174) sorted by relevance

1234567

/linux-master/drivers/staging/vt6656/
H A Dpower.c41 u16 aid = priv->current_aid | BIT(14) | BIT(15); local
48 vnt_mac_write_word(priv, MAC_REG_AIDATIM, aid);
/linux-master/arch/x86/tools/
H A Dgen-insn-attr-x86.awk23 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 >
[all...]
/linux-master/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk23 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 >
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dmain.c47 struct ath6kl_sta *ath6kl_find_sta_by_aid(struct ath6kl *ar, u8 aid) argument
53 if (ar->sta_list[ctr].aid == aid) {
61 static void ath6kl_add_new_sta(struct ath6kl_vif *vif, u8 *mac, u16 aid, argument
69 free_slot = aid - 1;
75 sta->aid = aid;
82 ar->ap_stats.sta[free_slot].aid = cpu_to_le32(aid);
106 memset(&ar->ap_stats.sta[sta->aid
423 ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr, u8 keymgmt, u8 ucipher, u8 auth, u8 assoc_req_len, u8 *assoc_info, u8 apsd_info) argument
868 ath6kl_pspoll_event(struct ath6kl_vif *vif, u8 aid) argument
[all...]
H A Dtxrx.c27 * aid - tid_mux4..tid_mux7
168 conn->aid, 1, 0);
205 conn->aid, 1);
1295 conn->aid, 0, flags);
1503 conn->aid, 0, 0);
1507 conn->aid, 0);
1705 u8 tid, aid; local
1708 aid = ath6kl_get_aid(tid_mux);
1709 sta = ath6kl_find_sta_by_aid(vif->ar, aid);
1798 u8 tid, aid; local
[all...]
/linux-master/drivers/net/wireless/intersil/p54/
H A Dtxrx.c306 if (!priv->aid)
320 new_psm = ieee80211_check_tim(tim_ie, tim_len, priv->aid);
686 u8 *queue, u32 *extra_len, u16 *flags, u16 *aid,
714 *aid = 0;
718 *aid = 1;
724 *aid = 0;
731 *aid = 0;
736 *aid = 0;
756 *aid = sta->aid;
683 p54_tx_80211_header(struct p54_common *priv, struct sk_buff *skb, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, u8 *queue, u32 *extra_len, u16 *flags, u16 *aid, bool *burst_possible) argument
787 u16 hdr_flags = 0, aid = 0; local
[all...]
H A Dfwio.c260 int p54_update_beacon_tim(struct p54_common *priv, u16 aid, bool set) argument
272 tim->entry[0] = cpu_to_le16(set ? (aid | 0x8000) : aid);
614 psm->aid = cpu_to_le16(priv->aid);
/linux-master/drivers/s390/char/
H A Dsclp_pci.c55 u32 aid; /* adapter identifier */ member in struct:pci_cfg_sccb
72 sccb->aid = fid;
/linux-master/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);
H A Dhif_tx.c357 int wfx_hif_set_bss_params(struct wfx_vif *wvif, int aid, int beacon_lost_count) argument
365 body->aid = cpu_to_le16(aid);
/linux-master/net/mac80211/
H A Dmesh_plink.c280 put_unaligned_le16(sta->sta.aid, pos);
501 int aid; local
507 /* reserve aid 0 for mcast indication */
512 __set_bit(sta->sta.aid, aid_map);
515 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1);
518 if (aid > IEEE80211_MAX_AID)
521 return aid;
528 int aid; local
533 aid = mesh_allocate_aid(sdata);
534 if (aid <
[all...]
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c410 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid);
411 pstapriv->tim_bitmap &= ~BIT(psta->aid);
413 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) {
414 pstapriv->sta_aid[psta->aid - 1] = NULL;
415 psta->aid = 0;
/linux-master/drivers/char/tpm/
H A Dtpm_tis.c140 const struct acpi_device_id *aid = acpi_match_device(tpm_acpi_tbl, dev); local
145 if (!aid || aid->driver_data != DEVICE_IS_TPM2)
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dwl12xx_80211.h126 __le16 aid; member in struct:wl12xx_ps_poll_template
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dwl12xx_80211.h115 __le16 aid; member in struct:wl12xx_ps_poll_template
/linux-master/drivers/staging/rtl8712/
H A Dwlan_bssdef.h189 int aid; /*will only be valid when a BSS is joined. */ member in struct:wlan_network
H A Dsta_info.h51 uint aid; member in struct:sta_info
/linux-master/drivers/staging/rtl8723bs/include/
H A Dwlan_bssdef.h182 int aid; /* will only be valid when a BSS is joinned. */ member in struct:wlan_network
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dfw.h20 __le16 aid; member in struct:wilc_assoc_resp
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c92 rt2x00dev->aid = vif->cfg.assoc ? vif->cfg.aid : 0;
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dbf.c74 bfee->aid = vif->cfg.aid;
256 param.my_aid = bfee->aid & 0xfff;
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-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gc_9_4_3.c230 unsigned int aid = phy_inst / 2; local
262 * and the 4th is reserved. Therefore "aid * 4 + (xcc_inst % 2) + 1"
263 * programs _LUT for XCC and "aid * 4" for AID where the XCC connects
267 aid * 4 + (phy_inst % 2) + 1);
271 aid * 4);
H A Damdgpu_mca.h98 int aid; member in struct:mca_bank_info
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.h121 u8 aid; member in struct:mt76_txwi

Completed in 371 milliseconds

1234567