Lines Matching defs:ath10k_hw_params
501 struct ath10k_hw_params { struct
502 u32 id;
503 u16 dev_id;
504 const char *name;
505 u32 patch_load_addr;
506 int uart_pin;
507 u32 otp_exe_param;
512 enum ath10k_hw_cc_wraparound_type cc_wraparound_type;
538 struct ath10k_hw_params_fw { argument
543 } fw;
548 bool sw_decrypt_mcast_mgmt;
550 const struct ath10k_hw_ops *hw_ops;
553 int decap_align_bytes;
556 const struct ath10k_hw_clk_params *hw_clk;
557 int target_cpu_freq;
560 int spectral_bin_discard;
565 int vht160_mcs_rx_highest;
566 int vht160_mcs_tx_highest;
569 int n_cipher_suites;
571 u32 num_peers;
572 u32 ast_skid_limit;
573 u32 num_wds_entries;
576 bool target_64bit;
579 u32 rx_ring_fill_level;
582 bool per_ce_irq;
585 bool shadow_reg_support;
611 ath10k_rx_desc_get_l3_pad_bytes(struct ath10k_hw_params *hw, in ath10k_rx_desc_get_l3_pad_bytes() argument