Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
H A Dpktlog_internal.c47 pktlog_hdr_set_specific_data(struct ath_pktlog_hdr *log_hdr, in pktlog_hdr_set_specific_data() argument
50 log_hdr->type_specific_data = type_specific_data; in pktlog_hdr_set_specific_data()
54 pktlog_hdr_get_specific_data(struct ath_pktlog_hdr *log_hdr) in pktlog_hdr_get_specific_data() argument
56 return log_hdr->type_specific_data; in pktlog_hdr_get_specific_data()
77 struct ath_pktlog_hdr *log_hdr; in pktlog_getbuf_intsafe() local
124 log_hdr = (struct ath_pktlog_hdr *)(log_buf->log_data + cur_wr_offset); in pktlog_getbuf_intsafe()
126 log_hdr->flags = flags; in pktlog_getbuf_intsafe()
128 log_hdr->macId = mac_id; in pktlog_getbuf_intsafe()
129 log_hdr->log_type = log_type; in pktlog_getbuf_intsafe()
131 log_hdr->log_type = log_type; in pktlog_getbuf_intsafe()
[all …]
H A Dlinux_ac.c789 struct ath_pktlog_hdr *log_hdr; in pktlog_read_proc_entry() local
792 log_hdr = (struct ath_pktlog_hdr *) (log_buf->log_data + in pktlog_read_proc_entry()
799 <= log_hdr->size)) in pktlog_read_proc_entry()
806 fold_offset = log_data_offset + log_hdr->size - 1; in pktlog_read_proc_entry()
808 end_offset = log_data_offset + log_hdr->size - 1; in pktlog_read_proc_entry()
942 struct ath_pktlog_hdr *log_hdr; in __pktlog_read() local
945 log_hdr = (struct ath_pktlog_hdr *)(log_buf->log_data + in __pktlog_read()
952 <= log_hdr->size)) in __pktlog_read()
959 fold_offset = log_data_offset + log_hdr->size - 1; in __pktlog_read()
961 end_offset = log_data_offset + log_hdr->size - 1; in __pktlog_read()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/include/
H A Dpktlog_ac_i.h72 pktlog_hdr_set_specific_data(struct ath_pktlog_hdr *log_hdr,
83 pktlog_hdr_get_specific_data(struct ath_pktlog_hdr *log_hdr);
107 pktlog_hdr_set_specific_data(struct ath_pktlog_hdr *log_hdr, in pktlog_hdr_set_specific_data() argument
113 pktlog_hdr_get_specific_data(struct ath_pktlog_hdr *log_hdr) in pktlog_hdr_get_specific_data() argument
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/
H A Dhost_diag_core_log.h264 log_hdr_type log_hdr; member
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_logging_sock_svc.c536 host_diag_log_set_length(&cds_pktlog.log_hdr, skb->len + in pkt_stats_fill_headers()