Home
last modified time | relevance | path

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

/drivers/net/wireless/wl1251/
Dinit.c296 wl1251_acx_ac_cfg(wl, AC_BE, CWMIN_BE, CWMAX_BE, AIFS_DIFS, TXOP_BE); in wl1251_hw_init_tx_queue_config()
297 wl1251_acx_ac_cfg(wl, AC_BK, CWMIN_BK, CWMAX_BK, AIFS_DIFS, TXOP_BK); in wl1251_hw_init_tx_queue_config()
298 wl1251_acx_ac_cfg(wl, AC_VI, CWMIN_VI, CWMAX_VI, AIFS_DIFS, TXOP_VI); in wl1251_hw_init_tx_queue_config()
299 wl1251_acx_ac_cfg(wl, AC_VO, CWMIN_VO, CWMAX_VO, AIFS_DIFS, TXOP_VO); in wl1251_hw_init_tx_queue_config()
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,
Dacx.c1030 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, in wl1251_acx_ac_cfg() function
1033 struct wl1251_acx_ac_cfg *acx; in wl1251_acx_ac_cfg()
Dmain.c1182 ret = wl1251_acx_ac_cfg(wl, wl1251_tx_get_queue(queue), in wl1251_op_conf_tx()