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

/linux-master/drivers/net/wireless/ti/wl1251/
H A Dinit.c282 wl1251_acx_ac_cfg(wl, AC_BE, CWMIN_BE, CWMAX_BE, AIFS_DIFS, TXOP_BE);
283 wl1251_acx_ac_cfg(wl, AC_BK, CWMIN_BK, CWMAX_BK, AIFS_DIFS, TXOP_BK);
284 wl1251_acx_ac_cfg(wl, AC_VI, CWMIN_VI, CWMAX_VI, AIFS_DIFS, TXOP_VI);
285 wl1251_acx_ac_cfg(wl, AC_VO, CWMIN_VO, CWMAX_VO, AIFS_DIFS, TXOP_VO);
H A Dacx.c993 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, function
996 struct wl1251_acx_ac_cfg *acx;
H A Dacx.h1235 struct wl1251_acx_ac_cfg { struct
1478 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max,
H A Dmain.c1302 ret = wl1251_acx_ac_cfg(wl, wl1251_tx_get_queue(queue),

Completed in 255 milliseconds