Lines Matching refs:mac_id
257 tx_desc->mac_id = ar->pdev_idx; in ath12k_dp_tx()
349 struct sk_buff *msdu, u8 mac_id, in ath12k_dp_tx_free_txbuf() argument
354 u8 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, mac_id); in ath12k_dp_tx_free_txbuf()
411 void *desc, u8 mac_id, in ath12k_dp_tx_process_htt_tx_complete() argument
439 ath12k_dp_tx_free_txbuf(ab, msdu, mac_id, tx_ring); in ath12k_dp_tx_process_htt_tx_complete()
548 u8 mac_id, pdev_id; in ath12k_dp_tx_completion_handler() local
603 mac_id = tx_desc->mac_id; in ath12k_dp_tx_completion_handler()
612 mac_id, msdu, in ath12k_dp_tx_completion_handler()
617 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, mac_id); in ath12k_dp_tx_completion_handler()
629 int mac_id, u32 ring_id, in ath12k_dp_tx_get_ring_id_type() argument
694 int mac_id, enum hal_ring_type ring_type) in ath12k_dp_tx_htt_srng_setup() argument
717 ret = ath12k_dp_tx_get_ring_id_type(ab, mac_id, ring_id, in ath12k_dp_tx_htt_srng_setup()
729 cmd->info0 |= le32_encode_bits(DP_SW2HW_MACID(mac_id), in ath12k_dp_tx_htt_srng_setup()
732 cmd->info0 |= le32_encode_bits(mac_id, in ath12k_dp_tx_htt_srng_setup()
888 int mac_id, enum hal_ring_type ring_type, in ath12k_dp_tx_htt_rx_filter_setup() argument
908 ret = ath12k_dp_tx_get_ring_id_type(ab, mac_id, ring_id, in ath12k_dp_tx_htt_rx_filter_setup()
921 le32_encode_bits(DP_SW2HW_MACID(mac_id), in ath12k_dp_tx_htt_rx_filter_setup()
925 le32_encode_bits(mac_id, in ath12k_dp_tx_htt_rx_filter_setup()
1092 int mac_id, enum hal_ring_type ring_type, in ath12k_dp_tx_htt_tx_filter_setup() argument
1112 ret = ath12k_dp_tx_get_ring_id_type(ab, mac_id, ring_id, in ath12k_dp_tx_htt_tx_filter_setup()
1126 le32_encode_bits(DP_SW2HW_MACID(mac_id), in ath12k_dp_tx_htt_tx_filter_setup()
1130 le32_encode_bits(mac_id, in ath12k_dp_tx_htt_tx_filter_setup()