/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 3586 void ath10k_mac_tx_lock(struct ath10k *ar, int reason) in ath10k_mac_tx_lock() argument 3590 WARN_ON(reason >= ATH10K_TX_PAUSE_MAX); in ath10k_mac_tx_lock() 3591 ar->tx_paused |= BIT(reason); in ath10k_mac_tx_lock() 3607 void ath10k_mac_tx_unlock(struct ath10k *ar, int reason) in ath10k_mac_tx_unlock() argument 3611 WARN_ON(reason >= ATH10K_TX_PAUSE_MAX); in ath10k_mac_tx_unlock() 3612 ar->tx_paused &= ~BIT(reason); in ath10k_mac_tx_unlock() 3625 void ath10k_mac_vif_tx_lock(struct ath10k_vif *arvif, int reason) in ath10k_mac_vif_tx_lock() argument 3631 WARN_ON(reason >= BITS_PER_LONG); in ath10k_mac_vif_tx_lock() 3632 arvif->tx_paused |= BIT(reason); in ath10k_mac_vif_tx_lock() 3636 void ath10k_mac_vif_tx_unlock(struct ath10k_vif *arvif, int reason) in ath10k_mac_vif_tx_unlock() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 180 * If the firmware has indicated an error, print out the reason for 185 static const char *const reason[] = { in t4_report_fw_error() local 200 reason[PCIE_FW_EVAL_G(pcie_fw)]); in t4_report_fw_error() 3468 const char *reason; in should_install_fs_fw() local 3471 reason = "incompatible or unusable"; in should_install_fs_fw() 3476 reason = "older than the version supported with this driver"; in should_install_fs_fw() 3486 FW_HDR_FW_VER_MICRO_G(c), FW_HDR_FW_VER_BUILD_G(c), reason, in should_install_fs_fw() 8486 static const char * const reason[] = { in t4_link_down_rc_str() local 8497 if (link_down_rc >= ARRAY_SIZE(reason)) in t4_link_down_rc_str() 8500 return reason[link_down_r in t4_link_down_rc_str() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 180 * If the firmware has indicated an error, print out the reason for 185 static const char *const reason[] = { in t4_report_fw_error() local 200 reason[PCIE_FW_EVAL_G(pcie_fw)]); in t4_report_fw_error() 3438 const char *reason; in should_install_fs_fw() local 3441 reason = "incompatible or unusable"; in should_install_fs_fw() 3446 reason = "older than the version supported with this driver"; in should_install_fs_fw() 3456 FW_HDR_FW_VER_MICRO_G(c), FW_HDR_FW_VER_BUILD_G(c), reason, in should_install_fs_fw() 8455 static const char * const reason[] = { in t4_link_down_rc_str() local 8466 if (link_down_rc >= ARRAY_SIZE(reason)) in t4_link_down_rc_str() 8469 return reason[link_down_r in t4_link_down_rc_str() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme.c | 1600 u16 reason = *((unsigned short *)(pstadel->rsvd)); in rtw_stadel_event_callback() local 1606 } else if (reason == WLAN_REASON_EXPIRATION_CHK && rtw_chk_roam_flags(adapter, RTW_ROAM_ON_EXPIRED)) { in rtw_stadel_event_callback() 1608 } else if (reason == WLAN_REASON_ACTIVE_ROAM && rtw_chk_roam_flags(adapter, RTW_ROAM_ACTIVE)) { in rtw_stadel_event_callback()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1634 * @rx_dropped_misc: Dropped for un-specified reason. 2103 * @aborted: set to true if the scan was aborted for any reason, 2601 * @reason_code: The reason code for the deauthentication 2622 * @reason_code: The reason code for the disassociation 3345 * reason than just "failure" 3690 * %WLAN_STATUS_SUCCESS. If the connection fails for some reason, call 4272 * reason to override the default 6050 * scheduled scan had to be stopped, for whatever reason. The driver 6062 * scheduled scan had to be stopped, for whatever reason. The driver 6829 * @timeout_reason is used to report the reason fo [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A D | rtllib_softmac.c | 2116 "==========>received disassoc/deauth(%x) frame, reason code:%x\n", in rtllib_rx_deauth() 2118 ((struct rtllib_disassoc *)skb->data)->reason); in rtllib_rx_deauth() 2747 disauth->reason = cpu_to_le16(asRsn); in rtllib_disauth_skb() 2774 disass->reason = cpu_to_le16(asRsn); in rtllib_disassociate_skb()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme.c | 1431 u16 reason = *((unsigned short *)(pstadel->rsvd)); in rtw_stadel_event_callback() local 1437 } else if (reason == WLAN_REASON_EXPIRATION_CHK && rtw_chk_roam_flags(adapter, RTW_ROAM_ON_EXPIRED)) { in rtw_stadel_event_callback() 1439 } else if (reason == WLAN_REASON_ACTIVE_ROAM && rtw_chk_roam_flags(adapter, RTW_ROAM_ACTIVE)) { in rtw_stadel_event_callback()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 3413 u16 reason) in ath6kl_wmi_ap_set_mlme() 3424 cm->reason = cpu_to_le16(reason); in ath6kl_wmi_ap_set_mlme() 3427 ath6kl_dbg(ATH6KL_DBG_WMI, "ap_set_mlme: cmd=%d reason=%d\n", cm->cmd, in ath6kl_wmi_ap_set_mlme() 3428 cm->reason); in ath6kl_wmi_ap_set_mlme() 3412 ath6kl_wmi_ap_set_mlme(struct wmi *wmip, u8 if_idx, u8 cmd, const u8 *mac, u16 reason) ath6kl_wmi_ap_set_mlme() argument
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 2248 const char *reason; in csio_should_install_fs_fw() local 2251 reason = "incompatible or unusable"; in csio_should_install_fs_fw() 2256 reason = "older than the version supported with this driver"; in csio_should_install_fs_fw() 2266 FW_HDR_FW_VER_MICRO_G(c), FW_HDR_FW_VER_BUILD_G(c), reason, in csio_should_install_fs_fw()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
H A D | ioctl_linux.c | 1028 u16 reason; in rtw_wx_set_mlme() local 1037 reason = mlme->reason_code; in rtw_wx_set_mlme() 1039 DBG_88E("%s, cmd =%d, reason =%d\n", __func__, mlme->cmd, reason); in rtw_wx_set_mlme() 1985 static int wpa_mlme(struct net_device *dev, u32 command, u32 reason) in wpa_mlme() argument
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 1903 * @rx_dropped_misc: Dropped for un-specified reason. 2451 * @aborted: set to true if the scan was aborted for any reason, 2997 * @reason_code: The reason code for the deauthentication 3018 * @reason_code: The reason code for the disassociation 3757 * reason than just "failure" 4147 * %WLAN_STATUS_SUCCESS. If the connection fails for some reason, call 4780 * reason to override the default 6910 * scheduled scan had to be stopped, for whatever reason. The driver 6922 * scheduled scan had to be stopped, for whatever reason. The driver 7282 * the association was abandoned for a reason reporte [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 3399 u16 reason) in ath6kl_wmi_ap_set_mlme() 3410 cm->reason = cpu_to_le16(reason); in ath6kl_wmi_ap_set_mlme() 3413 ath6kl_dbg(ATH6KL_DBG_WMI, "ap_set_mlme: cmd=%d reason=%d\n", cm->cmd, in ath6kl_wmi_ap_set_mlme() 3414 cm->reason); in ath6kl_wmi_ap_set_mlme() 3398 ath6kl_wmi_ap_set_mlme(struct wmi *wmip, u8 if_idx, u8 cmd, const u8 *mac, u16 reason) ath6kl_wmi_ap_set_mlme() argument
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 2248 const char *reason; in csio_should_install_fs_fw() local 2251 reason = "incompatible or unusable"; in csio_should_install_fs_fw() 2256 reason = "older than the version supported with this driver"; in csio_should_install_fs_fw() 2266 FW_HDR_FW_VER_MICRO_G(c), FW_HDR_FW_VER_BUILD_G(c), reason, in csio_should_install_fs_fw()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 3065 enum skb_free_reason reason; member 3098 void __dev_kfree_skb_irq(struct sk_buff *skb, enum skb_free_reason reason) in __dev_kfree_skb_irq() argument 3111 get_kfree_skb_cb(skb)->reason = reason; in __dev_kfree_skb_irq() 3120 void __dev_kfree_skb_any(struct sk_buff *skb, enum skb_free_reason reason) in __dev_kfree_skb_any() argument 3123 __dev_kfree_skb_irq(skb, reason); in __dev_kfree_skb_any() 3124 else if (unlikely(reason == SKB_REASON_DROPPED)) in __dev_kfree_skb_any() 4922 if (likely(get_kfree_skb_cb(skb)->reason == SKB_REASON_CONSUMED)) in net_tx_action() 8980 * dev_change_proto_down_reason - proto down reason
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.c | 2700 static const char *reset_reason_to_string(enum ibmvnic_reset_reason reason) in reset_reason_to_string() argument 2702 switch (reason) { in reset_reason_to_string() 2747 "[S:%s FOP:%d] Reset reason: %s, reset_state: %s\n", in do_reset() 3332 enum ibmvnic_reset_reason reason) in ibmvnic_reset() 3348 (adapter->failover_pending && reason != VNIC_RESET_FAILOVER)) { in ibmvnic_reset() 3355 if (tmp->reset_reason == reason) { in ibmvnic_reset() 3356 netdev_dbg(netdev, "Skipping matching reset, reason=%s\n", in ibmvnic_reset() 3357 reset_reason_to_string(reason)); in ibmvnic_reset() 3374 rwi->reset_reason = reason; in ibmvnic_reset() 3376 netdev_dbg(adapter->netdev, "Scheduling reset (reason in ibmvnic_reset() 3331 ibmvnic_reset(struct ibmvnic_adapter *adapter, enum ibmvnic_reset_reason reason) ibmvnic_reset() argument [all...] |
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | traps.c | 908 void bad_el0_sync(struct pt_regs *regs, int reason, unsigned long esr) in bad_el0_sync() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_tx.c | 669 static void hfi1_ipoib_sdma_wakeup(struct iowait *wait, int reason) in hfi1_ipoib_sdma_wakeup() argument
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | hbm.c | 685 req.reason = DRIVER_STOP_REQUEST; in mei_hbm_stop_req()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-traffic.h | 484 * @tx_drop_frms: Count of frames that could not be sent for no other reason 2133 u64 *reason);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | net_driver.h | 1200 * @map_reset_reason: Map ethtool reset reason to a reset method 1350 enum reset_type (*map_reset_reason)(enum reset_type reason);
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_event.c | 232 "info: successfully disconnected from %pM: reason code %d\n", in mwifiex_reset_connect_state() 286 "status=0x%x, reason=0x%x cur_chan=%d\n", in mwifiex_parse_tdls_event() 288 tdls_evt->u.switch_result.reason, in mwifiex_parse_tdls_event() 333 "tdls chan switch stopped, reason=%d\n", in mwifiex_parse_tdls_event()
|
H A D | uap_cmd.c | 775 sta_deauth->reason = cpu_to_le16(WLAN_REASON_DEAUTH_LEAVING); in mwifiex_cmd_uap_sta_deauth()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mcu.h | 309 u8 reason; member
|
/kernel/linux/linux-5.10/net/netrom/ |
H A D | nr_route.c | 707 void nr_link_failed(ax25_cb *ax25, int reason) in nr_link_failed() argument
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | mgmt.h | 850 __u8 reason; member
|