Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dinit.c721 ret = wl1271_acx_frag_threshold(wl, wl->hw->wiphy->frag_threshold); in wl1271_hw_init()
H A Dacx.h1074 int wl1271_acx_frag_threshold(struct wl1271 *wl, u32 frag_threshold);
H A Dacx.c896 int wl1271_acx_frag_threshold(struct wl1271 *wl, u32 frag_threshold) in wl1271_acx_frag_threshold() function
H A Dmain.c3830 ret = wl1271_acx_frag_threshold(wl, value); in wl1271_op_set_frag_threshold()