| /linux/net/mac80211/ |
| H A D | offchannel.c | 171 static void ieee80211_roc_notify_destroy(struct ieee80211_roc_work *roc) in ieee80211_roc_notify_destroy() argument 174 if (roc->frame) { in ieee80211_roc_notify_destroy() 175 cfg80211_mgmt_tx_status(&roc->sdata->wdev, roc->mgmt_tx_cookie, in ieee80211_roc_notify_destroy() 176 roc->frame->data, roc->frame->len, in ieee80211_roc_notify_destroy() 178 ieee80211_free_txskb(&roc->sdata->local->hw, roc->frame); in ieee80211_roc_notify_destroy() 181 if (!roc->mgmt_tx_cookie) in ieee80211_roc_notify_destroy() 182 cfg80211_remain_on_channel_expired(&roc->sdata->wdev, in ieee80211_roc_notify_destroy() 183 roc->cookie, roc->chan, in ieee80211_roc_notify_destroy() 186 cfg80211_tx_mgmt_expired(&roc->sdata->wdev, in ieee80211_roc_notify_destroy() 187 roc->mgmt_tx_cookie, in ieee80211_roc_notify_destroy() [all …]
|
| H A D | iface.c | 212 struct ieee80211_roc_work *roc; in ieee80211_can_powered_addr_change() local 231 list_for_each_entry(roc, &local->roc_list, list) { in ieee80211_can_powered_addr_change() 232 if (roc->sdata != sdata) in ieee80211_can_powered_addr_change() 235 if (roc->started) { in ieee80211_can_powered_addr_change()
|
| H A D | cfg.c | 3831 struct ieee80211_roc_work *roc; in ieee80211_is_scan_ongoing() local 3852 list_for_each_entry(roc, &local->roc_list, list) { in ieee80211_is_scan_ongoing() 3854 roc->chan); in ieee80211_is_scan_ongoing()
|
| /linux/arch/arm64/boot/dts/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 | rk3308-roc-cc.dts | 11 compatible = "firefly,roc-rk3308-cc", "rockchip,rk3308";
|
| H A D | rk3588s-roc-pc.dts | 14 compatible = "firefly,rk3588s-roc-pc", "rockchip,rk3588s";
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | mac80211.c | 209 rtwvif->roc.state = RTW89_ROC_IDLE; in rtw89_ops_add_interface() 210 wiphy_delayed_work_init(&rtwvif->roc.roc_work, rtw89_roc_work); in rtw89_ops_add_interface() 254 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_ops_remove_interface() 1458 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_ops_remain_on_channel() local 1465 if (roc->state != RTW89_ROC_IDLE) { in rtw89_ops_remain_on_channel() 1473 roc->state = RTW89_ROC_MGMT; in rtw89_ops_remain_on_channel() 1475 roc->state = RTW89_ROC_NORMAL; in rtw89_ops_remain_on_channel() 1477 roc->duration = duration; in rtw89_ops_remain_on_channel() 1478 roc->chan = *chan; in rtw89_ops_remain_on_channel() 1479 roc->type = type; in rtw89_ops_remain_on_channel() [all …]
|
| H A D | core.c | 4281 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_roc_start() local 4299 roc->link_id = rtwvif_link->link_id; in rtw89_roc_start() 4322 cfg80211_chandef_create(&roc_chan, &roc->chan, NL80211_CHAN_NO_HT); in rtw89_roc_start() 4330 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_roc_start() 4331 wiphy_delayed_work_queue(hw->wiphy, &rtwvif->roc.roc_work, in rtw89_roc_start() 4332 msecs_to_jiffies(rtwvif->roc.duration)); in rtw89_roc_start() 4338 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_roc_end() local 4350 rtwvif_link = rtwvif->links[roc->link_id]; in rtw89_roc_end() 4353 roc->link_id); in rtw89_roc_end() 4359 roc->state = RTW89_ROC_IDLE; in rtw89_roc_end() [all …]
|
| /linux/drivers/crypto/caam/ |
| H A D | pdb.h | 411 u32 roc; member 427 u32 roc; member
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | hif.c | 1700 struct wilc_remain_ch roc; in wilc_remain_on_channel() local 1703 roc.ch = chan; in wilc_remain_on_channel() 1704 roc.expired = expired; in wilc_remain_on_channel() 1705 roc.vif = vif; in wilc_remain_on_channel() 1706 roc.cookie = cookie; in wilc_remain_on_channel() 1707 result = handle_remain_on_chan(vif, &roc); in wilc_remain_on_channel()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_hw.h | 203 u64 roc; member
|
| H A D | igb_ethtool.c | 54 IGB_STAT("rx_long_length_errors", stats.roc), 588 regs_buff[91] = adapter->stats.roc; in igb_get_regs()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 416 u64 roc; member
|
| H A D | netdev.c | 4971 adapter->stats.roc += er32(ROC); in e1000e_update_stats() 5030 adapter->stats.ruc + adapter->stats.roc + adapter->stats.cexterr; in e1000e_update_stats() 5032 adapter->stats.roc; in e1000e_update_stats() 6017 adapter->stats.ruc + adapter->stats.roc + adapter->stats.cexterr; in e1000e_get_stats64() 6018 stats->rx_length_errors = adapter->stats.ruc + adapter->stats.roc; in e1000e_get_stats64()
|
| H A D | ethtool.c | 77 E1000_STAT("rx_long_length_errors", stats.roc),
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | notif.c | 361 DEFINE_SIMPLE_CANCELLATION(roc, iwl_roc_notif, activity)
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 3624 adapter->stats.roc += er32(ROC); in e1000_update_stats() 3697 adapter->stats.ruc + adapter->stats.roc + in e1000_update_stats() 3699 adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc; in e1000_update_stats() 4065 if (stats->roc > 0) in e1000_tbi_adjust_stats() 4066 stats->roc--; in e1000_tbi_adjust_stats()
|
| H A D | e1000_hw.h | 1288 u64 roc; member
|
| H A D | e1000_ethtool.c | 57 { "rx_long_length_errors", E1000_STAT(stats.roc) },
|
| /linux/fs/nfs/ |
| H A D | nfs4proc.c | 3545 bool roc; member 3558 if (calldata->lr.roc) in nfs4_free_closedata() 3688 if (!calldata->lr.roc && nfs4_wait_on_layoutreturn(inode, task)) { in nfs4_close_prepare() 3799 calldata->lr.roc = pnfs_roc(state->inode, &calldata->lr.arg, in nfs4_do_close() 3801 if (calldata->lr.roc) { in nfs4_do_close() 6656 bool roc; member 6760 if (data->lr.roc) in nfs4_delegreturn_release() 6779 if (!d_data->lr.roc && nfs4_wait_on_layoutreturn(d_data->inode, task)) { in nfs4_delegreturn_prepare() 6849 data->lr.roc = pnfs_roc(inode, &data->lr.arg, &data->lr.res, in _nfs4_proc_delegreturn() 6851 if (data->lr.roc) { in _nfs4_proc_delegreturn()
|
| H A D | pnfs.c | 1549 bool layoutreturn = false, roc = false; in pnfs_roc() local 1646 roc = layoutreturn; in pnfs_roc() 1656 if (roc) { in pnfs_roc()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 48 IGC_STAT("rx_long_length_errors", stats.roc), 270 regs_buff[65] = adapter->stats.roc; in igc_ethtool_get_regs()
|
| H A D | igc_main.c | 5216 adapter->stats.roc += rd32(IGC_ROC); in igc_update_stats() 5284 adapter->stats.ruc + adapter->stats.roc + in igc_update_stats() 5287 adapter->stats.roc; in igc_update_stats()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_type.h | 1168 u64 roc; member
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ethtool.c | 74 {"rx_long_length_errors", IXGBE_STAT(stats.roc)}, 917 regs_buff[956] = IXGBE_GET_STAT(adapter, roc); in ixgbe_get_regs()
|