Home
last modified time | relevance | path

Searched refs:P54_SET_QUEUE (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/p54/
Dmain.c177 P54_SET_QUEUE(priv->qos_params[0], 0x0002, 0x0003, 0x0007, 47); in p54_start()
178 P54_SET_QUEUE(priv->qos_params[1], 0x0002, 0x0007, 0x000f, 94); in p54_start()
179 P54_SET_QUEUE(priv->qos_params[2], 0x0003, 0x000f, 0x03ff, 0); in p54_start()
180 P54_SET_QUEUE(priv->qos_params[3], 0x0007, 0x000f, 0x03ff, 0); in p54_start()
418 P54_SET_QUEUE(priv->qos_params[queue], params->aifs, in p54_conf_tx()
Dp54.h104 #define P54_SET_QUEUE(queue, ai_fs, cw_min, cw_max, _txop) \ macro