Searched defs:tx_max (Results 1 - 3 of 3) sorted by relevance

/net/mac80211/
H A Ddriver-ops.h814 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max)
818 trace_drv_get_ringparam(local, tx, tx_max, rx, rx_max);
820 local->ops->get_ringparam(&local->hw, tx, tx_max, rx, rx_max);
813 drv_get_ringparam(struct ieee80211_local *local, u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) argument
H A Dcfg.c2958 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max)
2962 drv_get_ringparam(local, tx, tx_max, rx, rx_max);
2957 ieee80211_get_ringparam(struct wiphy *wiphy, u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) argument
/net/wireless/
H A Drdev-ops.h731 u32 *tx, u32 *tx_max, u32 *rx,
735 rdev->ops->get_ringparam(&rdev->wiphy, tx, tx_max, rx, rx_max);
736 trace_rdev_return_void_tx_rx(&rdev->wiphy, *tx, *tx_max, *rx, *rx_max);
730 rdev_get_ringparam(struct cfg80211_registered_device *rdev, u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) argument

Completed in 61 milliseconds