Searched refs:pktlog_hdr (Results 1 – 1 of 1) sorted by relevance
1512 struct ath_pktlog_hdr *pktlog_hdr; in wlan_pkt_stats_to_logger_thread() local1520 pktlog_hdr = (struct ath_pktlog_hdr *)pl_hdr; in wlan_pkt_stats_to_logger_thread()1522 if (!pktlog_hdr) { in wlan_pkt_stats_to_logger_thread()1529 pktlog_hdr->size; in wlan_pkt_stats_to_logger_thread()1550 pktlog_hdr, in wlan_pkt_stats_to_logger_thread()1558 pktlog_hdr->size -= sizeof(struct packet_dump); in wlan_pkt_stats_to_logger_thread()1563 pktlog_hdr->size), in wlan_pkt_stats_to_logger_thread()1564 data, pktlog_hdr->size); in wlan_pkt_stats_to_logger_thread()1672 struct ath_pktlog_hdr pktlog_hdr = {0}; in send_packetdump() local1684 pktlog_hdr.flags |= PKTLOG_HDR_SIZE_16; in send_packetdump()[all …]