Home
last modified time | relevance | path

Searched refs:sta (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/arm/allwinner/
H A Da10_dmac.c181 uint32_t sta, bit, mask; in a10dmac_intr() local
184 sta = DMA_READ(sc, AWIN_DMA_IRQ_PEND_STA_REG); in a10dmac_intr()
185 DMA_WRITE(sc, AWIN_DMA_IRQ_PEND_STA_REG, sta); in a10dmac_intr()
187 while ((bit = ffs(sta & AWIN_DMA_IRQ_END_MASK)) != 0) { in a10dmac_intr()
189 sta &= ~mask; in a10dmac_intr()
378 uint32_t irqen, sta, cfg; in a10dmac_free() local
385 sta = AWIN_DMA_IRQ_NDMA_END(ch->ch_index); in a10dmac_free()
388 sta = AWIN_DMA_IRQ_DDMA_END(ch->ch_index); in a10dmac_free()
391 irqen &= ~sta; in a10dmac_free()
394 DMA_WRITE(sc, AWIN_DMA_IRQ_PEND_STA_REG, sta); in a10dmac_free()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dsetup.ksh41 if [[ "ON" == $(svcs -H -o sta svc:/network/nis/client:default) ]]; then
/f-stack/freebsd/net80211/
H A Dieee80211_hostap.c402 struct ieee80211_node *sta = ieee80211_find_vap_node( in hostap_deliver_data() local
404 if (sta != NULL) { in hostap_deliver_data()
405 if (ieee80211_node_is_authorized(sta)) { in hostap_deliver_data()
411 if (sta != vap->iv_bss) { in hostap_deliver_data()
417 IEEE80211_NODE_STAT(sta, rx_unauth); in hostap_deliver_data()
419 ieee80211_free_node(sta); in hostap_deliver_data()
H A Dieee80211_scan_sta.c159 IEEE80211_SCANNER_MODULE(sta, 1);
1528 IEEE80211_SCANNER_ALG(sta, IEEE80211_M_STA, sta_default);
H A Dieee80211_ddb.c92 DB_SHOW_COMMAND(sta, db_show_sta) in DB_SHOW_COMMAND() argument
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_send.c1097 struct send_thread_arg *sta = arg; in send_cb() local
1101 zb->zb_object >= sta->resume.zb_object); in send_cb()
1107 if (sta->os->os_encrypted && in send_cb()
1111 "object set %llu", dmu_objset_id(sta->os)); in send_cb()
1115 if (sta->cancel) in send_cb()
1120 atomic_inc_64(sta->num_blocks_visited); in send_cb()
1130 bqueue_enqueue(&sta->q, record, sizeof (*record)); in send_cb()
1138 bqueue_enqueue(&sta->q, record, sizeof (*record)); in send_cb()
1188 bqueue_enqueue(&sta->q, record, sizeof (*record)); in send_cb()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-tim-defs.h946 …uint64_t sta : 2; /**< BiST result of the STA memories (0=pass, !0=fai… member
952 uint64_t sta : 2;
H A Dcvmx-rad-defs.h414 uint64_t sta : 1; /**< BiST result of the STA memories */ member
422 uint64_t sta : 1;
H A Dcvmx-pciercx-defs.h1410 uint32_t sta : 1; /**< Signaled Target Abort */ member
1460 uint32_t sta : 1;
1674 uint32_t sta : 1; /**< Signaled Target Abort */ member
1710 uint32_t sta : 1;
H A Dcvmx-pci-defs.h934 uint32_t sta : 1; /**< Signaled Target Abort */ member
988 uint32_t sta : 1;
H A Dcvmx-pcieepx-defs.h1417 uint32_t sta : 1; /**< Signaled Target Abort */ member
1467 uint32_t sta : 1;
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_hw_dp.c93 qat_sym_dp_fill_vec_status(int32_t *sta, int status, uint32_t n) in qat_sym_dp_fill_vec_status() argument
98 sta[i] = status; in qat_sym_dp_fill_vec_status()
/f-stack/freebsd/net/
H A Dif_spppsubr.c1653 sta: in sppp_cp_input()
1664 goto sta; in sppp_cp_input()