Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dwifilogger_diag.cpp1985 struct tx_ppdu_end *tx_ppdu_end) in get_try_status_params() argument
1989 if (tx_ppdu_end->stat.total_tries > 0) in get_try_status_params()
1990 try_list_index = tx_ppdu_end->stat.total_tries - 1; in get_try_status_params()
1995 tx_ppdu_end->try_list.try_st[try_list_index].packet_bw; in get_try_status_params()
1997 tx_ppdu_end->try_list.try_st[try_list_index].series; in get_try_status_params()
2043 if (buflen < sizeof(struct tx_ppdu_end)) { in parse_tx_stats()
2056 struct tx_ppdu_end *tx_ppdu_end = (struct tx_ppdu_end*)(buf); in parse_tx_stats() local
2058 info->pkt_stats->ba_seq_num = tx_ppdu_end->stat.ba_start_seq_num; in parse_tx_stats()
2059 info->pkt_stats->isBlockAck = tx_ppdu_end->stat.ba_status; in parse_tx_stats()
2061 if (tx_ppdu_end->stat.tx_ok) in parse_tx_stats()
[all …]
Dpkt_stats.h316 struct tx_ppdu_end { struct
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwifilogger_diag.cpp1996 struct tx_ppdu_end *tx_ppdu_end) in get_try_status_params() argument
2000 if (tx_ppdu_end->stat.total_tries > 0) in get_try_status_params()
2001 try_list_index = tx_ppdu_end->stat.total_tries - 1; in get_try_status_params()
2006 tx_ppdu_end->try_list.try_st[try_list_index].packet_bw; in get_try_status_params()
2008 tx_ppdu_end->try_list.try_st[try_list_index].series; in get_try_status_params()
2054 if (buflen < sizeof(struct tx_ppdu_end)) { in parse_tx_stats()
2067 struct tx_ppdu_end *tx_ppdu_end = (struct tx_ppdu_end*)(buf); in parse_tx_stats() local
2069 info->pkt_stats->ba_seq_num = tx_ppdu_end->stat.ba_start_seq_num; in parse_tx_stats()
2070 info->pkt_stats->isBlockAck = tx_ppdu_end->stat.ba_status; in parse_tx_stats()
2072 if (tx_ppdu_end->stat.tx_ok) in parse_tx_stats()
[all …]
Dpkt_stats.h320 struct tx_ppdu_end { struct