/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | trx.c | 30 __le32 *pdesc, in _rtl8723be_query_rxphystatus() 193 __le32 *pdesc, in _rtl8723be_translate_rx_signal_stuff() 237 _rtl8723be_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl8723be_translate_rx_signal_stuff() 305 __le32 *pdesc = (__le32 *)pdesc8; in rtl8723be_rx_query_desc() local 306 u32 phystatus = get_rx_desc_physt(pdesc); in rtl8723be_rx_query_desc() 308 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl8723be_rx_query_desc() 309 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl8723be_rx_query_desc() 311 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl8723be_rx_query_desc() 312 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723be_rx_query_desc() 313 status->crc = (u16)get_rx_desc_crc32(pdesc); in rtl8723be_rx_query_desc() 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 415 __le32 *pdesc = (__le32 *)pdesc8; rtl8723be_tx_fill_desc() local 596 __le32 *pdesc = (__le32 *)pdesc8; rtl8723be_tx_fill_cmddesc() local 644 __le32 *pdesc = (__le32 *)pdesc8; rtl8723be_set_desc() local 685 __le32 *pdesc = (__le32 *)pdesc8; rtl8723be_get_desc() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | trx.c | 30 __le32 *pdesc, in _rtl8723be_query_rxphystatus() 191 __le32 *pdesc, in _rtl8723be_translate_rx_signal_stuff() 235 _rtl8723be_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl8723be_translate_rx_signal_stuff() 303 __le32 *pdesc = (__le32 *)pdesc8; in rtl8723be_rx_query_desc() local 304 u32 phystatus = get_rx_desc_physt(pdesc); in rtl8723be_rx_query_desc() 306 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl8723be_rx_query_desc() 307 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl8723be_rx_query_desc() 309 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl8723be_rx_query_desc() 310 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723be_rx_query_desc() 311 status->crc = (u16)get_rx_desc_crc32(pdesc); in rtl8723be_rx_query_desc() 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 413 __le32 *pdesc = (__le32 *)pdesc8; rtl8723be_tx_fill_desc() local 594 __le32 *pdesc = (__le32 *)pdesc8; rtl8723be_tx_fill_cmddesc() local 642 __le32 *pdesc = (__le32 *)pdesc8; rtl8723be_set_desc() local 683 __le32 *pdesc = (__le32 *)pdesc8; rtl8723be_get_desc() local [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() 219 struct rtl_stats *pstatus, u8 *pdesc, in translate_rx_signal_stuff() 253 _rtl8723e_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in translate_rx_signal_stuff() 267 __le32 *pdesc = (__le32 *)pdesc8; in rtl8723e_rx_query_desc() local 268 u32 phystatus = get_rx_desc_physt(pdesc); in rtl8723e_rx_query_desc() 270 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl8723e_rx_query_desc() 271 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl8723e_rx_query_desc() 273 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl8723e_rx_query_desc() 274 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723e_rx_query_desc() 275 status->crc = (u16)get_rx_desc_crc32(pdesc); in rtl8723e_rx_query_desc() 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 355 __le32 *pdesc = (__le32 *)pdesc8; rtl8723e_tx_fill_desc() local 529 __le32 *pdesc = (__le32 *)pdesc8; rtl8723e_tx_fill_cmddesc() local 590 __le32 *pdesc = (__le32 *)pdesc8; rtl8723e_set_desc() local 631 __le32 *pdesc = (__le32 *)pdesc8; rtl8723e_get_desc() local [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() 219 struct rtl_stats *pstatus, u8 *pdesc, in translate_rx_signal_stuff() 253 _rtl8723e_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in translate_rx_signal_stuff() 267 __le32 *pdesc = (__le32 *)pdesc8; in rtl8723e_rx_query_desc() local 268 u32 phystatus = get_rx_desc_physt(pdesc); in rtl8723e_rx_query_desc() 270 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl8723e_rx_query_desc() 271 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl8723e_rx_query_desc() 273 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl8723e_rx_query_desc() 274 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723e_rx_query_desc() 275 status->crc = (u16)get_rx_desc_crc32(pdesc); in rtl8723e_rx_query_desc() 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 355 __le32 *pdesc = (__le32 *)pdesc8; rtl8723e_tx_fill_desc() local 529 __le32 *pdesc = (__le32 *)pdesc8; rtl8723e_tx_fill_cmddesc() local 590 __le32 *pdesc = (__le32 *)pdesc8; rtl8723e_set_desc() local 631 __le32 *pdesc = (__le32 *)pdesc8; rtl8723e_get_desc() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_hw_queue_defs.h | 209 * @pdesc: pointer to HW descriptor struct 211 static inline void hw_desc_init(struct cc_hw_desc *pdesc) in hw_desc_init() argument 213 memset(pdesc, 0, sizeof(struct cc_hw_desc)); in hw_desc_init() 220 * @pdesc: Pointer to HW descriptor struct 222 static inline void set_queue_last_ind_bit(struct cc_hw_desc *pdesc) in set_queue_last_ind_bit() argument 224 pdesc->word[3] |= FIELD_PREP(WORD3_QUEUE_LAST_IND, 1); in set_queue_last_ind_bit() 230 * @pdesc: Pointer to HW descriptor struct 236 static inline void set_din_type(struct cc_hw_desc *pdesc, in set_din_type() argument 240 pdesc->word[0] = lower_32_bits(addr); in set_din_type() 242 pdesc in set_din_type() 257 set_din_no_dma(struct cc_hw_desc *pdesc, u32 addr, u32 size) set_din_no_dma() argument 269 set_cpp_crypto_key(struct cc_hw_desc *pdesc, u8 slot) set_cpp_crypto_key() argument 288 set_din_sram(struct cc_hw_desc *pdesc, u32 addr, u32 size) set_din_sram() argument 302 set_din_const(struct cc_hw_desc *pdesc, u32 val, u32 size) set_din_const() argument 315 set_din_not_last_indication(struct cc_hw_desc *pdesc) set_din_not_last_indication() argument 329 set_dout_type(struct cc_hw_desc *pdesc, enum cc_dma_mode dma_mode, dma_addr_t addr, u32 size, enum cc_axi_sec axi_sec) set_dout_type() argument 352 set_dout_dlli(struct cc_hw_desc *pdesc, dma_addr_t addr, u32 size, enum cc_axi_sec axi_sec, u32 last_ind) set_dout_dlli() argument 370 set_dout_mlli(struct cc_hw_desc *pdesc, u32 addr, u32 size, enum cc_axi_sec axi_sec, bool last_ind) set_dout_mlli() argument 386 set_dout_no_dma(struct cc_hw_desc *pdesc, u32 addr, u32 size, bool write_enable) set_dout_no_dma() argument 400 set_xor_val(struct cc_hw_desc *pdesc, u32 val) set_xor_val() argument 410 set_xor_active(struct cc_hw_desc *pdesc) set_xor_active() argument 421 set_aes_not_hash_mode(struct cc_hw_desc *pdesc) set_aes_not_hash_mode() argument 432 set_aes_xor_crypto_key(struct cc_hw_desc *pdesc) set_aes_xor_crypto_key() argument 446 set_dout_sram(struct cc_hw_desc *pdesc, u32 addr, u32 size) set_dout_sram() argument 460 set_xex_data_unit_size(struct cc_hw_desc *pdesc, u32 size) set_xex_data_unit_size() argument 472 set_multi2_num_rounds(struct cc_hw_desc *pdesc, u32 num) set_multi2_num_rounds() argument 483 set_flow_mode(struct cc_hw_desc *pdesc, enum cc_flow_mode mode) set_flow_mode() argument 495 set_cipher_mode(struct cc_hw_desc *pdesc, int mode) set_cipher_mode() argument 507 set_hash_cipher_mode(struct cc_hw_desc *pdesc, enum drv_cipher_mode cipher_mode, enum drv_hash_mode hash_mode) set_hash_cipher_mode() argument 522 set_cipher_config0(struct cc_hw_desc *pdesc, int mode) set_cipher_config0() argument 533 set_cipher_config1(struct cc_hw_desc *pdesc, enum cc_hash_conf_pad config) set_cipher_config1() argument 545 set_hw_crypto_key(struct cc_hw_desc *pdesc, enum cc_hw_crypto_key hw_key) set_hw_crypto_key() argument 560 set_bytes_swap(struct cc_hw_desc *pdesc, bool config) set_bytes_swap() argument 570 set_cmac_size0_mode(struct cc_hw_desc *pdesc) set_cmac_size0_mode() argument 581 set_key_size(struct cc_hw_desc *pdesc, u32 size) set_key_size() argument 592 set_key_size_aes(struct cc_hw_desc *pdesc, u32 size) set_key_size_aes() argument 603 set_key_size_des(struct cc_hw_desc *pdesc, u32 size) set_key_size_des() argument 614 set_setup_mode(struct cc_hw_desc *pdesc, enum cc_setup_op mode) set_setup_mode() argument 626 set_cipher_do(struct cc_hw_desc *pdesc, enum cc_hash_cipher_pad config) set_cipher_do() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_hw_queue_defs.h | 209 * @pdesc: pointer to HW descriptor struct 211 static inline void hw_desc_init(struct cc_hw_desc *pdesc) in hw_desc_init() argument 213 memset(pdesc, 0, sizeof(struct cc_hw_desc)); in hw_desc_init() 220 * @pdesc: Pointer to HW descriptor struct 222 static inline void set_queue_last_ind_bit(struct cc_hw_desc *pdesc) in set_queue_last_ind_bit() argument 224 pdesc->word[3] |= FIELD_PREP(WORD3_QUEUE_LAST_IND, 1); in set_queue_last_ind_bit() 230 * @pdesc: Pointer to HW descriptor struct 236 static inline void set_din_type(struct cc_hw_desc *pdesc, in set_din_type() argument 240 pdesc->word[0] = lower_32_bits(addr); in set_din_type() 242 pdesc in set_din_type() 257 set_din_no_dma(struct cc_hw_desc *pdesc, u32 addr, u32 size) set_din_no_dma() argument 269 set_cpp_crypto_key(struct cc_hw_desc *pdesc, u8 slot) set_cpp_crypto_key() argument 288 set_din_sram(struct cc_hw_desc *pdesc, u32 addr, u32 size) set_din_sram() argument 302 set_din_const(struct cc_hw_desc *pdesc, u32 val, u32 size) set_din_const() argument 315 set_din_not_last_indication(struct cc_hw_desc *pdesc) set_din_not_last_indication() argument 329 set_dout_type(struct cc_hw_desc *pdesc, enum cc_dma_mode dma_mode, dma_addr_t addr, u32 size, enum cc_axi_sec axi_sec) set_dout_type() argument 352 set_dout_dlli(struct cc_hw_desc *pdesc, dma_addr_t addr, u32 size, enum cc_axi_sec axi_sec, u32 last_ind) set_dout_dlli() argument 370 set_dout_mlli(struct cc_hw_desc *pdesc, u32 addr, u32 size, enum cc_axi_sec axi_sec, bool last_ind) set_dout_mlli() argument 386 set_dout_no_dma(struct cc_hw_desc *pdesc, u32 addr, u32 size, bool write_enable) set_dout_no_dma() argument 400 set_xor_val(struct cc_hw_desc *pdesc, u32 val) set_xor_val() argument 410 set_xor_active(struct cc_hw_desc *pdesc) set_xor_active() argument 421 set_aes_not_hash_mode(struct cc_hw_desc *pdesc) set_aes_not_hash_mode() argument 432 set_aes_xor_crypto_key(struct cc_hw_desc *pdesc) set_aes_xor_crypto_key() argument 446 set_dout_sram(struct cc_hw_desc *pdesc, u32 addr, u32 size) set_dout_sram() argument 460 set_xex_data_unit_size(struct cc_hw_desc *pdesc, u32 size) set_xex_data_unit_size() argument 472 set_multi2_num_rounds(struct cc_hw_desc *pdesc, u32 num) set_multi2_num_rounds() argument 483 set_flow_mode(struct cc_hw_desc *pdesc, enum cc_flow_mode mode) set_flow_mode() argument 495 set_cipher_mode(struct cc_hw_desc *pdesc, int mode) set_cipher_mode() argument 507 set_hash_cipher_mode(struct cc_hw_desc *pdesc, enum drv_cipher_mode cipher_mode, enum drv_hash_mode hash_mode) set_hash_cipher_mode() argument 522 set_cipher_config0(struct cc_hw_desc *pdesc, int mode) set_cipher_config0() argument 533 set_cipher_config1(struct cc_hw_desc *pdesc, enum cc_hash_conf_pad config) set_cipher_config1() argument 545 set_hw_crypto_key(struct cc_hw_desc *pdesc, enum cc_hw_crypto_key hw_key) set_hw_crypto_key() argument 560 set_bytes_swap(struct cc_hw_desc *pdesc, bool config) set_bytes_swap() argument 570 set_cmac_size0_mode(struct cc_hw_desc *pdesc) set_cmac_size0_mode() argument 581 set_key_size(struct cc_hw_desc *pdesc, u32 size) set_key_size() argument 592 set_key_size_aes(struct cc_hw_desc *pdesc, u32 size) set_key_size_aes() argument 603 set_key_size_des(struct cc_hw_desc *pdesc, u32 size) set_key_size_des() argument 614 set_setup_mode(struct cc_hw_desc *pdesc, enum cc_setup_op mode) set_setup_mode() argument 626 set_cipher_do(struct cc_hw_desc *pdesc, enum cc_hash_cipher_pad config) set_cipher_do() 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() 274 __le32 *pdesc, in _rtl88ee_translate_rx_signal_stuff() 309 _rtl88ee_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl88ee_translate_rx_signal_stuff() 376 __le32 *pdesc = (__le32 *)pdesc8; in rtl88ee_rx_query_desc() local 377 u32 phystatus = get_rx_desc_physt(pdesc); in rtl88ee_rx_query_desc() 379 status->packet_report_type = (u8)get_rx_status_desc_rpt_sel(pdesc); in rtl88ee_rx_query_desc() 381 status->length = (u16)get_rx_rpt2_desc_pkt_len(pdesc); in rtl88ee_rx_query_desc() 383 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl88ee_rx_query_desc() 384 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl88ee_rx_query_desc() 386 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) in rtl88ee_rx_query_desc() 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 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 500 __le32 *pdesc = (__le32 *)pdesc8; rtl88ee_tx_fill_desc() local 675 __le32 *pdesc = (__le32 *)pdesc8; rtl88ee_tx_fill_cmddesc() local 733 __le32 *pdesc = (__le32 *)pdesc8; rtl88ee_set_desc() local 774 __le32 *pdesc = (__le32 *)pdesc8; rtl88ee_get_desc() local [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() 274 __le32 *pdesc, in _rtl88ee_translate_rx_signal_stuff() 309 _rtl88ee_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl88ee_translate_rx_signal_stuff() 376 __le32 *pdesc = (__le32 *)pdesc8; in rtl88ee_rx_query_desc() local 377 u32 phystatus = get_rx_desc_physt(pdesc); in rtl88ee_rx_query_desc() 379 status->packet_report_type = (u8)get_rx_status_desc_rpt_sel(pdesc); in rtl88ee_rx_query_desc() 381 status->length = (u16)get_rx_rpt2_desc_pkt_len(pdesc); in rtl88ee_rx_query_desc() 383 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl88ee_rx_query_desc() 384 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl88ee_rx_query_desc() 386 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) in rtl88ee_rx_query_desc() 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 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 500 __le32 *pdesc = (__le32 *)pdesc8; rtl88ee_tx_fill_desc() local 675 __le32 *pdesc = (__le32 *)pdesc8; rtl88ee_tx_fill_cmddesc() local 733 __le32 *pdesc = (__le32 *)pdesc8; rtl88ee_set_desc() local 774 __le32 *pdesc = (__le32 *)pdesc8; rtl88ee_get_desc() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | trx.c | 38 struct rx_desc_92d *pdesc, in _rtl92de_query_rxphystatus() 53 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in _rtl92de_query_rxphystatus() 161 if (pdesc->rxht && pdesc->rxmcs >= DESC_RATEMCS8 && in _rtl92de_query_rxphystatus() 162 pdesc->rxmcs <= DESC_RATEMCS15) in _rtl92de_query_rxphystatus() 368 struct rx_desc_92d *pdesc, in _rtl92de_translate_rx_signal_stuff() 396 _rtl92de_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92de_translate_rx_signal_stuff() 406 __le32 *pdesc = (__le32 *)pdesc8; in rtl92de_rx_query_desc() local 408 u32 phystatus = get_rx_desc_physt(pdesc); in rtl92de_rx_query_desc() 410 stats->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92de_rx_query_desc() 36 _rtl92de_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92d *pdesc, struct rx_fwinfo_92d *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92de_query_rxphystatus() argument 365 _rtl92de_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92d *pdesc, struct rx_fwinfo_92d *p_drvinfo) _rtl92de_translate_rx_signal_stuff() argument 483 __le32 *pdesc = (__le32 *)pdesc8; rtl92de_tx_fill_desc() local 671 __le32 *pdesc = (__le32 *)pdesc8; rtl92de_tx_fill_cmddesc() local 719 __le32 *pdesc = (__le32 *)pdesc8; rtl92de_set_desc() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | trx.c | 38 struct rx_desc_92d *pdesc, in _rtl92de_query_rxphystatus() 53 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in _rtl92de_query_rxphystatus() 161 if (pdesc->rxht && pdesc->rxmcs >= DESC_RATEMCS8 && in _rtl92de_query_rxphystatus() 162 pdesc->rxmcs <= DESC_RATEMCS15) in _rtl92de_query_rxphystatus() 368 struct rx_desc_92d *pdesc, in _rtl92de_translate_rx_signal_stuff() 396 _rtl92de_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92de_translate_rx_signal_stuff() 406 __le32 *pdesc = (__le32 *)pdesc8; in rtl92de_rx_query_desc() local 408 u32 phystatus = get_rx_desc_physt(pdesc); in rtl92de_rx_query_desc() 410 stats->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92de_rx_query_desc() 36 _rtl92de_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92d *pdesc, struct rx_fwinfo_92d *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92de_query_rxphystatus() argument 365 _rtl92de_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92d *pdesc, struct rx_fwinfo_92d *p_drvinfo) _rtl92de_translate_rx_signal_stuff() argument 483 __le32 *pdesc = (__le32 *)pdesc8; rtl92de_tx_fill_desc() local 670 __le32 *pdesc = (__le32 *)pdesc8; rtl92de_tx_fill_cmddesc() local 721 __le32 *pdesc = (__le32 *)pdesc8; rtl92de_set_desc() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | trx.c | 28 struct rx_desc_92c *pdesc, in _rtl92ce_query_rxphystatus() 43 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in _rtl92ce_query_rxphystatus() 214 struct rx_desc_92c *pdesc, in _rtl92ce_translate_rx_signal_stuff() 249 _rtl92ce_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92ce_translate_rx_signal_stuff() 262 struct rx_desc_92c *pdesc = (struct rx_desc_92c *)p_desc8; in rtl92ce_rx_query_desc() local 284 stats->is_cck = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in rtl92ce_rx_query_desc() 332 skb, stats, pdesc, in rtl92ce_rx_query_desc() 354 __le32 *pdesc = (__le32 *)pdesc8; in rtl92ce_tx_fill_desc() local 389 clear_pci_tx_desc_content(pdesc, sizeof(struct tx_desc_92c)); in rtl92ce_tx_fill_desc() 396 set_tx_desc_offset(pdesc, USB_HWDESC_HEADER_LE in rtl92ce_tx_fill_desc() 26 _rtl92ce_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92ce_query_rxphystatus() argument 211 _rtl92ce_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo) _rtl92ce_translate_rx_signal_stuff() argument 528 __le32 *pdesc = (__le32 *)pdesc8; rtl92ce_tx_fill_cmddesc() local 587 __le32 *pdesc = (__le32 *)pdesc8; rtl92ce_set_desc() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | trx.c | 28 struct rx_desc_92c *pdesc, in _rtl92ce_query_rxphystatus() 43 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in _rtl92ce_query_rxphystatus() 214 struct rx_desc_92c *pdesc, in _rtl92ce_translate_rx_signal_stuff() 249 _rtl92ce_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92ce_translate_rx_signal_stuff() 262 struct rx_desc_92c *pdesc = (struct rx_desc_92c *)p_desc8; in rtl92ce_rx_query_desc() local 284 stats->is_cck = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in rtl92ce_rx_query_desc() 332 skb, stats, pdesc, in rtl92ce_rx_query_desc() 354 __le32 *pdesc = (__le32 *)pdesc8; in rtl92ce_tx_fill_desc() local 389 clear_pci_tx_desc_content(pdesc, sizeof(struct tx_desc_92c)); in rtl92ce_tx_fill_desc() 396 set_tx_desc_offset(pdesc, USB_HWDESC_HEADER_LE in rtl92ce_tx_fill_desc() 26 _rtl92ce_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92ce_query_rxphystatus() argument 211 _rtl92ce_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo) _rtl92ce_translate_rx_signal_stuff() argument 528 __le32 *pdesc = (__le32 *)pdesc8; rtl92ce_tx_fill_cmddesc() local 587 __le32 *pdesc = (__le32 *)pdesc8; rtl92ce_set_desc() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | trx.c | 36 struct rtl_stats *pstats, __le32 *pdesc, in _rtl92se_query_rxphystatus() 196 __le32 *pdesc, struct rx_fwinfo *p_drvinfo) in _rtl92se_translate_rx_signal_stuff() 228 _rtl92se_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92se_translate_rx_signal_stuff() 238 __le32 *pdesc = (__le32 *)pdesc8; in rtl92se_rx_query_desc() local 239 u32 phystatus = (u32)get_rx_status_desc_phy_status(pdesc); in rtl92se_rx_query_desc() 242 stats->length = (u16)get_rx_status_desc_pkt_len(pdesc); in rtl92se_rx_query_desc() 243 stats->rx_drvinfo_size = (u8)get_rx_status_desc_drvinfo_size(pdesc) * 8; in rtl92se_rx_query_desc() 244 stats->rx_bufshift = (u8)(get_rx_status_desc_shift(pdesc) & 0x03); in rtl92se_rx_query_desc() 245 stats->icv = (u16)get_rx_status_desc_icv(pdesc); in rtl92se_rx_query_desc() 246 stats->crc = (u16)get_rx_status_desc_crc32(pdesc); in rtl92se_rx_query_desc() 35 _rtl92se_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, __le32 *pdesc, struct rx_fwinfo *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92se_query_rxphystatus() argument 194 _rtl92se_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, __le32 *pdesc, struct rx_fwinfo *p_drvinfo) _rtl92se_translate_rx_signal_stuff() argument 323 __le32 *pdesc = (__le32 *)pdesc8; rtl92se_tx_fill_desc() local 501 __le32 *pdesc = (__le32 *)pdesc8; rtl92se_tx_fill_cmddesc() local 556 __le32 *pdesc = (__le32 *)pdesc8; rtl92se_set_desc() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | trx.c | 36 struct rtl_stats *pstats, __le32 *pdesc, in _rtl92se_query_rxphystatus() 196 __le32 *pdesc, struct rx_fwinfo *p_drvinfo) in _rtl92se_translate_rx_signal_stuff() 228 _rtl92se_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92se_translate_rx_signal_stuff() 238 __le32 *pdesc = (__le32 *)pdesc8; in rtl92se_rx_query_desc() local 239 u32 phystatus = (u32)get_rx_status_desc_phy_status(pdesc); in rtl92se_rx_query_desc() 242 stats->length = (u16)get_rx_status_desc_pkt_len(pdesc); in rtl92se_rx_query_desc() 243 stats->rx_drvinfo_size = (u8)get_rx_status_desc_drvinfo_size(pdesc) * 8; in rtl92se_rx_query_desc() 244 stats->rx_bufshift = (u8)(get_rx_status_desc_shift(pdesc) & 0x03); in rtl92se_rx_query_desc() 245 stats->icv = (u16)get_rx_status_desc_icv(pdesc); in rtl92se_rx_query_desc() 246 stats->crc = (u16)get_rx_status_desc_crc32(pdesc); in rtl92se_rx_query_desc() 35 _rtl92se_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, __le32 *pdesc, struct rx_fwinfo *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) _rtl92se_query_rxphystatus() argument 194 _rtl92se_translate_rx_signal_stuff(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_stats *pstats, __le32 *pdesc, struct rx_fwinfo *p_drvinfo) _rtl92se_translate_rx_signal_stuff() argument 323 __le32 *pdesc = (__le32 *)pdesc8; rtl92se_tx_fill_desc() local 501 __le32 *pdesc = (__le32 *)pdesc8; rtl92se_tx_fill_cmddesc() local 556 __le32 *pdesc = (__le32 *)pdesc8; rtl92se_set_desc() local [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() 277 struct rtl_stats *pstatus, __le32 *pdesc, in translate_rx_signal_stuff() 328 query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in translate_rx_signal_stuff() 387 static bool rtl8821ae_get_rxdesc_is_ht(struct ieee80211_hw *hw, __le32 *pdesc) in rtl8821ae_get_rxdesc_is_ht() argument 392 rx_rate = get_rx_desc_rxmcs(pdesc); in rtl8821ae_get_rxdesc_is_ht() 401 static bool rtl8821ae_get_rxdesc_is_vht(struct ieee80211_hw *hw, __le32 *pdesc) in rtl8821ae_get_rxdesc_is_vht() argument 406 rx_rate = get_rx_desc_rxmcs(pdesc); in rtl8821ae_get_rxdesc_is_vht() 415 static u8 rtl8821ae_get_rx_vht_nss(struct ieee80211_hw *hw, __le32 *pdesc) in rtl8821ae_get_rx_vht_nss() argument 420 rx_rate = get_rx_desc_rxmcs(pdesc); in rtl8821ae_get_rx_vht_nss() 440 __le32 *pdesc in rtl8821ae_rx_query_desc() local 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 686 __le32 *pdesc = (__le32 *)pdesc8; rtl8821ae_tx_fill_desc() local 838 __le32 *pdesc = (__le32 *)pdesc8; rtl8821ae_tx_fill_cmddesc() local 883 __le32 *pdesc = (__le32 *)pdesc8; rtl8821ae_set_desc() local 926 __le32 *pdesc = (__le32 *)pdesc8; rtl8821ae_get_desc() local [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() 277 struct rtl_stats *pstatus, __le32 *pdesc, in translate_rx_signal_stuff() 328 query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in translate_rx_signal_stuff() 387 static bool rtl8821ae_get_rxdesc_is_ht(struct ieee80211_hw *hw, __le32 *pdesc) in rtl8821ae_get_rxdesc_is_ht() argument 392 rx_rate = get_rx_desc_rxmcs(pdesc); in rtl8821ae_get_rxdesc_is_ht() 401 static bool rtl8821ae_get_rxdesc_is_vht(struct ieee80211_hw *hw, __le32 *pdesc) in rtl8821ae_get_rxdesc_is_vht() argument 406 rx_rate = get_rx_desc_rxmcs(pdesc); in rtl8821ae_get_rxdesc_is_vht() 415 static u8 rtl8821ae_get_rx_vht_nss(struct ieee80211_hw *hw, __le32 *pdesc) in rtl8821ae_get_rx_vht_nss() argument 420 rx_rate = get_rx_desc_rxmcs(pdesc); in rtl8821ae_get_rx_vht_nss() 440 __le32 *pdesc in rtl8821ae_rx_query_desc() local 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 686 __le32 *pdesc = (__le32 *)pdesc8; rtl8821ae_tx_fill_desc() local 838 __le32 *pdesc = (__le32 *)pdesc8; rtl8821ae_tx_fill_cmddesc() local 883 __le32 *pdesc = (__le32 *)pdesc8; rtl8821ae_set_desc() local 926 __le32 *pdesc = (__le32 *)pdesc8; rtl8821ae_get_desc() local [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() 217 u8 *pdesc, in _rtl92ee_translate_rx_signal_stuff() 268 _rtl92ee_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl92ee_translate_rx_signal_stuff() 335 __le32 *pdesc = (__le32 *)pdesc8; in rtl92ee_rx_query_desc() local 336 u32 phystatus = get_rx_desc_physt(pdesc); in rtl92ee_rx_query_desc() 339 if (get_rx_status_desc_rpt_sel(pdesc) == 0) in rtl92ee_rx_query_desc() 343 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92ee_rx_query_desc() 344 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl92ee_rx_query_desc() 346 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl92ee_rx_query_desc() 347 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl92ee_rx_query_desc() 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 661 __le32 *pdesc = (__le32 *)pdesc8; rtl92ee_tx_fill_desc() local 840 __le32 *pdesc = (__le32 *)pdesc8; rtl92ee_tx_fill_cmddesc() local 891 __le32 *pdesc = (__le32 *)pdesc8; rtl92ee_set_desc() local 955 __le32 *pdesc = (__le32 *)pdesc8; rtl92ee_get_desc() local [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() 217 u8 *pdesc, in _rtl92ee_translate_rx_signal_stuff() 268 _rtl92ee_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl92ee_translate_rx_signal_stuff() 335 __le32 *pdesc = (__le32 *)pdesc8; in rtl92ee_rx_query_desc() local 336 u32 phystatus = get_rx_desc_physt(pdesc); in rtl92ee_rx_query_desc() 339 if (get_rx_status_desc_rpt_sel(pdesc) == 0) in rtl92ee_rx_query_desc() 343 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92ee_rx_query_desc() 344 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl92ee_rx_query_desc() 346 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl92ee_rx_query_desc() 347 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl92ee_rx_query_desc() 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 661 __le32 *pdesc = (__le32 *)pdesc8; rtl92ee_tx_fill_desc() local 840 __le32 *pdesc = (__le32 *)pdesc8; rtl92ee_tx_fill_cmddesc() local 891 __le32 *pdesc = (__le32 *)pdesc8; rtl92ee_set_desc() local 955 __le32 *pdesc = (__le32 *)pdesc8; rtl92ee_get_desc() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | kvm_binary_stats_test.c | 34 struct kvm_stats_desc *pdesc; in stats_test() local 78 pdesc = get_stats_descriptor(stats_desc, i, &header); in stats_test() 79 type = pdesc->flags & KVM_STATS_TYPE_MASK; in stats_test() 80 unit = pdesc->flags & KVM_STATS_UNIT_MASK; in stats_test() 81 base = pdesc->flags & KVM_STATS_BASE_MASK; in stats_test() 84 TEST_ASSERT(strlen(pdesc->name) < header.name_size, in stats_test() 89 "Unknown KVM stats (%s) type: %u", pdesc->name, type); in stats_test() 91 "Unknown KVM stats (%s) unit: %u", pdesc->name, unit); in stats_test() 93 "Unknown KVM stats (%s) base: %u", pdesc->name, base); in stats_test() 104 switch (pdesc in stats_test() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | trx.c | 289 __le32 *pdesc = (__le32 *)pdesc8; in rtl92cu_rx_query_desc() local 290 u32 phystatus = get_rx_desc_phy_status(pdesc); in rtl92cu_rx_query_desc() 292 stats->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92cu_rx_query_desc() 293 stats->rx_drvinfo_size = (u8)get_rx_desc_drvinfo_size(pdesc) * in rtl92cu_rx_query_desc() 295 stats->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl92cu_rx_query_desc() 296 stats->icv = (u16)get_rx_desc_icv(pdesc); in rtl92cu_rx_query_desc() 297 stats->crc = (u16)get_rx_desc_crc32(pdesc); in rtl92cu_rx_query_desc() 299 stats->decrypted = !get_rx_desc_swdec(pdesc); in rtl92cu_rx_query_desc() 300 stats->rate = (u8)get_rx_desc_rx_mcs(pdesc); in rtl92cu_rx_query_desc() 301 stats->shortpreamble = (u16)get_rx_desc_splcp(pdesc); in rtl92cu_rx_query_desc() 606 __le32 *pdesc = (__le32 *)pdesc8; rtl92cu_fill_fake_txdesc() local 637 __le32 *pdesc = (__le32 *)pdesc8; rtl92cu_tx_fill_cmddesc() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | trx.c | 289 __le32 *pdesc = (__le32 *)pdesc8; in rtl92cu_rx_query_desc() local 290 u32 phystatus = get_rx_desc_phy_status(pdesc); in rtl92cu_rx_query_desc() 292 stats->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92cu_rx_query_desc() 293 stats->rx_drvinfo_size = (u8)get_rx_desc_drvinfo_size(pdesc) * in rtl92cu_rx_query_desc() 295 stats->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl92cu_rx_query_desc() 296 stats->icv = (u16)get_rx_desc_icv(pdesc); in rtl92cu_rx_query_desc() 297 stats->crc = (u16)get_rx_desc_crc32(pdesc); in rtl92cu_rx_query_desc() 299 stats->decrypted = !get_rx_desc_swdec(pdesc); in rtl92cu_rx_query_desc() 300 stats->rate = (u8)get_rx_desc_rx_mcs(pdesc); in rtl92cu_rx_query_desc() 301 stats->shortpreamble = (u16)get_rx_desc_splcp(pdesc); in rtl92cu_rx_query_desc() 606 __le32 *pdesc = (__le32 *)pdesc8; rtl92cu_fill_fake_txdesc() local 637 __le32 *pdesc = (__le32 *)pdesc8; rtl92cu_tx_fill_cmddesc() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_msg.c | 745 MKSGuestStatInstanceDescriptor *pdesc; in mksstat_init_kern_id() local 756 pdesc = page_address(page); in mksstat_init_kern_id() 757 pstat = vmw_mksstat_get_kern_pstat(pdesc); in mksstat_init_kern_id() 758 pinfo = vmw_mksstat_get_kern_pinfo(pdesc); in mksstat_init_kern_id() 759 pstrs = vmw_mksstat_get_kern_pstrs(pdesc); in mksstat_init_kern_id() 771 pdesc->reservedMBZ = 0; in mksstat_init_kern_id() 772 pdesc->statStartVA = (uintptr_t)pstat; in mksstat_init_kern_id() 773 pdesc->strsStartVA = (uintptr_t)pstrs; in mksstat_init_kern_id() 774 pdesc->statLength = sizeof(*pstat) * MKSSTAT_KERN_COUNT; in mksstat_init_kern_id() 775 pdesc in mksstat_init_kern_id() 855 MKSGuestStatInstanceDescriptor *pdesc = page_address(page); vmw_mksstat_cleanup_descriptor() local 1000 MKSGuestStatInstanceDescriptor *pdesc; vmw_mksstat_add_ioctl() local [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed.c | 157 static char *get_defined_attribute(const struct aspeed_pin_desc *pdesc, in get_defined_attribute() argument 165 prios = pdesc->prios; in get_defined_attribute() 206 static char *get_defined_functions(const struct aspeed_pin_desc *pdesc) in get_defined_functions() argument 208 return get_defined_attribute(pdesc, aspeed_sig_expr_function); in get_defined_functions() 216 static char *get_defined_signals(const struct aspeed_pin_desc *pdesc) in get_defined_signals() argument 218 return get_defined_attribute(pdesc, aspeed_sig_expr_signal); in get_defined_signals() 233 const struct aspeed_pin_desc *pdesc = pdata->pins[pin].drv_data; in aspeed_pinmux_set_mux() local 238 if (!pdesc) in aspeed_pinmux_set_mux() 241 pr_debug("Muxing pin %s for %s\n", pdesc->name, pfunc->name); in aspeed_pinmux_set_mux() 243 prios = pdesc in aspeed_pinmux_set_mux() 381 const struct aspeed_pin_desc *pdesc = pdata->pins[offset].drv_data; aspeed_gpio_request_enable() local 441 aspeed_pinctrl_probe(struct platform_device *pdev, struct pinctrl_desc *pdesc, struct aspeed_pinctrl_data *pdata) aspeed_pinctrl_probe() argument [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed.c | 159 static char *get_defined_attribute(const struct aspeed_pin_desc *pdesc, in get_defined_attribute() argument 167 prios = pdesc->prios; in get_defined_attribute() 208 static char *get_defined_functions(const struct aspeed_pin_desc *pdesc) in get_defined_functions() argument 210 return get_defined_attribute(pdesc, aspeed_sig_expr_function); in get_defined_functions() 218 static char *get_defined_signals(const struct aspeed_pin_desc *pdesc) in get_defined_signals() argument 220 return get_defined_attribute(pdesc, aspeed_sig_expr_signal); in get_defined_signals() 235 const struct aspeed_pin_desc *pdesc = pdata->pins[pin].drv_data; in aspeed_pinmux_set_mux() local 240 if (!pdesc) in aspeed_pinmux_set_mux() 243 pr_debug("Muxing pin %s for %s\n", pdesc->name, pfunc->name); in aspeed_pinmux_set_mux() 245 prios = pdesc in aspeed_pinmux_set_mux() 383 const struct aspeed_pin_desc *pdesc = pdata->pins[offset].drv_data; aspeed_gpio_request_enable() local 443 aspeed_pinctrl_probe(struct platform_device *pdev, struct pinctrl_desc *pdesc, struct aspeed_pinctrl_data *pdata) aspeed_pinctrl_probe() argument [all...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | esi.c | 40 struct pdesc { struct 107 struct pdesc pdesc; in ia64_esi_call() local 109 pdesc.addr = __va(esi->esi_proc); in ia64_esi_call() 110 pdesc.gp = __va(esi->gp); in ia64_esi_call() 112 esi_proc = (ia64_sal_handler) &pdesc; in ia64_esi_call() 159 struct pdesc pdesc; in ia64_esi_call_phys() local 161 pdesc.addr = (void *)esi->esi_proc; in ia64_esi_call_phys() 162 pdesc in ia64_esi_call_phys() [all...] |