Lines Matching refs:head_msdu
877 u32 mac_id, struct sk_buff *head_msdu, in ath12k_dp_mon_rx_merg_msdus() argument
889 if (!head_msdu) in ath12k_dp_mon_rx_merg_msdus()
892 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath12k_dp_mon_rx_merg_msdus()
903 ath12k_dp_mon_rx_msdus_set_payload(ar, head_msdu); in ath12k_dp_mon_rx_merg_msdus()
905 prev_buf = head_msdu; in ath12k_dp_mon_rx_merg_msdus()
906 msdu = head_msdu->next; in ath12k_dp_mon_rx_merg_msdus()
921 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath12k_dp_mon_rx_merg_msdus()
930 msdu = head_msdu; in ath12k_dp_mon_rx_merg_msdus()
957 return head_msdu; in ath12k_dp_mon_rx_merg_msdus()
1138 struct sk_buff *head_msdu, in ath12k_dp_mon_rx_deliver() argument
1147 mon_skb = ath12k_dp_mon_rx_merg_msdus(ar, mac_id, head_msdu, in ath12k_dp_mon_rx_deliver()
1181 mon_skb = head_msdu; in ath12k_dp_mon_rx_deliver()
1243 struct sk_buff *head_msdu, *tail_msdu; in ath12k_dp_mon_rx_parse_mon_status() local
1250 head_msdu = mon_mpdu->head; in ath12k_dp_mon_rx_parse_mon_status()
1253 if (head_msdu && tail_msdu) { in ath12k_dp_mon_rx_parse_mon_status()
1254 ath12k_dp_mon_rx_deliver(ar, mac_id, head_msdu, in ath12k_dp_mon_rx_parse_mon_status()
1988 struct sk_buff *head_msdu; in ath12k_dp_mon_tx_process_ppdu_info() local
1993 head_msdu = mon_mpdu->head; in ath12k_dp_mon_tx_process_ppdu_info()
1995 if (head_msdu) in ath12k_dp_mon_tx_process_ppdu_info()
1996 ath12k_dp_mon_rx_deliver(ar, mac_id, head_msdu, in ath12k_dp_mon_tx_process_ppdu_info()