Home
last modified time | relevance | path

Searched refs:tx_op_limit (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Ddecl.h225 __le16 tx_op_limit; member
H A Dwmm.c89 le16_to_cpu(ac_param->tx_op_limit)); in mwifiex_wmm_ac_debug_print()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c130 .tx_op_limit = 0,
137 .tx_op_limit = 0,
144 .tx_op_limit = 3008,
151 .tx_op_limit = 1504,
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h544 __le16 tx_op_limit; member
558 __le16 tx_op_limit[QOS_QUEUE_NUM]; member
H A Dlibipw_rx.c914 txop = le16_to_cpu(ac_params->tx_op_limit) * 32; in libipw_qos_convert_ac_to_parameters()
915 qos_param->tx_op_limit[i] = cpu_to_le16(txop); in libipw_qos_convert_ac_to_parameters()
H A Dipw2200.c6885 qos_parameters[QOS_PARAM_SET_ACTIVE].tx_op_limit[i] = in ipw_qos_activate()
6918 tx_op_limit[i] = cpu_to_le16(burst_duration); in ipw_qos_activate()
/linux/drivers/net/wireless/ti/wlcore/
H A Dconf.h343 u16 tx_op_limit; member
H A Dinit.c616 conf_ac->aifsn, conf_ac->tx_op_limit); in wl1271_init_vif_specific()
H A Dacx.h431 __le16 tx_op_limit; member
H A Dacx.c846 acx->tx_op_limit = cpu_to_le16(txop); in wl1271_acx_ac_cfg()
/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_api_cmd.h282 __le16 tx_op_limit; member
H A Dhif_tx.c425 body->tx_op_limit = cpu_to_le16(arg->txop * USEC_PER_TXOP); in wfx_hif_set_edca_queue_params()