Searched refs:wl1271_acx_frag_threshold (Results 1 – 4 of 4) sorted by relevance
570 ret = wl1271_acx_frag_threshold(wl, wl->conf.tx.frag_threshold); in wl1271_hw_init()
1273 int wl1271_acx_frag_threshold(struct wl1271 *wl, u16 frag_threshold);
490 ret = wl1271_acx_frag_threshold(wl, wl->conf.tx.frag_threshold); in wl1271_plt_init()2096 ret = wl1271_acx_frag_threshold(wl, (u16)value); in wl1271_op_set_frag_threshold()
901 int wl1271_acx_frag_threshold(struct wl1271 *wl, u16 frag_threshold) in wl1271_acx_frag_threshold() function