Home
last modified time | relevance | path

Searched refs:roc (Results 1 – 25 of 27) sorted by relevance

12

/src/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-roc-pc.dts7 #include "rk3399-roc-pc.dtsi"
11 compatible = "firefly,roc-rk3399-pc", "rockchip,rk3399";
H A Drk3399-roc-pc-plus.dts7 #include "rk3399-roc-pc.dtsi"
11 * 1. rk3399-roc-pc-plus is powered by dc_12v directly.
12 * 2. rk3399-roc-pc-plus has only vcc_bus_typec0 in schematic, which is coresponding
13 * to vcc_vbus_typec1 in rk3399-roc-pc.
27 compatible = "firefly,roc-rk3399-pc-plus", "rockchip,rk3399";
H A Drk3328-roc-cc.dts9 #include "rk3328-roc.dtsi"
13 compatible = "firefly,roc-rk3328-cc", "rockchip,rk3328";
H A Drk3328-roc-pc.dts7 #include "rk3328-roc.dtsi"
11 compatible = "firefly,roc-rk3328-pc", "rockchip,rk3328";
H A Drk3399-roc-pc-mezzanine.dts8 #include "rk3399-roc-pc.dtsi"
12 compatible = "firefly,roc-rk3399-pc-mezzanine", "rockchip,rk3399";
H A Drk3308-roc-cc.dts11 compatible = "firefly,roc-rk3308-cc", "rockchip,rk3308";
H A Drk3568-roc-pc.dts15 compatible = "firefly,rk3568-roc-pc", "rockchip,rk3568";
H A Drk3566-roc-pc.dts12 compatible = "firefly,rk3566-roc-pc", "rockchip,rk3566";
H A Drk3576-roc-pc.dts19 compatible = "firefly,roc-rk3576-pc", "rockchip,rk3576";
H A Drk3399-roc-pc.dtsi13 compatible = "firefly,roc-rk3399-pc", "rockchip,rk3399";
H A Drk3588s-roc-pc.dts14 compatible = "firefly,rk3588s-roc-pc", "rockchip,rk3588s";
/src/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.c1338 struct roc_acquire_tlv roc[2]; in mt7925_mcu_set_mlo_roc() member
1340 .roc[0].tag = cpu_to_le16(UNI_ROC_NUM), in mt7925_mcu_set_mlo_roc()
1341 .roc[0].len = cpu_to_le16(sizeof(struct roc_acquire_tlv)), in mt7925_mcu_set_mlo_roc()
1342 .roc[1].tag = cpu_to_le16(UNI_ROC_NUM), in mt7925_mcu_set_mlo_roc()
1343 .roc[1].len = cpu_to_le16(sizeof(struct roc_acquire_tlv)) in mt7925_mcu_set_mlo_roc()
1380 req.roc[i].len = cpu_to_le16(sizeof(struct roc_acquire_tlv)); in mt7925_mcu_set_mlo_roc()
1381 req.roc[i].tag = cpu_to_le16(links[i].tag); in mt7925_mcu_set_mlo_roc()
1382 req.roc[i].tokenid = token_id; in mt7925_mcu_set_mlo_roc()
1383 req.roc[i].reqtype = type; in mt7925_mcu_set_mlo_roc()
1384 req.roc[i].maxinterval = cpu_to_le32(duration); in mt7925_mcu_set_mlo_roc()
[all …]
/src/sys/contrib/dev/rtw89/
H A Dmac80211.c208 rtwvif->roc.state = RTW89_ROC_IDLE; in rtw89_ops_add_interface()
209 wiphy_delayed_work_init(&rtwvif->roc.roc_work, rtw89_roc_work); in rtw89_ops_add_interface()
253 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_ops_remove_interface()
1456 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_ops_remain_on_channel() local
1463 if (roc->state != RTW89_ROC_IDLE) { in rtw89_ops_remain_on_channel()
1471 roc->state = RTW89_ROC_MGMT; in rtw89_ops_remain_on_channel()
1473 roc->state = RTW89_ROC_NORMAL; in rtw89_ops_remain_on_channel()
1475 roc->duration = duration; in rtw89_ops_remain_on_channel()
1476 roc->chan = *chan; in rtw89_ops_remain_on_channel()
1477 roc->type = type; in rtw89_ops_remain_on_channel()
[all …]
H A Dcore.c4173 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_roc_start() local
4191 roc->link_id = rtwvif_link->link_id; in rtw89_roc_start()
4214 cfg80211_chandef_create(&roc_chan, &roc->chan, NL80211_CHAN_NO_HT); in rtw89_roc_start()
4222 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_roc_start()
4223 wiphy_delayed_work_queue(hw->wiphy, &rtwvif->roc.roc_work, in rtw89_roc_start()
4224 msecs_to_jiffies(rtwvif->roc.duration)); in rtw89_roc_start()
4230 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_roc_end() local
4242 rtwvif_link = rtwvif->links[roc->link_id]; in rtw89_roc_end()
4245 roc->link_id); in rtw89_roc_end()
4251 roc->state = RTW89_ROC_IDLE; in rtw89_roc_end()
[all …]
/src/sys/contrib/dev/iwlwifi/mld/
H A DMakefile6 iwlmld-y += scan.o sta.o tx.o coex.o tlc.o agg.o key.o regulatory.o ap.o thermal.o roc.o stats.o
H A Dnotif.c361 DEFINE_SIMPLE_CANCELLATION(roc, iwl_roc_notif, activity)
/src/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c807 } __packed roc; in mt7921_mcu_set_roc() member
809 .roc = { in mt7921_mcu_set_roc()
826 req.roc.sco = 1; /* SCA */ in mt7921_mcu_set_roc()
828 req.roc.sco = 3; /* SCB */ in mt7921_mcu_set_roc()
832 req.roc.band = 3; in mt7921_mcu_set_roc()
835 req.roc.band = 2; in mt7921_mcu_set_roc()
838 req.roc.band = 1; in mt7921_mcu_set_roc()
/src/sys/modules/iwlwifi/
H A DMakefile48 SRCS+= mld/regulatory.c mld/roc.c mld/rx.c mld/scan.c
/src/sys/dev/igc/
H A Digc_hw.h304 u64 roc; member
H A Dif_igc.c2551 sc->stats.roc += IGC_READ_REG(&sc->hw, IGC_ROC); in igc_update_stats_counters()
2594 sc->stats.ruc + sc->stats.roc + in igc_if_get_counter()
2810 CTLFLAG_RD, &sc->stats.roc, in igc_add_hw_stats()
/src/sys/dev/e1000/
H A De1000_82543.c449 if ((frame_len == max_frame_size) && (stats->roc > 0)) in e1000_tbi_adjust_stats_82543()
450 stats->roc--; in e1000_tbi_adjust_stats_82543()
H A De1000_hw.h608 u64 roc; member
H A Dif_em.c4754 stats->roc += E1000_READ_REG(&sc->hw, E1000_ROC); in em_update_stats_counters()
4860 stats->ruc + stats->roc + in em_if_get_counter()
5123 CTLFLAG_RD, &stats->roc, in em_add_hw_stats()
/src/sys/dev/ixgbe/
H A Dif_ix.c1952 stats->roc += IXGBE_READ_REG(hw, IXGBE_ROC); in ixgbe_update_stats_counters()
2000 stats->roc + stats->rjc); in ixgbe_update_stats_counters()
2154 CTLFLAG_RD, &stats->roc, "Oversized Packets Received"); in ixgbe_add_hw_stats()
H A Dixgbe_type.h3968 u64 roc; member

12