Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c1760 u32 end_timestamp; in ath12k_dp_mon_tx_parse_status_tlv() local
1771 end_timestamp = in ath12k_dp_mon_tx_parse_status_tlv()
1774 end_timestamp |= in ath12k_dp_mon_tx_parse_status_tlv()
1777 tx_ppdu_info->rx_status.rx_duration = end_timestamp - start_timestamp; in ath12k_dp_mon_tx_parse_status_tlv()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-Make-ndiff-support-python3.patch1192 - end_timestamp = int(attrs.get(u"time"))
1193 + end_timestamp = int(attrs.get("time"))
1194 self.scan.end_date = datetime.datetime.fromtimestamp(end_timestamp)