Searched refs:wl1251_acx_ac_cfg (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/wl1251/
H A Dinit.c296 wl1251_acx_ac_cfg(wl, AC_BE, CWMIN_BE, CWMAX_BE, AIFS_DIFS, TXOP_BE);
297 wl1251_acx_ac_cfg(wl, AC_BK, CWMIN_BK, CWMAX_BK, AIFS_DIFS, TXOP_BK);
298 wl1251_acx_ac_cfg(wl, AC_VI, CWMIN_VI, CWMAX_VI, AIFS_DIFS, TXOP_VI);
299 wl1251_acx_ac_cfg(wl, AC_VO, CWMIN_VO, CWMAX_VO, AIFS_DIFS, TXOP_VO);
H A Dacx.c1030 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, function
1033 struct wl1251_acx_ac_cfg *acx;
H A Dacx.h1235 struct wl1251_acx_ac_cfg { struct
1476 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max,
H A Dmain.c1182 ret = wl1251_acx_ac_cfg(wl, wl1251_tx_get_queue(queue),

Completed in 48 milliseconds