Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/src/dongle/
Ddngl_stats.h39 unsigned long tx_dropped; /* packets dropped by dongle */ member
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd_linux.c931 dhd->pub.dstats.tx_dropped++; in dhd_start_xmit()
1108 ifp->stats.tx_dropped = dhd->pub.dstats.tx_dropped; in dhd_get_stats()
Ddhd_common.c140 dhdp->dstats.tx_errors, dhdp->dstats.tx_dropped); in dhd_dump()