Home
last modified time | relevance | path

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

/net/qrtr/
Daf_qrtr.c146 int tx_failed; member
290 flow->tx_failed || in qrtr_tx_wait()
296 } else if (flow->tx_failed) { in qrtr_tx_wait()
297 flow->tx_failed = 0; in qrtr_tx_wait()
332 flow->tx_failed = 1; in qrtr_tx_flow_failed()
/net/wireless/
Dtrace.h191 __field(u32, tx_failed) \
207 __entry->tx_failed = sinfo->tx_failed; \
Dwext-compat.c1424 wstats.discard.retries = sinfo.tx_failed; in cfg80211_wireless_stats()
Dnl80211.c6457 PUT_SINFO(TX_FAILED, tx_failed, u32); in nl80211_send_station()
/net/mac80211/
Dsta_info.c2388 sinfo->tx_failed = sta->deflink.status_stats.retry_failed; in sta_set_sinfo()