Searched refs:wl1251_acx_ac_cfg (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ti/wl1251/ |
D | init.c | 282 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()
|
D | acx.h | 1235 struct wl1251_acx_ac_cfg { struct 1478 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max,
|
D | acx.c | 993 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()
|
D | main.c | 1302 ret = wl1251_acx_ac_cfg(wl, wl1251_tx_get_queue(queue), in wl1251_op_conf_tx()
|