/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A D | stats.c | 70 struct rtl_stats *pstatus) in rtl_process_ui_rssi() 77 if (!pstatus->packet_toself && !pstatus->packet_beacon) in rtl_process_ui_rssi() 80 rtlpriv->stats.pwdb_all_cnt += pstatus->rx_pwdb_all; in rtl_process_ui_rssi() 89 rtlpriv->stats.ui_rssi.total_val += pstatus->signalstrength; in rtl_process_ui_rssi() 91 pstatus->signalstrength; in rtl_process_ui_rssi() 98 pstatus->rssi = rtlpriv->stats.signal_strength; in rtl_process_ui_rssi() 100 if (pstatus->is_cck) in rtl_process_ui_rssi() 107 pstatus->rx_mimo_signalstrength[rfpath]; in rtl_process_ui_rssi() 110 if (pstatus in rtl_process_ui_rssi() 69 rtl_process_ui_rssi(struct ieee80211_hw *hw, struct rtl_stats *pstatus) rtl_process_ui_rssi() argument 135 rtl_update_rxsignalstatistics(struct ieee80211_hw *hw, struct rtl_stats *pstatus) rtl_update_rxsignalstatistics() argument 151 rtl_process_pwdb(struct ieee80211_hw *hw, struct rtl_stats *pstatus) rtl_process_pwdb() argument 193 rtl_process_ui_link_quality(struct ieee80211_hw *hw, struct rtl_stats *pstatus) rtl_process_ui_link_quality() argument 236 rtl_process_phyinfo(struct ieee80211_hw *hw, u8 *buffer, struct rtl_stats *pstatus) rtl_process_phyinfo() argument [all...] |
H A D | stats.h | 18 struct rtl_stats *pstatus);
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
H A D | stats.c | 70 struct rtl_stats *pstatus) in rtl_process_ui_rssi() 77 if (!pstatus->packet_toself && !pstatus->packet_beacon) in rtl_process_ui_rssi() 80 rtlpriv->stats.pwdb_all_cnt += pstatus->rx_pwdb_all; in rtl_process_ui_rssi() 89 rtlpriv->stats.ui_rssi.total_val += pstatus->signalstrength; in rtl_process_ui_rssi() 91 pstatus->signalstrength; in rtl_process_ui_rssi() 98 pstatus->rssi = rtlpriv->stats.signal_strength; in rtl_process_ui_rssi() 100 if (pstatus->is_cck) in rtl_process_ui_rssi() 107 pstatus->rx_mimo_signalstrength[rfpath]; in rtl_process_ui_rssi() 110 if (pstatus in rtl_process_ui_rssi() 69 rtl_process_ui_rssi(struct ieee80211_hw *hw, struct rtl_stats *pstatus) rtl_process_ui_rssi() argument 135 rtl_update_rxsignalstatistics(struct ieee80211_hw *hw, struct rtl_stats *pstatus) rtl_update_rxsignalstatistics() argument 151 rtl_process_pwdb(struct ieee80211_hw *hw, struct rtl_stats *pstatus) rtl_process_pwdb() argument 193 rtl_process_ui_link_quality(struct ieee80211_hw *hw, struct rtl_stats *pstatus) rtl_process_ui_link_quality() argument 236 rtl_process_phyinfo(struct ieee80211_hw *hw, u8 *buffer, struct rtl_stats *pstatus) rtl_process_phyinfo() argument [all...] |
H A D | stats.h | 18 struct rtl_stats *pstatus);
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | trx.c | 29 struct rtl_stats *pstatus, in _rtl8723be_query_rxphystatus() 42 bool is_cck = pstatus->is_cck; in _rtl8723be_query_rxphystatus() 46 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl8723be_query_rxphystatus() 47 pstatus->packet_toself = bpacket_toself; in _rtl8723be_query_rxphystatus() 48 pstatus->packet_beacon = packet_beacon; in _rtl8723be_query_rxphystatus() 49 pstatus->rx_mimo_signalquality[0] = -1; in _rtl8723be_query_rxphystatus() 50 pstatus->rx_mimo_signalquality[1] = -1; in _rtl8723be_query_rxphystatus() 91 pstatus->rx_pwdb_all = pwdb_all; in _rtl8723be_query_rxphystatus() 92 pstatus->bt_rx_rssi_percentage = pwdb_all; in _rtl8723be_query_rxphystatus() 93 pstatus in _rtl8723be_query_rxphystatus() 28 _rtl8723be_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_8723be *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) _rtl8723be_query_rxphystatus() argument 190 _rtl8723be_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_8723be *p_drvinfo) _rtl8723be_translate_rx_signal_stuff() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | trx.c | 29 struct rtl_stats *pstatus, in _rtl8723be_query_rxphystatus() 42 bool is_cck = pstatus->is_cck; in _rtl8723be_query_rxphystatus() 46 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl8723be_query_rxphystatus() 47 pstatus->packet_toself = bpacket_toself; in _rtl8723be_query_rxphystatus() 48 pstatus->packet_beacon = packet_beacon; in _rtl8723be_query_rxphystatus() 49 pstatus->rx_mimo_signalquality[0] = -1; in _rtl8723be_query_rxphystatus() 50 pstatus->rx_mimo_signalquality[1] = -1; in _rtl8723be_query_rxphystatus() 89 pstatus->rx_pwdb_all = pwdb_all; in _rtl8723be_query_rxphystatus() 90 pstatus->bt_rx_rssi_percentage = pwdb_all; in _rtl8723be_query_rxphystatus() 91 pstatus in _rtl8723be_query_rxphystatus() 28 _rtl8723be_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_8723be *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) _rtl8723be_query_rxphystatus() argument 188 _rtl8723be_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_8723be *p_drvinfo) _rtl8723be_translate_rx_signal_stuff() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | trx.c | 27 struct rtl_stats *pstatus, u8 *pdesc, in _rtl8723e_query_rxphystatus() 39 bool is_cck = pstatus->is_cck; in _rtl8723e_query_rxphystatus() 42 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl8723e_query_rxphystatus() 43 pstatus->packet_toself = bpacket_toself; in _rtl8723e_query_rxphystatus() 44 pstatus->packet_beacon = packet_beacon; in _rtl8723e_query_rxphystatus() 45 pstatus->rx_mimo_signalquality[0] = -1; in _rtl8723e_query_rxphystatus() 46 pstatus->rx_mimo_signalquality[1] = -1; in _rtl8723e_query_rxphystatus() 123 pstatus->rx_pwdb_all = pwdb_all; in _rtl8723e_query_rxphystatus() 124 pstatus->recvsignalpower = rx_pwr_all; in _rtl8723e_query_rxphystatus() 130 if (pstatus in _rtl8723e_query_rxphystatus() 26 _rtl8723e_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_8723e *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) _rtl8723e_query_rxphystatus() argument 217 translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_8723e *p_drvinfo) translate_rx_signal_stuff() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | trx.c | 27 struct rtl_stats *pstatus, u8 *pdesc, in _rtl8723e_query_rxphystatus() 39 bool is_cck = pstatus->is_cck; in _rtl8723e_query_rxphystatus() 42 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl8723e_query_rxphystatus() 43 pstatus->packet_toself = bpacket_toself; in _rtl8723e_query_rxphystatus() 44 pstatus->packet_beacon = packet_beacon; in _rtl8723e_query_rxphystatus() 45 pstatus->rx_mimo_signalquality[0] = -1; in _rtl8723e_query_rxphystatus() 46 pstatus->rx_mimo_signalquality[1] = -1; in _rtl8723e_query_rxphystatus() 123 pstatus->rx_pwdb_all = pwdb_all; in _rtl8723e_query_rxphystatus() 124 pstatus->recvsignalpower = rx_pwr_all; in _rtl8723e_query_rxphystatus() 130 if (pstatus in _rtl8723e_query_rxphystatus() 26 _rtl8723e_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_8723e *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) _rtl8723e_query_rxphystatus() argument 217 translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_8723e *p_drvinfo) translate_rx_signal_stuff() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | trx.c | 28 struct rtl_stats *pstatus, __le32 *pdesc, in _rtl88ee_query_rxphystatus() 43 bool is_cck = pstatus->is_cck; in _rtl88ee_query_rxphystatus() 47 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl88ee_query_rxphystatus() 48 pstatus->packet_toself = bpacket_toself; in _rtl88ee_query_rxphystatus() 49 pstatus->packet_beacon = packet_beacon; in _rtl88ee_query_rxphystatus() 50 pstatus->rx_mimo_signalquality[0] = -1; in _rtl88ee_query_rxphystatus() 51 pstatus->rx_mimo_signalquality[1] = -1; in _rtl88ee_query_rxphystatus() 141 pstatus->rx_pwdb_all = pwdb_all; in _rtl88ee_query_rxphystatus() 142 pstatus->recvsignalpower = rx_pwr_all; in _rtl88ee_query_rxphystatus() 148 if (pstatus in _rtl88ee_query_rxphystatus() 27 _rtl88ee_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_88e *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) _rtl88ee_query_rxphystatus() argument 238 _rtl88ee_smart_antenna(struct ieee80211_hw *hw, struct rtl_stats *pstatus) _rtl88ee_smart_antenna() argument 271 _rtl88ee_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_88e *p_drvinfo) _rtl88ee_translate_rx_signal_stuff() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | trx.c | 59 struct rtl_stats *pstatus, __le32 *pdesc, in query_rxphystatus() 72 bool is_cck = pstatus->is_cck; in query_rxphystatus() 76 pstatus->packet_matchbssid = bpacket_match_bssid; in query_rxphystatus() 77 pstatus->packet_toself = bpacket_toself; in query_rxphystatus() 78 pstatus->packet_beacon = packet_beacon; in query_rxphystatus() 79 pstatus->rx_mimo_signalquality[0] = -1; in query_rxphystatus() 80 pstatus->rx_mimo_signalquality[1] = -1; in query_rxphystatus() 172 pstatus->rx_pwdb_all = pwdb_all; in query_rxphystatus() 173 pstatus->recvsignalpower = rx_pwr_all; in query_rxphystatus() 179 if (pstatus in query_rxphystatus() 58 query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_8821ae *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) query_rxphystatus() argument 275 translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_8821ae *p_drvinfo) translate_rx_signal_stuff() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | trx.c | 59 struct rtl_stats *pstatus, __le32 *pdesc, in query_rxphystatus() 72 bool is_cck = pstatus->is_cck; in query_rxphystatus() 76 pstatus->packet_matchbssid = bpacket_match_bssid; in query_rxphystatus() 77 pstatus->packet_toself = bpacket_toself; in query_rxphystatus() 78 pstatus->packet_beacon = packet_beacon; in query_rxphystatus() 79 pstatus->rx_mimo_signalquality[0] = -1; in query_rxphystatus() 80 pstatus->rx_mimo_signalquality[1] = -1; in query_rxphystatus() 172 pstatus->rx_pwdb_all = pwdb_all; in query_rxphystatus() 173 pstatus->recvsignalpower = rx_pwr_all; in query_rxphystatus() 179 if (pstatus in query_rxphystatus() 58 query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_8821ae *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) query_rxphystatus() argument 275 translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_8821ae *p_drvinfo) translate_rx_signal_stuff() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | trx.c | 28 struct rtl_stats *pstatus, __le32 *pdesc, in _rtl88ee_query_rxphystatus() 43 bool is_cck = pstatus->is_cck; in _rtl88ee_query_rxphystatus() 47 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl88ee_query_rxphystatus() 48 pstatus->packet_toself = bpacket_toself; in _rtl88ee_query_rxphystatus() 49 pstatus->packet_beacon = packet_beacon; in _rtl88ee_query_rxphystatus() 50 pstatus->rx_mimo_signalquality[0] = -1; in _rtl88ee_query_rxphystatus() 51 pstatus->rx_mimo_signalquality[1] = -1; in _rtl88ee_query_rxphystatus() 141 pstatus->rx_pwdb_all = pwdb_all; in _rtl88ee_query_rxphystatus() 142 pstatus->recvsignalpower = rx_pwr_all; in _rtl88ee_query_rxphystatus() 148 if (pstatus in _rtl88ee_query_rxphystatus() 27 _rtl88ee_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_88e *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) _rtl88ee_query_rxphystatus() argument 238 _rtl88ee_smart_antenna(struct ieee80211_hw *hw, struct rtl_stats *pstatus) _rtl88ee_smart_antenna() argument 271 _rtl88ee_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_88e *p_drvinfo) _rtl88ee_translate_rx_signal_stuff() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | trx.c | 29 struct rtl_stats *pstatus, u8 *pdesc, in _rtl92ee_query_rxphystatus() 41 bool is_cck = pstatus->is_cck; in _rtl92ee_query_rxphystatus() 45 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl92ee_query_rxphystatus() 46 pstatus->packet_toself = bpacket_toself; in _rtl92ee_query_rxphystatus() 47 pstatus->packet_beacon = packet_beacon; in _rtl92ee_query_rxphystatus() 48 pstatus->rx_mimo_signalquality[0] = -1; in _rtl92ee_query_rxphystatus() 49 pstatus->rx_mimo_signalquality[1] = -1; in _rtl92ee_query_rxphystatus() 114 pstatus->rx_pwdb_all = pwdb_all; in _rtl92ee_query_rxphystatus() 115 pstatus->bt_rx_rssi_percentage = pwdb_all; in _rtl92ee_query_rxphystatus() 116 pstatus in _rtl92ee_query_rxphystatus() 28 _rtl92ee_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) _rtl92ee_query_rxphystatus() argument 214 _rtl92ee_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo *p_drvinfo) _rtl92ee_translate_rx_signal_stuff() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | trx.c | 29 struct rtl_stats *pstatus, u8 *pdesc, in _rtl92ee_query_rxphystatus() 41 bool is_cck = pstatus->is_cck; in _rtl92ee_query_rxphystatus() 45 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl92ee_query_rxphystatus() 46 pstatus->packet_toself = bpacket_toself; in _rtl92ee_query_rxphystatus() 47 pstatus->packet_beacon = packet_beacon; in _rtl92ee_query_rxphystatus() 48 pstatus->rx_mimo_signalquality[0] = -1; in _rtl92ee_query_rxphystatus() 49 pstatus->rx_mimo_signalquality[1] = -1; in _rtl92ee_query_rxphystatus() 114 pstatus->rx_pwdb_all = pwdb_all; in _rtl92ee_query_rxphystatus() 115 pstatus->bt_rx_rssi_percentage = pwdb_all; in _rtl92ee_query_rxphystatus() 116 pstatus in _rtl92ee_query_rxphystatus() 28 _rtl92ee_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) _rtl92ee_query_rxphystatus() argument 214 _rtl92ee_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo *p_drvinfo) _rtl92ee_translate_rx_signal_stuff() argument [all...] |
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-tiny-usb.c | 53 unsigned char *pstatus; in usb_xfer() local 59 pstatus = kmalloc(sizeof(*pstatus), GFP_KERNEL); in usb_xfer() 60 if (!pstatus) in usb_xfer() 103 if (usb_read(adapter, CMD_GET_STATUS, 0, 0, pstatus, 1) != 1) { in usb_xfer() 109 dev_dbg(&adapter->dev, " status = %d\n", *pstatus); in usb_xfer() 110 if (*pstatus == STATUS_ADDRESS_NAK) { in usb_xfer() 118 kfree(pstatus); in usb_xfer()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-tiny-usb.c | 53 unsigned char *pstatus; in usb_xfer() local 59 pstatus = kmalloc(sizeof(*pstatus), GFP_KERNEL); in usb_xfer() 60 if (!pstatus) in usb_xfer() 103 if (usb_read(adapter, CMD_GET_STATUS, 0, 0, pstatus, 1) != 1) { in usb_xfer() 109 dev_dbg(&adapter->dev, " status = %d\n", *pstatus); in usb_xfer() 110 if (*pstatus == STATUS_ADDRESS_NAK) { in usb_xfer() 118 kfree(pstatus); in usb_xfer()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | ibmphp_hpc.c | 501 * pstatus - can be NULL for READ_ALLSTAT 505 int ibmphp_hpc_readslot(struct slot *pslot, u8 cmd, u8 *pstatus) in ibmphp_hpc_readslot() argument 513 debug_polling("%s - Entry pslot[%p] cmd[%x] pstatus[%p]\n", __func__, pslot, cmd, pstatus); in ibmphp_hpc_readslot() 516 || ((pstatus == NULL) && (cmd != READ_ALLSTAT) && (cmd != READ_BUSSTATUS))) { in ibmphp_hpc_readslot() 570 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 575 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 580 *pstatus = status; in ibmphp_hpc_readslot() 587 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 590 *pstatus in ibmphp_hpc_readslot() 1068 hpc_wait_ctlr_notworking(int timeout, struct controller *ctlr_ptr, void __iomem *wpg_bbar, u8 *pstatus) hpc_wait_ctlr_notworking() argument [all...] |
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | ibmphp_hpc.c | 499 * pstatus - can be NULL for READ_ALLSTAT 503 int ibmphp_hpc_readslot(struct slot *pslot, u8 cmd, u8 *pstatus) in ibmphp_hpc_readslot() argument 511 debug_polling("%s - Entry pslot[%p] cmd[%x] pstatus[%p]\n", __func__, pslot, cmd, pstatus); in ibmphp_hpc_readslot() 514 || ((pstatus == NULL) && (cmd != READ_ALLSTAT) && (cmd != READ_BUSSTATUS))) { in ibmphp_hpc_readslot() 568 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 573 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 578 *pstatus = status; in ibmphp_hpc_readslot() 585 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 588 *pstatus in ibmphp_hpc_readslot() 1066 hpc_wait_ctlr_notworking(int timeout, struct controller *ctlr_ptr, void __iomem *wpg_bbar, u8 *pstatus) hpc_wait_ctlr_notworking() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | dpcsup.c | 96 __le32 *pstatus = (__le32 *)hwfib->data; in aac_response_normal() local 97 if (*pstatus & cpu_to_le32(0xffff0000)) in aac_response_normal() 98 *pstatus = cpu_to_le32(ST_OK); in aac_response_normal() 398 __le32 *pstatus = (__le32 *)hwfib->data; in aac_intr_normal() local 400 if (*pstatus & cpu_to_le32(0xffff0000)) in aac_intr_normal() 401 *pstatus = cpu_to_le32(ST_OK); in aac_intr_normal()
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | dpcsup.c | 96 __le32 *pstatus = (__le32 *)hwfib->data; in aac_response_normal() local 97 if (*pstatus & cpu_to_le32(0xffff0000)) in aac_response_normal() 98 *pstatus = cpu_to_le32(ST_OK); in aac_response_normal() 398 __le32 *pstatus = (__le32 *)hwfib->data; in aac_intr_normal() local 400 if (*pstatus & cpu_to_le32(0xffff0000)) in aac_intr_normal() 401 *pstatus = cpu_to_le32(ST_OK); in aac_intr_normal()
|
/kernel/linux/linux-5.10/drivers/media/usb/as102/ |
H A D | as10x_cmd.c | 151 * @pstatus: pointer to updated status structure of the current tune 156 struct as10x_tune_status *pstatus) in as10x_cmd_get_tune_status() 191 pstatus->tune_state = prsp->body.get_tune_status.rsp.sts.tune_state; in as10x_cmd_get_tune_status() 192 pstatus->signal_strength = in as10x_cmd_get_tune_status() 194 pstatus->PER = le16_to_cpu((__force __le16)prsp->body.get_tune_status.rsp.sts.PER); in as10x_cmd_get_tune_status() 195 pstatus->BER = le16_to_cpu((__force __le16)prsp->body.get_tune_status.rsp.sts.BER); in as10x_cmd_get_tune_status() 155 as10x_cmd_get_tune_status(struct as10x_bus_adapter_t *adap, struct as10x_tune_status *pstatus) as10x_cmd_get_tune_status() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/as102/ |
H A D | as10x_cmd.c | 151 * @pstatus: pointer to updated status structure of the current tune 156 struct as10x_tune_status *pstatus) in as10x_cmd_get_tune_status() 191 pstatus->tune_state = prsp->body.get_tune_status.rsp.sts.tune_state; in as10x_cmd_get_tune_status() 192 pstatus->signal_strength = in as10x_cmd_get_tune_status() 194 pstatus->PER = le16_to_cpu((__force __le16)prsp->body.get_tune_status.rsp.sts.PER); in as10x_cmd_get_tune_status() 195 pstatus->BER = le16_to_cpu((__force __le16)prsp->body.get_tune_status.rsp.sts.BER); in as10x_cmd_get_tune_status() 155 as10x_cmd_get_tune_status(struct as10x_bus_adapter_t *adap, struct as10x_tune_status *pstatus) as10x_cmd_get_tune_status() argument
|
/kernel/linux/linux-5.10/drivers/net/fjes/ |
H A D | fjes_main.c | 495 enum ep_partner_status pstatus; in fjes_tx_stall_task() local 516 pstatus = fjes_hw_get_partner_ep_status(hw, epid); in fjes_tx_stall_task() 517 sendable = (pstatus == EP_PARTNER_SHARED); in fjes_tx_stall_task() 560 enum ep_partner_status pstatus; in fjes_raise_intr_rxdata_task() local 573 pstatus = fjes_hw_get_partner_ep_status(hw, epid); in fjes_raise_intr_rxdata_task() 574 if (pstatus == EP_PARTNER_SHARED) { in fjes_raise_intr_rxdata_task() 590 pstatus = fjes_hw_get_partner_ep_status(hw, epid); in fjes_raise_intr_rxdata_task() 593 (pstatus == EP_PARTNER_SHARED) && in fjes_raise_intr_rxdata_task() 632 enum ep_partner_status pstatus; in fjes_xmit_frame() local 693 pstatus in fjes_xmit_frame() 1055 enum ep_partner_status pstatus; fjes_rxframe_search_exist() local [all...] |
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_main.c | 597 enum ep_partner_status pstatus; in fjes_xmit_frame() local 658 pstatus = fjes_hw_get_partner_ep_status(hw, dest_epid); in fjes_xmit_frame() 659 if (pstatus != EP_PARTNER_SHARED) { in fjes_xmit_frame() 912 enum ep_partner_status pstatus; in fjes_rxframe_search_exist() local 924 pstatus = fjes_hw_get_partner_ep_status(hw, cur_epid); in fjes_rxframe_search_exist() 925 if (pstatus == EP_PARTNER_SHARED) { in fjes_rxframe_search_exist() 1081 enum ep_partner_status pstatus; in fjes_tx_stall_task() local 1102 pstatus = fjes_hw_get_partner_ep_status(hw, epid); in fjes_tx_stall_task() 1103 sendable = (pstatus == EP_PARTNER_SHARED); in fjes_tx_stall_task() 1135 enum ep_partner_status pstatus; in fjes_raise_intr_rxdata_task() local [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | bt819.c | 200 static int bt819_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pstd) in bt819_status() argument 218 if (pstatus) in bt819_status() 219 *pstatus = res; in bt819_status()
|