Home
last modified time | relevance | path

Searched refs:txop (Results 1 – 25 of 147) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_core.c96 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A Dmac.c161 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.h313 enum txop txop; member
471 unsigned short txop; member
H A Drt2x00queue.c331 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()
1222 queue->txop = 0; in rt2x00queue_init()
H A Drt2x00mac.c694 queue->txop = params->txop; in rt2x00mac_conf_tx()
699 queue->txop); in rt2x00mac_conf_tx()
H A Drt2x00reg.h90 enum txop { enum
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1392 uint8_t *txop, uint8_t *rxop) in lpfc_sc_to_bg_opcodes() argument
1401 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1407 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1413 *txop = BG_OP_IN_CSUM_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1430 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1436 *txop = BG_OP_IN_CRC_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1442 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1472 uint8_t *txop, uint8_t *rxop) in lpfc_bg_err_opcodes() argument
1481 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_bg_err_opcodes()
1487 *txop = BG_OP_IN_NODIF_OUT_CSUM; in lpfc_bg_err_opcodes()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Dtx.c276 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/
H A Dp54.h106 queue.txop = cpu_to_le16(_txop); \
113 __le16 txop; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_pmac.h107 u32 txop : 7; member
H A Dhalrf_pmac.c94 plcp->txop = 127; /*def*/ in halrf_set_plcp_para_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_pmac.h107 u32 txop : 7; member
H A Dhalrf_pmac.c94 plcp->txop = 127; /*def*/ in halrf_set_plcp_para_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.h34 u16 txop,
H A Dmac.c467 u16 queue, u16 txop, u8 cw_min, u8 cw_max, u8 aifs) in rtl92c_init_edca_param() argument
478 value |= (u32)txop << 16; in rtl92c_init_edca_param()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_tx_ex.h195 u32 txop : 7; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_tx_ex.h195 u32 txop : 7; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dacx.c994 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()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dutil.c1562 qparam->txop = min_t(u16, qparam->txop, wmm_ac->cot / 32); in ieee80211_regulatory_limit_wmm_params()
1604 qparam.txop = 0; in ieee80211_set_wmm_default()
1614 qparam.txop = 0; in ieee80211_set_wmm_default()
1625 qparam.txop = 0; in ieee80211_set_wmm_default()
1635 qparam.txop = 0; in ieee80211_set_wmm_default()
1637 qparam.txop = 6016/32; in ieee80211_set_wmm_default()
1639 qparam.txop = 3008/32; in ieee80211_set_wmm_default()
1650 qparam.txop = 0; in ieee80211_set_wmm_default()
1652 qparam.txop = 3264/32; in ieee80211_set_wmm_default()
1654 qparam.txop = 1504/32; in ieee80211_set_wmm_default()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c591 qi.tqi_burst_time = params->txop * 32; in ath5k_conf_tx()
597 params->cw_max, params->txop); in ath5k_conf_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1109 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.h71 int txop[AC_COUNT]; member
H A Ddhd_config.c1218 int aifsn, ecwmin, ecwmax, txop; in dhd_conf_update_wme() local
1232 txop = acparam_cur->TXOP; in dhd_conf_update_wme()
1241 if (wme->txop[aci] > 0) in dhd_conf_update_wme()
1242 txop = wme->txop[aci]; in dhd_conf_update_wme()
1245 wme->ecwmax[aci] || wme->txop[aci])) in dhd_conf_update_wme()
1253 acp->TXOP = txop; in dhd_conf_update_wme()
2271 wme->txop[ac_val] = (int)simple_strtol(pch+strlen("txop "), NULL, 0); in dhd_conf_read_wme_ac_value()
2272 CONFIG_MSG("ac_val=%d, txop=0x%x\n", ac_val, wme->txop[ac_val]); in dhd_conf_read_wme_ac_value()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_util.c501 val = FIELD_PREP(MT_EDCA_CFG_TXOP, params->txop) | in mt76x02_conf_tx()
509 val |= params->txop << MT_WMM_TXOP_SHIFT(qid); in mt76x02_conf_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_halmac.h154 int rtw_halmac_set_edca(struct dvobj_priv *d, u8 queue, u8 aifs, u8 cw, u16 txop);

123456