Home
last modified time | relevance | path

Searched refs:tx_max (Results 1 – 4 of 4) sorted by relevance

/net/devlink/
A Drate.c139 devlink_rate->tx_max)) in devlink_nl_rate_fill()
459 devlink_rate->tx_max = rate; in devlink_nl_rate_set()
/net/mac80211/
A Dtrace.h1454 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 Ddriver-ops.h849 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 Dtrace.h1881 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