Home
last modified time | relevance | path

Searched refs:pktlog_hdr (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_logging_sock_svc.c1512 struct ath_pktlog_hdr *pktlog_hdr; in wlan_pkt_stats_to_logger_thread() local
1520 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() local
1684 pktlog_hdr.flags |= PKTLOG_HDR_SIZE_16; in send_packetdump()
[all …]