Lines Matching refs:mac
2661 int ath12k_wmi_delba_send(struct ath12k *ar, u32 vdev_id, const u8 *mac, in ath12k_wmi_delba_send() argument
2677 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath12k_wmi_delba_send()
2684 vdev_id, mac, tid, initiator, reason); in ath12k_wmi_delba_send()
2697 int ath12k_wmi_addba_set_resp(struct ath12k *ar, u32 vdev_id, const u8 *mac, in ath12k_wmi_addba_set_resp() argument
2714 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath12k_wmi_addba_set_resp()
2720 vdev_id, mac, tid, status); in ath12k_wmi_addba_set_resp()
2733 int ath12k_wmi_addba_send(struct ath12k *ar, u32 vdev_id, const u8 *mac, in ath12k_wmi_addba_send() argument
2749 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath12k_wmi_addba_send()
2755 vdev_id, mac, tid, buf_size); in ath12k_wmi_addba_send()
2768 int ath12k_wmi_addba_clear_resp(struct ath12k *ar, u32 vdev_id, const u8 *mac) in ath12k_wmi_addba_clear_resp() argument
2784 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath12k_wmi_addba_clear_resp()
2788 vdev_id, mac); in ath12k_wmi_addba_clear_resp()
5212 if (!ar->mac.sbands[band].channels) in freq_to_idx()
5798 sband = &ar->mac.sbands[status->band]; in ath12k_mgmt_rx_event()