Home
last modified time | relevance | path

Searched refs:set_frag_threshold (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/mac80211/
Ddriver-ops.h401 if (local->ops->set_frag_threshold) in drv_set_frag_threshold()
402 ret = local->ops->set_frag_threshold(&local->hw, value); in drv_set_frag_threshold()
Dmain.c861 !local->ops->set_frag_threshold)) in ieee80211_register_hw()
/Linux-v4.19/drivers/net/wireless/
Drndis_wlan.c1248 static int set_frag_threshold(struct usbnet *usbdev, u32 frag_threshold) in set_frag_threshold() function
1890 err = set_frag_threshold(usbdev, wiphy->frag_threshold); in rndis_set_wiphy_params()
/Linux-v4.19/include/net/
Dmac80211.h3618 int (*set_frag_threshold)(struct ieee80211_hw *hw, u32 value); member
/Linux-v4.19/drivers/staging/rtlwifi/
Dcore.c1940 .set_frag_threshold = rtl_op_set_frag_threshold,
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dmain.c6023 .set_frag_threshold = wl1271_op_set_frag_threshold,
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c7830 .set_frag_threshold = ath10k_mac_op_set_frag_threshold,