Searched refs:stop_reason (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/crypto/hisilicon/ |
| H A D | qm.c | 2402 if (qm->ver < QM_HW_V3 || qm->status.stop_reason == QM_NORMAL) { in qm_stop_qp_nolock() 3473 if (qm->status.stop_reason == QM_NORMAL) in qm_invalid_queues() 3476 if (qm->status.stop_reason == QM_DOWN) in qm_invalid_queues() 3516 qm->status.stop_reason = r; in hisi_qm_stop() 3518 if (qm->status.stop_reason != QM_NORMAL) { in hisi_qm_stop() 3550 qm->status.stop_reason = QM_NORMAL; in hisi_qm_stop() 4447 enum qm_stop_reason stop_reason) in qm_vf_reset_prepare() argument 4465 ret = hisi_qm_stop(vf_qm, stop_reason); in qm_vf_reset_prepare() 4477 enum qm_stop_reason stop_reason) in qm_try_stop_vfs() argument 4491 ret = qm_vf_reset_prepare(qm, stop_reason); in qm_try_stop_vfs() [all …]
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.h | 1299 unsigned long stop_reason; member 2305 if (test_and_clear_bit(reason, &il->stop_reason)) in il_wake_queues_by_reason() 2315 if (!test_and_set_bit(reason, &il->stop_reason)) in il_stop_queues_by_reason()
|
| H A D | 3945.c | 489 if (unlikely(test_bit(IL_STOP_REASON_PASSIVE, &il->stop_reason))) { in il3945_pass_packet_to_mac80211()
|
| H A D | 4965-mac.c | 578 if (unlikely(test_bit(IL_STOP_REASON_PASSIVE, &il->stop_reason))) { in il4965_pass_packet_to_mac80211()
|
| /linux/fs/f2fs/ |
| H A D | super.c | 4593 if (sbi->stop_reason[reason] < GENMASK(BITS_PER_BYTE - 1, 0)) in save_stop_reason() 4594 sbi->stop_reason[reason]++; in save_stop_reason() 4612 memcpy(raw_super->s_stop_reason, sbi->stop_reason, MAX_STOP_REASON); in f2fs_record_stop_reason() 4981 memcpy(sbi->stop_reason, raw_super->s_stop_reason, MAX_STOP_REASON); in f2fs_fill_super()
|