Home
last modified time | relevance | path

Searched refs:roc (Results 1 - 25 of 49) sorted by relevance

12

/kernel/linux/linux-6.6/net/mac80211/
H A Doffchannel.c171 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 in ieee80211_roc_notify_destroy()
197 struct ieee80211_roc_work *roc, *tmp; ieee80211_end_finished_rocs() local
237 ieee80211_handle_roc_started(struct ieee80211_roc_work *roc, unsigned long start_time) ieee80211_handle_roc_started() argument
265 struct ieee80211_roc_work *roc; ieee80211_hw_roc_start() local
294 struct ieee80211_roc_work *roc, *tmp; _ieee80211_start_next_roc() local
387 struct ieee80211_roc_work *roc; ieee80211_start_next_roc() local
417 struct ieee80211_roc_work *roc; __ieee80211_roc_work() local
536 struct ieee80211_roc_work *roc, *tmp; ieee80211_start_roc_work() local
692 struct ieee80211_roc_work *roc, *tmp, *found = NULL; ieee80211_cancel_roc() local
1006 struct ieee80211_roc_work *roc, *tmp; ieee80211_roc_purge() local
[all...]
H A Diface.c205 struct ieee80211_roc_work *roc; in ieee80211_can_powered_addr_change() local
220 list_for_each_entry(roc, &local->roc_list, list) { in ieee80211_can_powered_addr_change()
221 if (roc->sdata != sdata) in ieee80211_can_powered_addr_change()
224 if (roc->started) { in ieee80211_can_powered_addr_change()
/kernel/linux/linux-5.10/net/mac80211/
H A Doffchannel.c169 static void ieee80211_roc_notify_destroy(struct ieee80211_roc_work *roc) in ieee80211_roc_notify_destroy() argument
172 if (roc->frame) { in ieee80211_roc_notify_destroy()
173 cfg80211_mgmt_tx_status(&roc->sdata->wdev, roc->mgmt_tx_cookie, in ieee80211_roc_notify_destroy()
174 roc->frame->data, roc->frame->len, in ieee80211_roc_notify_destroy()
176 ieee80211_free_txskb(&roc->sdata->local->hw, roc->frame); in ieee80211_roc_notify_destroy()
179 if (!roc->mgmt_tx_cookie) in ieee80211_roc_notify_destroy()
180 cfg80211_remain_on_channel_expired(&roc in ieee80211_roc_notify_destroy()
195 struct ieee80211_roc_work *roc, *tmp; ieee80211_end_finished_rocs() local
235 ieee80211_handle_roc_started(struct ieee80211_roc_work *roc, unsigned long start_time) ieee80211_handle_roc_started() argument
263 struct ieee80211_roc_work *roc; ieee80211_hw_roc_start() local
292 struct ieee80211_roc_work *roc, *tmp; _ieee80211_start_next_roc() local
385 struct ieee80211_roc_work *roc; ieee80211_start_next_roc() local
415 struct ieee80211_roc_work *roc; __ieee80211_roc_work() local
534 struct ieee80211_roc_work *roc, *tmp; ieee80211_start_roc_work() local
690 struct ieee80211_roc_work *roc, *tmp, *found = NULL; ieee80211_cancel_roc() local
968 struct ieee80211_roc_work *roc, *tmp; ieee80211_roc_purge() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_rmap.c2766 struct xfs_rmap_ownercount *roc, in xfs_rmap_ownercount_init()
2772 memset(roc, 0, sizeof(*roc)); in xfs_rmap_ownercount_init()
2773 roc->results = results; in xfs_rmap_ownercount_init()
2775 roc->low.rm_startblock = bno; in xfs_rmap_ownercount_init()
2776 memset(&roc->high, 0xFF, sizeof(roc->high)); in xfs_rmap_ownercount_init()
2777 roc->high.rm_startblock = bno + len - 1; in xfs_rmap_ownercount_init()
2780 roc->good.rm_startblock = bno; in xfs_rmap_ownercount_init()
2781 roc in xfs_rmap_ownercount_init()
2765 xfs_rmap_ownercount_init( struct xfs_rmap_ownercount *roc, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, struct xfs_rmap_matches *results) xfs_rmap_ownercount_init() argument
2797 struct xfs_rmap_ownercount *roc = priv; xfs_rmap_count_owners_helper() local
2852 struct xfs_rmap_ownercount roc; xfs_rmap_count_owners() local
2884 struct xfs_rmap_ownercount roc; xfs_rmap_has_other_keys() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c127 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()
181 cancel_delayed_work_sync(&rtwvif->roc.roc_work); in rtw89_ops_remove_interface()
961 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_ops_remain_on_channel() local
968 if (roc->state != RTW89_ROC_IDLE) { in rtw89_ops_remain_on_channel()
977 roc->state = RTW89_ROC_MGMT; in rtw89_ops_remain_on_channel()
979 roc->state = RTW89_ROC_NORMAL; in rtw89_ops_remain_on_channel()
981 roc->duration = duration; in rtw89_ops_remain_on_channel()
982 roc in rtw89_ops_remain_on_channel()
[all...]
H A Dcore.c2482 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_roc_start() local
2489 ieee80211_queue_delayed_work(hw, &rtwvif->roc.roc_work, in rtw89_roc_start()
2490 msecs_to_jiffies(rtwvif->roc.duration)); in rtw89_roc_start()
2498 "roc send null-1 failed: %d\n", ret); in rtw89_roc_start()
2504 cfg80211_chandef_create(&roc_chan, &roc->chan, NL80211_CHAN_NO_HT); in rtw89_roc_start()
2518 struct rtw89_roc *roc = &rtwvif->roc; in rtw89_roc_end() local
2534 roc->state = RTW89_ROC_IDLE; in rtw89_roc_end()
2540 "roc sen in rtw89_roc_end()
2559 struct rtw89_roc *roc = &rtwvif->roc; rtw89_roc_work() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c607 } __packed roc; in mt7921_mcu_set_roc() member
609 .roc = { in mt7921_mcu_set_roc()
626 req.roc.sco = 1; /* SCA */ in mt7921_mcu_set_roc()
628 req.roc.sco = 3; /* SCB */ in mt7921_mcu_set_roc()
632 req.roc.band = 3; in mt7921_mcu_set_roc()
635 req.roc.band = 2; in mt7921_mcu_set_roc()
638 req.roc.band = 1; in mt7921_mcu_set_roc()
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dpdb.h411 u32 roc; member
427 u32 roc; member
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dpdb.h411 u32 roc; member
427 u32 roc; member
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c1676 struct wilc_remain_ch roc; in wilc_remain_on_channel() local
1679 roc.ch = chan; in wilc_remain_on_channel()
1680 roc.expired = expired; in wilc_remain_on_channel()
1681 roc.arg = user_arg; in wilc_remain_on_channel()
1682 roc.duration = duration; in wilc_remain_on_channel()
1683 roc.cookie = cookie; in wilc_remain_on_channel()
1684 result = handle_remain_on_chan(vif, &roc); in wilc_remain_on_channel()
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c1689 struct wilc_remain_ch roc; in wilc_remain_on_channel() local
1692 roc.ch = chan; in wilc_remain_on_channel()
1693 roc.expired = expired; in wilc_remain_on_channel()
1694 roc.arg = user_arg; in wilc_remain_on_channel()
1695 roc.duration = duration; in wilc_remain_on_channel()
1696 roc.cookie = cookie; in wilc_remain_on_channel()
1697 result = handle_remain_on_chan(vif, &roc); in wilc_remain_on_channel()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A Digc_hw.h255 u64 roc; member
H A Digc_ethtool.c47 IGC_STAT("rx_long_length_errors", stats.roc),
247 regs_buff[65] = adapter->stats.roc; in igc_ethtool_get_regs()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_hw.h243 u64 roc; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/
H A Dixgb_ethtool.c55 {"rx_long_length_errors", IXGB_STAT(stats.roc)},
297 *reg++ = IXGB_GET_STAT(adapter, roc); /* 96 */ in ixgb_get_regs()
H A Dixgb_hw.h694 u64 roc; member
H A Dixgb_main.c1637 adapter->stats.roc += IXGB_READ_REG(&adapter->hw, ROC); in ixgb_update_stats()
1692 adapter->stats.roc /*+ adapter->stats.rlec */ + in ixgb_update_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dhw.h395 u64 roc; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A De1000_hw.h203 u64 roc; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dhw.h416 u64 roc; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A De1000_hw.h203 u64 roc; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3621 adapter->stats.roc += er32(ROC); in e1000_update_stats()
3694 adapter->stats.ruc + adapter->stats.roc + in e1000_update_stats()
3696 adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc; in e1000_update_stats()
4061 if (stats->roc > 0) in e1000_tbi_adjust_stats()
4062 stats->roc--; in e1000_tbi_adjust_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3621 adapter->stats.roc += er32(ROC); in e1000_update_stats()
3694 adapter->stats.ruc + adapter->stats.roc + in e1000_update_stats()
3696 adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc; in e1000_update_stats()
4062 if (stats->roc > 0) in e1000_tbi_adjust_stats()
4063 stats->roc--; in e1000_tbi_adjust_stats()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4proc.c3526 bool roc; member
3538 if (calldata->lr.roc) in nfs4_free_closedata()
3668 if (!calldata->lr.roc && nfs4_wait_on_layoutreturn(inode, task)) { in nfs4_close_prepare()
3776 calldata->lr.roc = pnfs_roc(state->inode, in nfs4_do_close()
3778 if (calldata->lr.roc) { in nfs4_do_close()
6409 bool roc; member
6486 if (data->lr.roc) in nfs4_delegreturn_release()
6505 if (!d_data->lr.roc && nfs4_wait_on_layoutreturn(d_data->inode, task)) { in nfs4_delegreturn_prepare()
6570 data->lr.roc = pnfs_roc(inode, &data->lr.arg, &data->lr.res, in _nfs4_proc_delegreturn()
6572 if (data->lr.roc) { in _nfs4_proc_delegreturn()
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4proc.c3527 bool roc; member
3539 if (calldata->lr.roc) in nfs4_free_closedata()
3667 if (!calldata->lr.roc && nfs4_wait_on_layoutreturn(inode, task)) { in nfs4_close_prepare()
3777 calldata->lr.roc = pnfs_roc(state->inode, in nfs4_do_close()
3779 if (calldata->lr.roc) { in nfs4_do_close()
6533 bool roc; member
6610 if (data->lr.roc) in nfs4_delegreturn_release()
6629 if (!d_data->lr.roc && nfs4_wait_on_layoutreturn(d_data->inode, task)) { in nfs4_delegreturn_prepare()
6696 data->lr.roc = pnfs_roc(inode, &data->lr.arg, &data->lr.res, in _nfs4_proc_delegreturn()
6698 if (data->lr.roc) { in _nfs4_proc_delegreturn()
[all...]

Completed in 77 milliseconds

12