Lines Matching defs:mac
290 struct ar9170_rx_head *head, struct ar9170_rx_macstatus *mac,
299 error = mac->error;
322 decrypt = ar9170_get_decrypt_type(mac);
358 switch (mac->status & AR9170_RX_STATUS_MODULATION) {
360 if (mac->status & AR9170_RX_STATUS_SHORT_PREAMBLE)
700 struct ar9170_rx_macstatus *mac;
709 if (unlikely(len < sizeof(*mac)))
714 mpdu_len = len - sizeof(*mac);
716 mac = (void *)(buf + mpdu_len);
717 mac_status = mac->status;
772 /* These are just data + mac status */
806 if (unlikely(carl9170_rx_mac_status(ar, head, mac, &status)))