Lines Matching refs:head
290 struct ar9170_rx_head *head, struct ar9170_rx_macstatus *mac,
362 switch (head->plcp[0]) {
378 "rate (%x).\n", head->plcp[0]);
387 switch (head->plcp[0] & 0xf) {
415 "rate (%x).\n", head->plcp[0]);
425 if (head->plcp[3] & 0x80)
427 if (head->plcp[6] & 0x80)
430 status->rate_idx = clamp(head->plcp[3] & 0x7f, 0, 75);
611 kfree_rcu(entry, head);
699 struct ar9170_rx_head *head;
723 head = (void *) buf;
783 head = &ar->rx_plcp;
787 /* single mpdu has both: plcp (head) and phy status (tail) */
788 head = (void *) buf;
806 if (unlikely(carl9170_rx_mac_status(ar, head, mac, &status)))