Searched refs:tx_max (Results 1 – 3 of 3) sorted by relevance
/net/mac80211/ |
D | trace.h | 1291 TP_PROTO(struct ieee80211_local *local, u32 *tx, u32 *tx_max, 1294 TP_ARGS(local, tx, tx_max, rx, rx_max), 1299 __field(u32, tx_max) 1307 __entry->tx_max = *tx_max; 1315 __entry->tx, __entry->tx_max, __entry->rx, __entry->rx_max
|
D | driver-ops.h | 725 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) in drv_get_ringparam() argument 729 trace_drv_get_ringparam(local, tx, tx_max, rx, rx_max); in drv_get_ringparam() 731 local->ops->get_ringparam(&local->hw, tx, tx_max, rx, rx_max); in drv_get_ringparam()
|
/net/wireless/ |
D | trace.h | 1639 TP_PROTO(struct wiphy *wiphy, u32 tx, u32 tx_max, 1641 TP_ARGS(wiphy, tx, tx_max, rx, rx_max), 1645 __field(u32, tx_max) 1652 __entry->tx_max = tx_max; 1657 WIPHY_PR_ARG, __entry->tx, __entry->tx_max, __entry->rx,
|