Lines Matching defs:mac
18 #include "mac.h"
363 * mac and the remaing 4 chains can be used for the second mac or vice-versa.
364 * In this case, tx/rx chainmask 0xf will be advertised for first mac and 0xf0
365 * will be advertised for second mac or vice-versa. Compute the shift value for
1911 "wmi peer assoc vdev id %d assoc id %d peer mac %pM peer_flags %x rate_caps %x peer_caps %x listen_intval %d ht_caps %x max_mpdu %d nss %d phymode %d peer_mpdu_density %d vht_caps %x he cap_info %x he ops %x he cap_info_ext %x he phy %x %x %x peer_bw_rxnss_override %x\n",
2481 int ath11k_wmi_delba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
2497 ether_addr_copy(cmd->peer_macaddr.addr, mac);
2504 vdev_id, mac, tid, initiator, reason);
2517 int ath11k_wmi_addba_set_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac,
2534 ether_addr_copy(cmd->peer_macaddr.addr, mac);
2540 vdev_id, mac, tid, status);
2553 int ath11k_wmi_addba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
2569 ether_addr_copy(cmd->peer_macaddr.addr, mac);
2575 vdev_id, mac, tid, buf_size);
2588 int ath11k_wmi_addba_clear_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac)
2604 ether_addr_copy(cmd->peer_macaddr.addr, mac);
2608 vdev_id, mac);
3736 ath11k_warn(soc, "failed to extract mac caps, idx :%d\n",
5390 * stop-start after mac registration.
5427 /* This regd would be applied during mac registration and is
5694 sband = &ar->mac.sbands[status->band];