Home
last modified time | relevance | path

Searched refs:edcf (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/
A Dmac.c141 (ar->edcf[0].cw_max << 16)); in carl9170_set_qos()
143 (ar->edcf[1].cw_max << 16)); in carl9170_set_qos()
145 (ar->edcf[2].cw_max << 16)); in carl9170_set_qos()
147 (ar->edcf[3].cw_max << 16)); in carl9170_set_qos()
149 (ar->edcf[4].cw_max << 16)); in carl9170_set_qos()
152 ((ar->edcf[0].aifs * 9 + 10)) | in carl9170_set_qos()
156 ((ar->edcf[2].aifs * 9 + 10) >> 8) | in carl9170_set_qos()
157 ((ar->edcf[3].aifs * 9 + 10) << 4) | in carl9170_set_qos()
161 ar->edcf[0].txop | ar->edcf[1].txop << 16); in carl9170_set_qos()
163 ar->edcf[2].txop | ar->edcf[3].txop << 16 | in carl9170_set_qos()
[all …]
A Dmain.c346 CARL9170_FILL_QUEUE(ar->edcf[AR9170_TXQ_VO], 2, 3, 7, 47); in carl9170_op_start()
347 CARL9170_FILL_QUEUE(ar->edcf[AR9170_TXQ_VI], 2, 7, 15, 94); in carl9170_op_start()
348 CARL9170_FILL_QUEUE(ar->edcf[AR9170_TXQ_BE], 3, 15, 1023, 0); in carl9170_op_start()
349 CARL9170_FILL_QUEUE(ar->edcf[AR9170_TXQ_BK], 7, 15, 1023, 0); in carl9170_op_start()
350 CARL9170_FILL_QUEUE(ar->edcf[AR9170_TXQ_SPECIAL], 2, 3, 7, 0); in carl9170_op_start()
1376 memcpy(&ar->edcf[ar9170_qmap(queue)], param, sizeof(*param)); in carl9170_op_conf_tx()
A Dcarl9170.h369 struct ieee80211_tx_queue_params edcf[5]; member
/linux-6.3-rc2/drivers/net/wireless/intersil/p54/
A Dfwio.c559 struct p54_edcf *edcf; in p54_set_edcf() local
567 edcf = skb_put(skb, sizeof(*edcf)); in p54_set_edcf()
569 edcf->slottime = 9; in p54_set_edcf()
570 edcf->sifs = 0x10; in p54_set_edcf()
571 edcf->eofpad = 0x00; in p54_set_edcf()
573 edcf->slottime = 20; in p54_set_edcf()
574 edcf->sifs = 0x0a; in p54_set_edcf()
575 edcf->eofpad = 0x06; in p54_set_edcf()
586 edcf->flags = 0; in p54_set_edcf()
587 memset(edcf->mapping, 0, sizeof(edcf->mapping)); in p54_set_edcf()
[all …]

Completed in 11 milliseconds