Searched refs:tx_failures (Results 1 – 2 of 2) sorted by relevance
629 __le32 tx_failures; /* # of packets failed */ member
4189 u32 tx_failures, tx_failures_delta, tx_packets_delta; in ipw_gather_stats() local4221 ipw_get_ordinal(priv, IPW_ORD_STAT_TX_FAILURE, &tx_failures, &len); in ipw_gather_stats()4222 tx_failures_delta = tx_failures - priv->last_tx_failures; in ipw_gather_stats()4223 priv->last_tx_failures = tx_failures; in ipw_gather_stats()