Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dinit.c735 ret = wl1271_acx_frag_threshold(wl, wl->hw->wiphy->frag_threshold); in wl1271_hw_init()
Dacx.h1088 int wl1271_acx_frag_threshold(struct wl1271 *wl, u32 frag_threshold);
Dacx.c910 int wl1271_acx_frag_threshold(struct wl1271 *wl, u32 frag_threshold) in wl1271_acx_frag_threshold() function
Dmain.c3875 ret = wl1271_acx_frag_threshold(wl, value); in wl1271_op_set_frag_threshold()