Searched refs:tx_max (Results 1 – 3 of 3) sorted by relevance
/net/mac80211/ |
D | trace.h | 1239 TP_PROTO(struct ieee80211_local *local, u32 *tx, u32 *tx_max, 1242 TP_ARGS(local, tx, tx_max, rx, rx_max), 1247 __field(u32, tx_max) 1255 __entry->tx_max = *tx_max; 1263 __entry->tx, __entry->tx_max, __entry->rx, __entry->rx_max
|
D | driver-ops.h | 717 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) in drv_get_ringparam() argument 721 trace_drv_get_ringparam(local, tx, tx_max, rx, rx_max); in drv_get_ringparam() 723 local->ops->get_ringparam(&local->hw, tx, tx_max, rx, rx_max); in drv_get_ringparam()
|
/net/wireless/ |
D | trace.h | 1529 TP_PROTO(struct wiphy *wiphy, u32 tx, u32 tx_max, 1531 TP_ARGS(wiphy, tx, tx_max, rx, rx_max), 1535 __field(u32, tx_max) 1542 __entry->tx_max = tx_max; 1547 WIPHY_PR_ARG, __entry->tx, __entry->tx_max, __entry->rx,
|