Lines Matching refs:mac
1906 static void ath10k_wmi_tx_beacons_iter(void *data, u8 *mac, in ath10k_wmi_tx_beacons_iter() argument
2586 sband = &ar->mac.sbands[status->band]; in ath10k_wmi_event_mgmt_rx()
7540 ath10k_wmi_op_gen_set_ap_ps(struct ath10k *ar, u32 vdev_id, const u8 *mac, in ath10k_wmi_op_gen_set_ap_ps() argument
7546 if (!mac) in ath10k_wmi_op_gen_set_ap_ps()
7557 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath10k_wmi_op_gen_set_ap_ps()
7561 vdev_id, param_id, value, mac); in ath10k_wmi_op_gen_set_ap_ps()
8068 const u8 *mac) in ath10k_wmi_op_gen_addba_clear_resp() argument
8073 if (!mac) in ath10k_wmi_op_gen_addba_clear_resp()
8082 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath10k_wmi_op_gen_addba_clear_resp()
8086 vdev_id, mac); in ath10k_wmi_op_gen_addba_clear_resp()
8091 ath10k_wmi_op_gen_addba_send(struct ath10k *ar, u32 vdev_id, const u8 *mac, in ath10k_wmi_op_gen_addba_send() argument
8097 if (!mac) in ath10k_wmi_op_gen_addba_send()
8106 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath10k_wmi_op_gen_addba_send()
8112 vdev_id, mac, tid, buf_size); in ath10k_wmi_op_gen_addba_send()
8117 ath10k_wmi_op_gen_addba_set_resp(struct ath10k *ar, u32 vdev_id, const u8 *mac, in ath10k_wmi_op_gen_addba_set_resp() argument
8123 if (!mac) in ath10k_wmi_op_gen_addba_set_resp()
8132 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath10k_wmi_op_gen_addba_set_resp()
8138 vdev_id, mac, tid, status); in ath10k_wmi_op_gen_addba_set_resp()
8143 ath10k_wmi_op_gen_delba_send(struct ath10k *ar, u32 vdev_id, const u8 *mac, in ath10k_wmi_op_gen_delba_send() argument
8149 if (!mac) in ath10k_wmi_op_gen_delba_send()
8158 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath10k_wmi_op_gen_delba_send()
8165 vdev_id, mac, tid, initiator, reason); in ath10k_wmi_op_gen_delba_send()