Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dmain.c174 P54_SET_QUEUE(priv->qos_params[0], 0x0002, 0x0003, 0x0007, 47); in p54_start()
175 P54_SET_QUEUE(priv->qos_params[1], 0x0002, 0x0007, 0x000f, 94); in p54_start()
176 P54_SET_QUEUE(priv->qos_params[2], 0x0003, 0x000f, 0x03ff, 0); in p54_start()
177 P54_SET_QUEUE(priv->qos_params[3], 0x0007, 0x000f, 0x03ff, 0); in p54_start()
415 P54_SET_QUEUE(priv->qos_params[queue], params->aifs, in p54_conf_tx()
H A Dp54.h101 #define P54_SET_QUEUE(queue, ai_fs, cw_min, cw_max, _txop) \ macro