Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
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 Drk3399-roc-pc.dts7 #include "rk3399-roc-pc.dtsi"
11 compatible = "firefly,roc-rk3399-pc", "rockchip,rk3399";
H A Drk3328-roc-pc.dts8 #include "rk3328-roc-cc.dts"
12 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 Drk3328-roc-cc.dts10 model = "Firefly roc-rk3328-cc";
11 compatible = "firefly,roc-rk3328-cc", "rockchip,rk3328";
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 Drk3399-roc-pc.dtsi13 compatible = "firefly,roc-rk3399-pc", "rockchip,rk3399";
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c204 rtwvif->roc.state = RTW89_ROC_IDLE; in rtw89_ops_change_interface()
205 INIT_DELAYED_WORK(&rtwvif->roc.roc_work, rtw89_roc_work); in rtw89_ops_change_interface()
249 cancel_delayed_work_sync(&rtwvif->roc.roc_work); in rtw89_ops_configure_filter()
1420 struct rtw89_roc *roc = &rtwvif->roc;
1427 if (roc->state != RTW89_ROC_IDLE) {
1436 roc->state = RTW89_ROC_MGMT;
1438 roc->state = RTW89_ROC_NORMAL;
1440 roc->duration = duration;
1441 roc
952 struct rtw89_roc *roc = &rtwvif->roc; rtw89_ops_remain_on_channel() local
[all...]
H A Dcore.c3340 struct rtw89_roc *roc = &rtwvif->roc;
3354 rtw89_err(rtwdev, "roc start: find no link on HW-%u\n", in rtw89_vif_type_mapping()
3364 "roc send null-1 failed: %d\n", ret); in rtw89_vif_type_mapping()
3378 cfg80211_chandef_create(&roc_chan, &roc->chan, NL80211_CHAN_NO_HT); in rtw89_vif_type_mapping()
3386 cancel_delayed_work(&rtwvif->roc.roc_work); in rtw89_vif_type_mapping()
3387 ieee80211_queue_delayed_work(hw, &rtwvif->roc.roc_work, in rtw89_vif_type_mapping()
3388 msecs_to_jiffies(rtwvif->roc.duration)); in rtw89_vif_type_mapping()
3395 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_vif_type_mapping()
2985 struct rtw89_roc *roc = &rtwvif->roc; rtw89_roc_start() local
3022 struct rtw89_roc *roc = &rtwvif->roc; rtw89_roc_end() local
3063 struct rtw89_roc *roc = &rtwvif->roc; rtw89_roc_work() local
[all...]
H A Dcore.h5768 struct rtw89_roc roc;
2897 struct rtw89_roc roc; global() member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.c1240 struct roc_acquire_tlv roc[2]; in mt7925_mcu_set_mlo_roc() member
1242 .roc[0].tag = cpu_to_le16(UNI_ROC_NUM), in mt7925_mcu_set_mlo_roc()
1243 .roc[0].len = cpu_to_le16(sizeof(struct roc_acquire_tlv)), in mt7925_mcu_set_mlo_roc()
1244 .roc[1].tag = cpu_to_le16(UNI_ROC_NUM), in mt7925_mcu_set_mlo_roc()
1245 .roc[1].len = cpu_to_le16(sizeof(struct roc_acquire_tlv)) in mt7925_mcu_set_mlo_roc()
1282 req.roc[i].len = cpu_to_le16(sizeof(struct roc_acquire_tlv)); in mt7925_mcu_set_mlo_roc()
1283 req.roc[i].tag = cpu_to_le16(links[i].tag); in mt7925_mcu_set_mlo_roc()
1284 req.roc[i].tokenid = token_id; in mt7925_mcu_set_mlo_roc()
1285 req.roc[i].reqtype = type; in mt7925_mcu_set_mlo_roc()
1286 req.roc[i].maxinterval = cpu_to_le32(duration); in mt7925_mcu_set_mlo_roc()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c803 } __packed roc; in mt7921_mcu_set_roc() member
805 .roc = { in mt7921_mcu_set_roc()
822 req.roc.sco = 1; /* SCA */ in mt7921_mcu_set_roc()
824 req.roc.sco = 3; /* SCB */ in mt7921_mcu_set_roc()
828 req.roc.band = 3; in mt7921_mcu_set_roc()
831 req.roc.band = 2; in mt7921_mcu_set_roc()
834 req.roc.band = 1; in mt7921_mcu_set_roc()
/freebsd/sys/dev/igc/
H A Digc_hw.h304 u64 roc; member
H A Dif_igc.c2556 sc->stats.roc += IGC_READ_REG(&sc->hw, IGC_ROC); in igc_update_stats_counters()
2599 sc->stats.ruc + sc->stats.roc + in igc_if_get_counter()
2815 CTLFLAG_RD, &sc->stats.roc, in igc_add_hw_stats()
/freebsd/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.c4721 sc->stats.roc += E1000_READ_REG(&sc->hw, E1000_ROC); in em_update_stats_counters()
4782 sc->stats.ruc + sc->stats.roc + in em_if_get_counter()
5018 CTLFLAG_RD, &sc->stats.roc, in em_add_hw_stats()
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c1692 stats->roc += IXGBE_READ_REG(hw, IXGBE_ROC); in ixgbe_update_stats_counters()
1740 stats->roc + stats->rjc); in ixgbe_update_stats_counters()
1894 CTLFLAG_RD, &stats->roc, "Oversized Packets Received"); in ixgbe_add_hw_stats()
H A Dixgbe_type.h3968 u64 roc; member
/freebsd/share/dict/
H A Dweb2170494 roc