| /Linux-v5.15/drivers/net/wireless/rsi/ |
| D | rsi_91x_core.c | 96 s16 txop = common->tx_qinfo[q_num].txop * 32; in rsi_get_num_pkts_dequeue() local 104 txop = ((txop << 5) / 80); in rsi_get_num_pkts_dequeue() 118 txop -= le16_to_cpu(r_txop); in rsi_get_num_pkts_dequeue() 126 } while (txop > 0); in rsi_get_num_pkts_dequeue()
|
| D | rsi_main.h | 162 s32 txop; member
|
| /Linux-v5.15/drivers/net/wireless/ath/carl9170/ |
| D | mac.c | 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() 164 ar->edcf[4].txop << 24); in carl9170_set_qos()
|
| /Linux-v5.15/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00queue.h | 313 enum txop txop; member 471 unsigned short txop; member
|
| D | rt2x00queue.c | 331 txdesc->u.ht.txop = TXOP_SIFS; in rt2x00queue_create_tx_descriptor_ht() 333 txdesc->u.ht.txop = TXOP_BACKOFF; in rt2x00queue_create_tx_descriptor_ht() 377 txdesc->u.ht.txop = TXOP_BACKOFF; in rt2x00queue_create_tx_descriptor_ht() 379 txdesc->u.ht.txop = TXOP_SIFS; in rt2x00queue_create_tx_descriptor_ht() 381 txdesc->u.ht.txop = TXOP_HTTXOP; in rt2x00queue_create_tx_descriptor_ht() 1224 queue->txop = 0; in rt2x00queue_init()
|
| D | rt2x00mac.c | 693 queue->txop = params->txop; in rt2x00mac_conf_tx() 698 queue->txop); in rt2x00mac_conf_tx()
|
| D | rt2x00reg.h | 90 enum txop { enum
|
| /Linux-v5.15/drivers/net/wireless/mediatek/mt7601u/ |
| D | tx.c | 276 WARN_ON(params->txop > 0xff); in mt7601u_conf_tx() 291 val |= FIELD_PREP(MT_EDCA_CFG_TXOP, params->txop); in mt7601u_conf_tx() 296 val |= params->txop << MT_WMM_TXOP_SHIFT(hw_q); in mt7601u_conf_tx()
|
| /Linux-v5.15/drivers/net/wireless/intersil/p54/ |
| D | p54.h | 106 queue.txop = cpu_to_le16(_txop); \ 113 __le16 txop; member
|
| /Linux-v5.15/drivers/scsi/lpfc/ |
| D | lpfc_scsi.c | 1416 uint8_t *txop, uint8_t *rxop) in lpfc_sc_to_bg_opcodes() argument 1425 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_sc_to_bg_opcodes() 1431 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes() 1437 *txop = BG_OP_IN_CSUM_OUT_CRC; in lpfc_sc_to_bg_opcodes() 1454 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes() 1460 *txop = BG_OP_IN_CRC_OUT_CRC; in lpfc_sc_to_bg_opcodes() 1466 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_sc_to_bg_opcodes() 1496 uint8_t *txop, uint8_t *rxop) in lpfc_bg_err_opcodes() argument 1504 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_bg_err_opcodes() 1510 *txop = BG_OP_IN_NODIF_OUT_CSUM; in lpfc_bg_err_opcodes() [all …]
|
| /Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| D | mac.h | 34 u16 txop,
|
| D | mac.c | 466 u16 queue, u16 txop, u8 cw_min, u8 cw_max, u8 aifs) in rtl92c_init_edca_param() argument 477 value |= (u32)txop << 16; in rtl92c_init_edca_param()
|
| /Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/ |
| D | testmode.c | 170 u16 cw_max, u16 txop) in mt7915_tm_set_wmm_qid() argument 181 e->txop = cpu_to_le16(txop); in mt7915_tm_set_wmm_qid()
|
| /Linux-v5.15/drivers/net/wireless/ti/wl1251/ |
| D | acx.c | 994 u8 aifs, u16 txop) in wl1251_acx_ac_cfg() argument 1000 "aifs %d txop %d", ac, cw_min, cw_max, aifs, txop); in wl1251_acx_ac_cfg() 1010 acx->txop_limit = txop; in wl1251_acx_ac_cfg()
|
| D | acx.h | 1479 u8 aifs, u16 txop);
|
| /Linux-v5.15/net/mac80211/ |
| D | util.c | 1559 qparam->txop = min_t(u16, qparam->txop, wmm_ac->cot / 32); in ieee80211_regulatory_limit_wmm_params() 1601 qparam.txop = 0; in ieee80211_set_wmm_default() 1611 qparam.txop = 0; in ieee80211_set_wmm_default() 1622 qparam.txop = 0; in ieee80211_set_wmm_default() 1632 qparam.txop = 0; in ieee80211_set_wmm_default() 1634 qparam.txop = 6016/32; in ieee80211_set_wmm_default() 1636 qparam.txop = 3008/32; in ieee80211_set_wmm_default() 1647 qparam.txop = 0; in ieee80211_set_wmm_default() 1649 qparam.txop = 3264/32; in ieee80211_set_wmm_default() 1651 qparam.txop = 1504/32; in ieee80211_set_wmm_default()
|
| /Linux-v5.15/drivers/net/wireless/ath/ath5k/ |
| D | mac80211-ops.c | 592 qi.tqi_burst_time = params->txop * 32; in ath5k_conf_tx() 598 params->cw_max, params->txop); in ath5k_conf_tx()
|
| /Linux-v5.15/drivers/net/wireless/ath/ath9k/ |
| D | xmit.c | 1109 void ath_update_max_aggr_framelen(struct ath_softc *sc, int queue, int txop) in ath_update_max_aggr_framelen() argument 1115 if (!txop || txop > 4096) in ath_update_max_aggr_framelen() 1116 txop = 4096; in ath_update_max_aggr_framelen() 1123 cur_ht20[mcs] = ath_max_framelen(txop, mcs, false, false); in ath_update_max_aggr_framelen() 1124 cur_ht20_sgi[mcs] = ath_max_framelen(txop, mcs, false, true); in ath_update_max_aggr_framelen() 1125 cur_ht40[mcs] = ath_max_framelen(txop, mcs, true, false); in ath_update_max_aggr_framelen() 1126 cur_ht40_sgi[mcs] = ath_max_framelen(txop, mcs, true, true); in ath_update_max_aggr_framelen()
|
| /Linux-v5.15/drivers/net/wireless/mediatek/mt76/ |
| D | mt76x02_util.c | 496 val = FIELD_PREP(MT_EDCA_CFG_TXOP, params->txop) | in mt76x02_conf_tx() 504 val |= params->txop << MT_WMM_TXOP_SHIFT(qid); in mt76x02_conf_tx()
|
| /Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/ |
| D | mcu.c | 1029 __le16 txop; in mt7921_mcu_set_tx() member 1053 e->txop = cpu_to_le16(q->txop); in mt7921_mcu_set_tx()
|
| /Linux-v5.15/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
| D | dev.c | 1388 u8 txop; in rtl8187se_conf_ac_parm() local 1399 txop = params->txop; in rtl8187se_conf_ac_parm() 1401 ac_param = txop << AC_PARAM_TXOP_LIMIT_SHIFT | in rtl8187se_conf_ac_parm()
|
| /Linux-v5.15/drivers/net/wireless/intel/ipw2x00/ |
| D | libipw_rx.c | 988 u32 txop; in libipw_qos_convert_ac_to_parameters() local 1007 txop = le16_to_cpu(ac_params->tx_op_limit) * 32; in libipw_qos_convert_ac_to_parameters() 1008 qos_param->tx_op_limit[i] = cpu_to_le16(txop); in libipw_qos_convert_ac_to_parameters()
|
| /Linux-v5.15/drivers/net/wireless/ti/wlcore/ |
| D | acx.c | 826 u8 ac, u8 cw_min, u16 cw_max, u8 aifsn, u16 txop) in wl1271_acx_ac_cfg() argument 832 "aifs %d txop %d", ac, cw_min, cw_max, aifsn, txop); in wl1271_acx_ac_cfg() 846 acx->tx_op_limit = cpu_to_le16(txop); in wl1271_acx_ac_cfg()
|
| /Linux-v5.15/drivers/staging/wfx/ |
| D | hif_tx.c | 409 body->tx_op_limit = cpu_to_le16(arg->txop * USEC_PER_TXOP); in hif_set_edca_queue_params()
|
| /Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| D | main.c | 81 #define EDCF_TXOP2USEC(txop) ((txop) << 5) argument 4055 acp_shm.txop = params->txop; in brcms_c_wme_setparams() 4057 wlc->edcf_txop[aci & 0x3] = acp_shm.txop = in brcms_c_wme_setparams() 4058 EDCF_TXOP2USEC(acp_shm.txop); in brcms_c_wme_setparams() 4061 if (aci == IEEE80211_AC_VI && acp_shm.txop == 0 in brcms_c_wme_setparams() 4121 txq_pars.txop = edcf_acp->TXOP; in brcms_c_edcf_setparams()
|