/freebsd/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-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 | rk3566-roc-pc.dts | 12 compatible = "firefly,rk3566-roc-pc", "rockchip,rk3566";
|
H A D | rk3399-roc-pc.dtsi | 14 compatible = "firefly,roc-rk3399-pc", "rockchip,rk3399";
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | mac80211.c | 127 rtwvif->roc.state = RTW89_ROC_IDLE; in rtw89_ops_add_interface() 131 INIT_DELAYED_WORK(&rtwvif->roc.roc_work, rtw89_roc_work); in rtw89_ops_add_interface() 182 cancel_delayed_work_sync(&rtwvif->roc.roc_work); in rtw89_ops_remove_interface() 1002 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_set_tid_config_iter() 1009 if (roc->state != RTW89_ROC_IDLE) { 1018 roc->state = RTW89_ROC_MGMT; in rtw89_ops_set_tid_config() 1020 roc->state = RTW89_ROC_NORMAL; in rtw89_ops_set_tid_config() 1022 roc->duration = duration; in rtw89_ops_set_tid_config() 1023 roc in rtw89_ops_set_tid_config() 952 struct rtw89_roc *roc = &rtwvif->roc; rtw89_ops_remain_on_channel() local [all...] |
H A D | core.c | 2970 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_core_sta_disconnect() 2984 "roc send null-1 failed: %d\n", ret); in rtw89_core_sta_disconnect() 2990 cfg80211_chandef_create(&roc_chan, &roc->chan, NL80211_CHAN_NO_HT); in rtw89_core_sta_disconnect() 2998 cancel_delayed_work(&rtwvif->roc.roc_work); in rtw89_core_sta_assoc() 2999 ieee80211_queue_delayed_work(hw, &rtwvif->roc.roc_work, in rtw89_core_sta_assoc() 3000 msecs_to_jiffies(rtwvif->roc.duration)); in rtw89_core_sta_assoc() 3007 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_core_sta_assoc() 3023 roc in rtw89_core_sta_assoc() 2485 struct rtw89_roc *roc = &rtwvif->roc; rtw89_roc_start() local 2520 struct rtw89_roc *roc = &rtwvif->roc; rtw89_roc_end() local 2561 struct rtw89_roc *roc = &rtwvif->roc; rtw89_roc_work() local [all...] |
H A D | core.h | 3410 struct rtw89_roc roc; 2897 struct rtw89_roc roc; global() member
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | mcu.c | 616 } __packed roc; in mt7921_mcu_set_roc() member 618 .roc = { in mt7921_mcu_set_roc() 635 req.roc.sco = 1; /* SCA */ in mt7921_mcu_set_roc() 637 req.roc.sco = 3; /* SCB */ in mt7921_mcu_set_roc() 641 req.roc.band = 3; in mt7921_mcu_set_roc() 644 req.roc.band = 2; in mt7921_mcu_set_roc() 647 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 | 2489 sc->stats.roc += IGC_READ_REG(&sc->hw, IGC_ROC); in igc_update_stats_counters() 2532 sc->stats.ruc + sc->stats.roc + in igc_if_get_counter() 2749 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 | 4529 sc->stats.roc += E1000_READ_REG(&sc->hw, E1000_ROC); in em_update_stats_counters() 4590 sc->stats.ruc + sc->stats.roc + in em_if_get_counter() 4826 CTLFLAG_RD, &sc->stats.roc, in em_add_hw_stats()
|
/freebsd/sys/dev/ixgbe/ |
H A D | if_ix.c | 1568 stats->roc += IXGBE_READ_REG(hw, IXGBE_ROC); in ixgbe_update_stats_counters() 1615 stats->mpc[0] + stats->rlec + stats->ruc + stats->rfc + stats->roc + in ixgbe_update_stats_counters() 1765 CTLFLAG_RD, &stats->roc, "Oversized Packets Received"); in ixgbe_add_hw_stats()
|
H A D | ixgbe_type.h | 3945 u64 roc; member
|
/freebsd/share/dict/ |
H A D | web2 | 170494 roc
|