Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_power.c291 uint16_t aid; in ieee80211_set_tim() local
298 aid = IEEE80211_AID(ni->ni_associd); in ieee80211_set_tim()
299 KASSERT(aid < vap->iv_max_aid, in ieee80211_set_tim()
300 ("bogus aid %u, max %u", aid, vap->iv_max_aid)); in ieee80211_set_tim()
303 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0)); in ieee80211_set_tim()
306 setbit(vap->iv_tim_bitmap, aid); in ieee80211_set_tim()
309 clrbit(vap->iv_tim_bitmap, aid); in ieee80211_set_tim()
H A Dieee80211_node.c2755 uint16_t aid; in ieee80211_node_join() local
2762 for (aid = 1; aid < vap->iv_max_aid; aid++) { in ieee80211_node_join()
2763 if (!IEEE80211_AID_ISSET(vap, aid)) in ieee80211_node_join()
2766 if (aid >= vap->iv_max_aid) { in ieee80211_node_join()
2771 ni->ni_associd = aid | 0xc000; in ieee80211_node_join()
H A Dieee80211_hostap.c2388 uint16_t aid; in ieee80211_recv_pspoll() local
2403 aid = le16toh(*(uint16_t *)wh->i_dur); in ieee80211_recv_pspoll()
2404 if (aid != ni->ni_associd) { in ieee80211_recv_pspoll()
2409 ni->ni_associd, aid); in ieee80211_recv_pspoll()
H A Dieee80211_sta.c1554 int aid = IEEE80211_AID(ni->ni_associd); in sta_recv_mgmt() local
1555 int ix = aid / NBBY; in sta_recv_mgmt()
1567 isset(tim->tim_bitmap - min, aid)) { in sta_recv_mgmt()
/f-stack/dpdk/drivers/mempool/octeontx/
H A Docteontx_fpavf.c42 int aid; member
262 cfg.aid = 0; in octeontx_fpapf_pool_setup()
277 fpa->vf_id, gpool, cfg.aid, (unsigned int)cfg.pool_cfg, in octeontx_fpapf_pool_setup()
309 cfg.aid = 0; in octeontx_fpapf_pool_destroy()
348 cfg.aid = 0; in octeontx_fpapf_aura_attach()
377 cfg.aid = 0; in octeontx_fpapf_aura_detach()
/f-stack/freebsd/contrib/device-tree/Bindings/pmem/
H A Dpmem-region.txt11 persistent regions separately to the normal memory pool. To aid with that this
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dopen-pic.txt10 NOTE: Many of these descriptions were paraphrased here from [1] to aid
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A DREADME.state60 # aid the user in seeing how the changes trickle down
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst81 are likely of less use that the process and returned_pkts APIS, and are principally provided to aid
H A Drcu_lib.rst189 However, these APIs can aid in debugging issues. One can mark the access to
H A Dbbdev.rst204 With the aid of this capabilities mechanism, an application can query devices to
/f-stack/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_regs.h272 u32 aid : 6; member
446 u32 aid : 6; member
1015 u32 aid : 6; member
/f-stack/dpdk/drivers/event/dlb/pf/base/
H A Ddlb_regs.h71 u32 aid : 6; member
785 u32 aid : 6; member
/f-stack/freebsd/contrib/openzfs/.github/
H A DCONTRIBUTING.md50 A variety of methods and tools are available to aid ZFS developers.
/f-stack/freebsd/contrib/zlib/
H A DChangeLog246 - Add files in contrib/minizip to aid in building libminizip
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure2194 running configure, to aid debugging if configure makes a mistake.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt9440 aid with disassembly and External statement generation. ACPICA BZ 742.