Searched refs:tx_max (Results 1 – 4 of 4) sorted by relevance
| /net/devlink/ |
| A D | rate.c | 139 devlink_rate->tx_max)) in devlink_nl_rate_fill() 459 devlink_rate->tx_max = rate; in devlink_nl_rate_set()
|
| /net/mac80211/ |
| A D | trace.h | 1454 TP_PROTO(struct ieee80211_local *local, u32 *tx, u32 *tx_max, 1457 TP_ARGS(local, tx, tx_max, rx, rx_max), 1462 __field(u32, tx_max) 1470 __entry->tx_max = *tx_max; 1478 __entry->tx, __entry->tx_max, __entry->rx, __entry->rx_max
|
| A D | driver-ops.h | 849 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) in drv_get_ringparam() argument 854 trace_drv_get_ringparam(local, tx, tx_max, rx, rx_max); in drv_get_ringparam() 856 local->ops->get_ringparam(&local->hw, tx, tx_max, rx, rx_max); in drv_get_ringparam()
|
| /net/wireless/ |
| A D | trace.h | 1881 TP_PROTO(struct wiphy *wiphy, u32 tx, u32 tx_max, 1883 TP_ARGS(wiphy, tx, tx_max, rx, rx_max), 1887 __field(u32, tx_max) 1894 __entry->tx_max = tx_max; 1899 WIPHY_PR_ARG, __entry->tx, __entry->tx_max, __entry->rx,
|
Completed in 17 milliseconds