Home
last modified time | relevance | path

Searched refs:reason (Results 201 - 225 of 1220) sorted by relevance

12345678910>>...49

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmdresp.c884 u16 reason = le16_to_cpu(cmd_tdls_oper->reason); in mwifiex_ret_tdls_oper() local
891 if (reason) { in mwifiex_ret_tdls_oper()
892 if (!node || reason == TDLS_ERR_LINK_NONEXISTENT) in mwifiex_ret_tdls_oper()
894 "TDLS link delete for %pM failed: reason %d\n", in mwifiex_ret_tdls_oper()
895 cmd_tdls_oper->peer_mac, reason); in mwifiex_ret_tdls_oper()
898 "TDLS link delete for %pM failed: reason %d\n", in mwifiex_ret_tdls_oper()
899 cmd_tdls_oper->peer_mac, reason); in mwifiex_ret_tdls_oper()
907 if (reason) { in mwifiex_ret_tdls_oper()
909 "TDLS link creation for %pM failed: reason in mwifiex_ret_tdls_oper()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dmain.c117 static u8 ath6kl_remove_sta(struct ath6kl *ar, u8 *mac, u16 reason) in ath6kl_remove_sta() argument
137 "deleting station %pM aid=%d reason=%d\n", in ath6kl_remove_sta()
138 mac, ar->sta_list[i].aid, reason); in ath6kl_remove_sta()
968 void ath6kl_disconnect_event(struct ath6kl_vif *vif, u8 reason, u8 *bssid, in ath6kl_disconnect_event() argument
976 if (reason == BSS_DISCONNECTED && in ath6kl_disconnect_event()
1024 ath6kl_cfg80211_disconnect_event(vif, reason, bssid, in ath6kl_disconnect_event()
1032 ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "disconnect reason is %d\n", reason); in ath6kl_disconnect_event()
1039 if (reason == DISCONNECT_CMD) { in ath6kl_disconnect_event()
1045 if (((reason in ath6kl_disconnect_event()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dmemory_hotplug.c262 const char *reason) in check_pfn_span()
282 reason, pfn, pfn + nr_pages - 1); in check_pfn_span()
1470 char *reason; in offline_pages() local
1491 reason = "memory holes"; in offline_pages()
1500 reason = "multizone range"; in offline_pages()
1510 reason = "failure to isolate range"; in offline_pages()
1521 reason = "notifier failure"; in offline_pages()
1530 reason = "signal backoff"; in offline_pages()
1548 reason = "unmovable page"; in offline_pages()
1559 reason in offline_pages()
261 check_pfn_span(unsigned long pfn, unsigned long nr_pages, const char *reason) check_pfn_span() argument
[all...]
/kernel/linux/linux-5.10/fs/pstore/
H A Dzone.c48 * @reason: the kmsg dump reason (e.g. oops, panic, etc)
59 enum kmsg_dump_reason reason; member
441 if (hdr->reason == KMSG_DUMP_OOPS) in psz_kmsg_recover_meta()
444 else if (hdr->reason == KMSG_DUMP_PANIC) in psz_kmsg_recover_meta()
745 hdr->reason = record->reason; in psz_write_kmsg_hdr()
746 if (hdr->reason == KMSG_DUMP_OOPS) in psz_write_kmsg_hdr()
748 else if (hdr->reason == KMSG_DUMP_PANIC) in psz_write_kmsg_hdr()
890 record->reason in psz_pstore_write()
[all...]
/kernel/linux/linux-6.6/fs/pstore/
H A Dzone.c48 * @reason: the kmsg dump reason (e.g. oops, panic, etc)
59 enum kmsg_dump_reason reason; member
435 if (hdr->reason == KMSG_DUMP_OOPS) in psz_kmsg_recover_meta()
438 else if (hdr->reason == KMSG_DUMP_PANIC) in psz_kmsg_recover_meta()
732 hdr->reason = record->reason; in psz_write_kmsg_hdr()
733 if (hdr->reason == KMSG_DUMP_OOPS) in psz_write_kmsg_hdr()
735 else if (hdr->reason == KMSG_DUMP_PANIC) in psz_write_kmsg_hdr()
877 record->reason in psz_pstore_write()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dmain.c117 static u8 ath6kl_remove_sta(struct ath6kl *ar, u8 *mac, u16 reason) in ath6kl_remove_sta() argument
137 "deleting station %pM aid=%d reason=%d\n", in ath6kl_remove_sta()
138 mac, ar->sta_list[i].aid, reason); in ath6kl_remove_sta()
968 void ath6kl_disconnect_event(struct ath6kl_vif *vif, u8 reason, u8 *bssid, in ath6kl_disconnect_event() argument
976 if (reason == BSS_DISCONNECTED && in ath6kl_disconnect_event()
1024 ath6kl_cfg80211_disconnect_event(vif, reason, bssid, in ath6kl_disconnect_event()
1032 ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "disconnect reason is %d\n", reason); in ath6kl_disconnect_event()
1039 if (reason == DISCONNECT_CMD) { in ath6kl_disconnect_event()
1045 if (((reason in ath6kl_disconnect_event()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmdresp.c897 u16 reason = le16_to_cpu(cmd_tdls_oper->reason); in mwifiex_ret_tdls_oper() local
904 if (reason) { in mwifiex_ret_tdls_oper()
905 if (!node || reason == TDLS_ERR_LINK_NONEXISTENT) in mwifiex_ret_tdls_oper()
907 "TDLS link delete for %pM failed: reason %d\n", in mwifiex_ret_tdls_oper()
908 cmd_tdls_oper->peer_mac, reason); in mwifiex_ret_tdls_oper()
911 "TDLS link delete for %pM failed: reason %d\n", in mwifiex_ret_tdls_oper()
912 cmd_tdls_oper->peer_mac, reason); in mwifiex_ret_tdls_oper()
920 if (reason) { in mwifiex_ret_tdls_oper()
922 "TDLS link creation for %pM failed: reason in mwifiex_ret_tdls_oper()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dpstore.h66 * @reason: kdump reason for notification
81 enum kmsg_dump_reason reason; member
290 enum kmsg_dump_reason reason);
H A Duserfaultfd_k.h35 extern vm_fault_t handle_userfault(struct vm_fault *vmf, unsigned long reason);
105 unsigned long reason) in handle_userfault()
104 handle_userfault(struct vm_fault *vmf, unsigned long reason) handle_userfault() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgm107.c90 info.reason = (type & 0x0000000f); in gm107_fifo_intr_fault()
101 .fault.reason = gk104_fifo_fault_reason,
H A Dgp100.c74 info.reason = (type & 0x0000001f); in gp100_fifo_intr_fault()
85 .fault.reason = gk104_fifo_fault_reason,
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dfc.h50 u8 reason, u8 explanation, u8 vendor) in nvme_fc_format_rjt()
59 rjt->rjt.reason_code = reason; in nvme_fc_format_rjt()
49 nvme_fc_format_rjt(void *buf, u16 buflen, u8 ls_cmd, u8 reason, u8 explanation, u8 vendor) nvme_fc_format_rjt() argument
/kernel/linux/linux-6.6/include/linux/
H A Drfkill.h142 * with a reason
145 * @reason: one of &enum rfkill_hard_block_reasons
147 * Prefer to use rfkill_set_hw_state if you don't need any special reason.
150 bool blocked, unsigned long reason);
283 unsigned long reason) in rfkill_set_hw_state_reason()
281 rfkill_set_hw_state_reason(struct rfkill *rfkill, bool blocked, unsigned long reason) rfkill_set_hw_state_reason() argument
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dgadget.h93 * @reason: cancelled reason for the dwc3 request
99 unsigned int reason) in dwc3_gadget_move_cancelled_request()
103 req->status = reason; in dwc3_gadget_move_cancelled_request()
98 dwc3_gadget_move_cancelled_request(struct dwc3_request *req, unsigned int reason) dwc3_gadget_move_cancelled_request() argument
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc_drv.h230 wake_up_enc_ctx(struct mtk_vcodec_enc_ctx *ctx, unsigned int reason, unsigned int hw_id) in wake_up_enc_ctx() argument
233 ctx->int_type[hw_id] = reason; in wake_up_enc_ctx()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dfc.h50 u8 reason, u8 explanation, u8 vendor) in nvme_fc_format_rjt()
59 rjt->rjt.reason_code = reason; in nvme_fc_format_rjt()
49 nvme_fc_format_rjt(void *buf, u16 buflen, u8 ls_cmd, u8 reason, u8 explanation, u8 vendor) nvme_fc_format_rjt() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgp100.c84 .reason = gk104_fifo_mmu_fault_reason,
108 info.reason = (type & 0x0000001f); in gp100_fifo_intr_mmu_fault_unit()
H A Dgm107.c95 .reason = gk104_fifo_mmu_fault_reason,
119 info.reason = (type & 0x0000000f); in gm107_fifo_intr_mmu_fault_unit()
/kernel/linux/linux-6.6/mm/kmsan/
H A Dkmsan.h89 * @reason: Error type from enum kmsan_bug_reason.
95 * @address, @size, @user_addr and @reason, but different @off_first and
100 enum kmsan_bug_reason reason);
190 int reason);
/kernel/linux/linux-6.6/net/mac802154/
H A Dutil.c150 int reason) in ieee802154_xmit_error()
154 local->tx_result = reason; in ieee802154_xmit_error()
149 ieee802154_xmit_error(struct ieee802154_hw *hw, struct sk_buff *skb, int reason) ieee802154_xmit_error() argument
/kernel/linux/linux-5.10/arch/x86/platform/uv/
H A Duv_nmi.c898 int reason = uv_nmi_kdb_reason(); in uv_call_kgdb_kdb() local
901 if (reason < 0) in uv_call_kgdb_kdb()
905 ret = kgdb_nmicallin(cpu, X86_TRAP_NMI, regs, reason, in uv_call_kgdb_kdb()
937 static int uv_handle_nmi(unsigned int reason, struct pt_regs *regs) in uv_handle_nmi() argument
1006 static int uv_handle_nmi_ping(unsigned int reason, struct pt_regs *regs) in uv_handle_nmi_ping() argument
1018 ret = uv_handle_nmi(reason, regs); in uv_handle_nmi_ping()
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-pmp.c265 const char *reason; in sata_pmp_configure() local
272 reason = "invalid nr_ports"; in sata_pmp_configure()
285 reason = "failed to write GSCR_ERROR_EN"; in sata_pmp_configure()
301 reason = "failed to read Sil3x26 Private Register"; in sata_pmp_configure()
308 reason = "failed to write Sil3x26 Private Register"; in sata_pmp_configure()
332 reason, err_mask); in sata_pmp_configure()
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dtlb.c657 bool local, enum tlb_flush_reason reason) in flush_tlb_func_common()
703 trace_tlb_flush(reason, 0); in flush_tlb_func_common()
760 trace_tlb_flush(reason, nr_invalidate); in flush_tlb_func_common()
766 trace_tlb_flush(reason, TLB_FLUSH_ALL); in flush_tlb_func_common()
773 static void flush_tlb_func_local(const void *info, enum tlb_flush_reason reason) in flush_tlb_func_local() argument
777 flush_tlb_func_common(f, true, reason); in flush_tlb_func_local()
656 flush_tlb_func_common(const struct flush_tlb_info *f, bool local, enum tlb_flush_reason reason) flush_tlb_func_common() argument
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-pmp.c265 const char *reason; in sata_pmp_configure() local
272 reason = "invalid nr_ports"; in sata_pmp_configure()
285 reason = "failed to write GSCR_ERROR_EN"; in sata_pmp_configure()
301 reason = "failed to read Sil3x26 Private Register"; in sata_pmp_configure()
308 reason = "failed to write Sil3x26 Private Register"; in sata_pmp_configure()
332 reason, err_mask); in sata_pmp_configure()
/kernel/linux/linux-6.6/include/trace/events/
H A Drcu.h286 TP_PROTO(const char *rcuname, int cpu, const char *reason),
288 TP_ARGS(rcuname, cpu, reason),
293 __field(const char *, reason)
299 __entry->reason = reason;
302 TP_printk("%s %d %s", __entry->rcuname, __entry->cpu, __entry->reason)

Completed in 25 milliseconds

12345678910>>...49