Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wl1251/
A Dinit.c282 wl1251_acx_ac_cfg(wl, AC_BE, CWMIN_BE, CWMAX_BE, AIFS_DIFS, TXOP_BE); in wl1251_hw_init_tx_queue_config()
283 wl1251_acx_ac_cfg(wl, AC_BK, CWMIN_BK, CWMAX_BK, AIFS_DIFS, TXOP_BK); in wl1251_hw_init_tx_queue_config()
284 wl1251_acx_ac_cfg(wl, AC_VI, CWMIN_VI, CWMAX_VI, AIFS_DIFS, TXOP_VI); in wl1251_hw_init_tx_queue_config()
285 wl1251_acx_ac_cfg(wl, AC_VO, CWMIN_VO, CWMAX_VO, AIFS_DIFS, TXOP_VO); in wl1251_hw_init_tx_queue_config()
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,
A Dacx.c993 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, in wl1251_acx_ac_cfg() function
996 struct wl1251_acx_ac_cfg *acx; in wl1251_acx_ac_cfg()
A Dmain.c1301 ret = wl1251_acx_ac_cfg(wl, wl1251_tx_get_queue(queue), in wl1251_op_conf_tx()

Completed in 14 milliseconds