/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
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 | rk3399-roc-pc.dts | 7 #include "rk3399-roc-pc.dtsi" 11 compatible = "firefly,roc-rk3399-pc", "rockchip,rk3399";
|
H A D | rk3328-roc-pc.dts | 8 #include "rk3328-roc-cc.dts" 12 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 | rk3328-roc-cc.dts | 10 model = "Firefly roc-rk3328-cc"; 11 compatible = "firefly,roc-rk3328-cc", "rockchip,rk3328";
|
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 | rk3399-roc-pc.dtsi | 13 compatible = "firefly,roc-rk3399-pc", "rockchip,rk3399";
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | mac80211.c | 204 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 D | core.c | 3340 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 D | core.h | 5768 struct rtw89_roc roc; 2897 struct rtw89_roc roc; global() member
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
H A D | mcu.c | 1240 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 D | mcu.c | 803 } __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 D | igc_hw.h | 304 u64 roc; member
|
H A D | if_igc.c | 2556 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 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 | 4721 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 D | if_ix.c | 1692 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 D | ixgbe_type.h | 3968 u64 roc; member
|
/freebsd/share/dict/ |
H A D | web2 | 170494 roc
|