Home
last modified time | relevance | path

Searched refs:num_tids (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c732 u32 num_tids, u32 base_mem_addr_4kb) in qed_other_pq_map_rt_init() argument
741 pq_size = num_pf_cids + num_tids; in qed_other_pq_map_rt_init()
922 u32 num_tids, u16 num_pf_pqs, u16 num_vf_pqs) in qed_qm_pf_mem_size() argument
926 QM_PQ_MEM_4KB(num_pf_cids + num_tids) * QM_OTHER_PQS_PER_PF; in qed_qm_pf_mem_size()
986 p_params->num_tids) * in qed_qm_pf_rt_init()
1000 p_params->num_tids, 0); in qed_qm_pf_rt_init()
H A Dqed_cxt.c1416 params.num_tids = iids.tids; in qed_qm_init_pf()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c5621 ar->num_tids = ar->num_active_peers * 2; in ath10k_wmi_event_service_ready_work()
6602 config.num_tids = __cpu_to_le32(TARGET_NUM_TIDS); in ath10k_wmi_op_gen_init()
6668 config.num_tids = __cpu_to_le32(TARGET_10X_NUM_TIDS); in ath10k_wmi_10_1_op_gen_init()
6733 config.num_tids = __cpu_to_le32(TARGET_10X_TX_STATS_NUM_TIDS); in ath10k_wmi_10_2_op_gen_init()
6736 config.num_tids = __cpu_to_le32(TARGET_10X_NUM_TIDS); in ath10k_wmi_10_2_op_gen_init()
6815 config.num_tids = __cpu_to_le32(ar->num_tids); in ath10k_wmi_10_4_op_gen_init()
H A Dhtt_rx.c3443 unlikely(tid >= ar->htt.tx_q_state.num_tids)) { in ath10k_htt_rx_tx_fetch_ind()
3607 unlikely(tid >= ar->htt.tx_q_state.num_tids)) { in ath10k_htt_rx_tx_mode_switch_ind()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h2464 u32 num_tids; member
2591 __le32 num_tids; member
H A Dwmi.c4154 wmi_cfg->num_tids = cpu_to_le32(tg_cfg->num_tids); in ath12k_wmi_copy_resource_config()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c4196 wmi_cfg->num_tids = tg_cfg->num_tids; in ath11k_wmi_copy_resource_config()