| /src/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-roc-pc.dts | 7 #include "rk3399-roc-pc.dtsi" 11 compatible = "firefly,roc-rk3399-pc", "rockchip,rk3399";
|
| H A D | rk3399-roc-pc-plus.dts | 7 #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 D | rk3328-roc-cc.dts | 9 #include "rk3328-roc.dtsi" 13 compatible = "firefly,roc-rk3328-cc", "rockchip,rk3328";
|
| H A D | rk3328-roc-pc.dts | 7 #include "rk3328-roc.dtsi" 11 compatible = "firefly,roc-rk3328-pc", "rockchip,rk3328";
|
| H A D | rk3399-roc-pc-mezzanine.dts | 8 #include "rk3399-roc-pc.dtsi" 12 compatible = "firefly,roc-rk3399-pc-mezzanine", "rockchip,rk3399";
|
| H A D | rk3308-roc-cc.dts | 11 compatible = "firefly,roc-rk3308-cc", "rockchip,rk3308";
|
| H A D | rk3568-roc-pc.dts | 15 compatible = "firefly,rk3568-roc-pc", "rockchip,rk3568";
|
| H A D | rk3566-roc-pc.dts | 12 compatible = "firefly,rk3566-roc-pc", "rockchip,rk3566";
|
| H A D | rk3576-roc-pc.dts | 19 compatible = "firefly,roc-rk3576-pc", "rockchip,rk3576";
|
| H A D | rk3399-roc-pc.dtsi | 13 compatible = "firefly,roc-rk3399-pc", "rockchip,rk3399";
|
| H A D | rk3588s-roc-pc.dts | 14 compatible = "firefly,rk3588s-roc-pc", "rockchip,rk3588s";
|
| /src/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | mcu.c | 1338 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 D | mac80211.c | 208 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 D | core.c | 4173 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 D | Makefile | 6 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 D | notif.c | 361 DEFINE_SIMPLE_CANCELLATION(roc, iwl_roc_notif, activity)
|
| /src/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | mcu.c | 807 } __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 D | Makefile | 48 SRCS+= mld/regulatory.c mld/roc.c mld/rx.c mld/scan.c
|
| /src/sys/dev/igc/ |
| H A D | igc_hw.h | 304 u64 roc; member
|
| H A D | if_igc.c | 2551 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 D | e1000_82543.c | 449 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 D | e1000_hw.h | 608 u64 roc; member
|
| H A D | if_em.c | 4754 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 D | if_ix.c | 1952 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 D | ixgbe_type.h | 3968 u64 roc; member
|