Lines Matching defs:mac
115 const u8 *mac,
154 const u8 *mac);
156 const u8 *mac, u32 tid, u32 buf_size);
158 const u8 *mac, u32 tid,
161 const u8 *mac, u32 tid, u32 initiator,
959 ath10k_wmi_set_ap_ps_param(struct ath10k *ar, u32 vdev_id, const u8 *mac,
967 skb = ar->wmi.ops->gen_set_ap_ps(ar, vdev_id, mac, param_id, value);
1206 ath10k_wmi_addba_clear_resp(struct ath10k *ar, u32 vdev_id, const u8 *mac)
1213 skb = ar->wmi.ops->gen_addba_clear_resp(ar, vdev_id, mac);
1222 ath10k_wmi_addba_send(struct ath10k *ar, u32 vdev_id, const u8 *mac,
1230 skb = ar->wmi.ops->gen_addba_send(ar, vdev_id, mac, tid, buf_size);
1239 ath10k_wmi_addba_set_resp(struct ath10k *ar, u32 vdev_id, const u8 *mac,
1247 skb = ar->wmi.ops->gen_addba_set_resp(ar, vdev_id, mac, tid, status);
1256 ath10k_wmi_delba_send(struct ath10k *ar, u32 vdev_id, const u8 *mac,
1264 skb = ar->wmi.ops->gen_delba_send(ar, vdev_id, mac, tid, initiator,