Searched refs:qos_params (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/p54/ |
D | p54.h | 122 struct p54_edcf_queue_param qos_params[8]; member
|
D | p54common.c | 1690 memcpy(edcf->queue, priv->qos_params, sizeof(edcf->queue)); in p54_set_edcf() 1781 P54_SET_QUEUE(priv->qos_params[0], 0x0002, 0x0003, 0x0007, 47); in p54_start() 1782 P54_SET_QUEUE(priv->qos_params[1], 0x0002, 0x0007, 0x000f, 94); in p54_start() 1783 P54_SET_QUEUE(priv->qos_params[2], 0x0003, 0x000f, 0x03ff, 0); in p54_start() 1784 P54_SET_QUEUE(priv->qos_params[3], 0x0007, 0x000f, 0x03ff, 0); in p54_start() 1955 P54_SET_QUEUE(priv->qos_params[queue], params->aifs, in p54_conf_tx()
|
/drivers/net/wireless/b43/ |
D | main.c | 3085 ARRAY_SIZE(wl->qos_params)); in b43_qos_upload_all() 3088 for (i = 0; i < ARRAY_SIZE(wl->qos_params); i++) { in b43_qos_upload_all() 3089 params = &(wl->qos_params[i]); in b43_qos_upload_all() 3104 ARRAY_SIZE(wl->qos_params)); in b43_qos_clear() 3106 for (i = 0; i < ARRAY_SIZE(wl->qos_params); i++) { in b43_qos_clear() 3107 params = &(wl->qos_params[i]); in b43_qos_clear() 3161 if (queue >= ARRAY_SIZE(wl->qos_params)) { in b43_op_conf_tx() 3168 ARRAY_SIZE(wl->qos_params)); in b43_op_conf_tx() 3175 memcpy(&(wl->qos_params[queue].p), params, sizeof(*params)); in b43_op_conf_tx() 3177 b43_qos_params_upload(dev, &(wl->qos_params[queue].p), in b43_op_conf_tx()
|
D | b43.h | 650 struct b43_qos_params qos_params[4]; member
|