Searched refs:txop (Results 1 - 25 of 48) sorted by relevance

12

/drivers/net/wireless/rsi/
H A Drsi_91x_core.c82 * of bytes calculated using txop.
94 s16 txop = common->tx_qinfo[q_num].txop * 32; local
100 txop = ((txop << 5) / 80);
112 txop -= le16_to_cpu(r_txop);
120 } while (txop > 0);
H A Drsi_main.h118 s32 txop; member in struct:wmm_qinfo
H A Drsi_91x_mac80211.c523 "%s: Conf queue %d, aifs: %d, cwmin: %d cwmax: %d, txop: %d\n",
525 params->cw_min, params->cw_max, params->txop);
/drivers/net/wireless/rt2x00/
H A Drt2x00queue.h295 * @txop: IFS value for 11n capable chips.
321 enum txop txop; member in struct:txentry_desc::__anon4652::__anon4654
449 * @txop: maximum burst time.
476 unsigned short txop; member in struct:data_queue
H A Drt2x00reg.h101 enum txop { enum
H A Drt2x00queue.c340 txdesc->u.ht.txop = TXOP_SIFS;
342 txdesc->u.ht.txop = TXOP_BACKOFF;
385 txdesc->u.ht.txop = TXOP_BACKOFF;
387 txdesc->u.ht.txop = TXOP_SIFS;
389 txdesc->u.ht.txop = TXOP_HTTXOP;
1222 queue->txop = 0;
H A Drt2x00mac.c732 queue->txop = params->txop;
737 queue->txop);
/drivers/net/wireless/ath/carl9170/
H A Dmac.c161 ar->edcf[0].txop | ar->edcf[1].txop << 16);
163 ar->edcf[2].txop | ar->edcf[3].txop << 16 |
164 ar->edcf[4].txop << 24);
/drivers/net/wireless/p54/
H A Dp54.h109 queue.txop = cpu_to_le16(_txop); \
116 __le16 txop; member in struct:p54_edcf_queue_param
H A Dmain.c421 params->cw_min, params->cw_max, params->txop);
/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Dmac.h62 u16 txop,
H A Dmac.c558 u16 queue, u16 txop, u8 cw_min, u8 cw_max, u8 aifs)
569 value |= (u32)txop << 16;
557 rtl92c_init_edca_param(struct ieee80211_hw *hw, u16 queue, u16 txop, u8 cw_min, u8 cw_max, u8 aifs) argument
/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1823 uint8_t *txop, uint8_t *rxop)
1832 *txop = BG_OP_IN_CSUM_OUT_NODIF;
1838 *txop = BG_OP_IN_NODIF_OUT_CRC;
1844 *txop = BG_OP_IN_CSUM_OUT_CRC;
1861 *txop = BG_OP_IN_NODIF_OUT_CRC;
1867 *txop = BG_OP_IN_CRC_OUT_CRC;
1873 *txop = BG_OP_IN_CRC_OUT_NODIF;
1903 uint8_t *txop, uint8_t *rxop)
1912 *txop = BG_OP_IN_CRC_OUT_NODIF;
1918 *txop
1822 lpfc_sc_to_bg_opcodes(struct lpfc_hba *phba, struct scsi_cmnd *sc, uint8_t *txop, uint8_t *rxop) argument
1902 lpfc_bg_err_opcodes(struct lpfc_hba *phba, struct scsi_cmnd *sc, uint8_t *txop, uint8_t *rxop) argument
2009 uint8_t txop, rxop; local
2159 uint8_t txop, rxop; local
2390 uint8_t txop, rxop; local
2534 uint8_t txop, rxop; local
[all...]
/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c603 qi.tqi_burst_time = params->txop * 32;
607 "aifs: %d, cw_min: %d, cw_max: %d, txop: %d\n",
609 params->cw_max, params->txop);
/drivers/net/wireless/ti/wl1251/
H A Dacx.c996 u8 aifs, u16 txop)
1002 "aifs %d txop %d", ac, cw_min, cw_max, aifs, txop);
1012 acx->txop_limit = txop;
995 wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, u8 aifs, u16 txop) argument
H A Dacx.h1493 u8 aifs, u16 txop);
/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1078 void ath_update_max_aggr_framelen(struct ath_softc *sc, int queue, int txop) argument
1084 if (!txop || txop > 4096)
1085 txop = 4096;
1092 cur_ht20[mcs] = ath_max_framelen(txop, mcs, false, false);
1093 cur_ht20_sgi[mcs] = ath_max_framelen(txop, mcs, false, true);
1094 cur_ht40[mcs] = ath_max_framelen(txop, mcs, true, false);
1095 cur_ht40_sgi[mcs] = ath_max_framelen(txop, mcs, true, true);
H A Dhtc_drv_main.c1380 qi.tqi_burstTime = params->txop * 32;
1385 "Configure tx [queue/hwq] [%d/%d], aifs: %d, cw_min: %d, cw_max: %d, txop: %d\n",
1387 params->cw_max, params->txop);
H A Dath9k.h564 void ath_update_max_aggr_framelen(struct ath_softc *sc, int queue, int txop);
/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c1015 u32 txop; local
1034 txop = le16_to_cpu(ac_params->tx_op_limit) * 32;
1035 qos_param->tx_op_limit[i] = cpu_to_le16(txop);
/drivers/net/wireless/ti/wlcore/
H A Dacx.c841 u8 ac, u8 cw_min, u16 cw_max, u8 aifsn, u16 txop)
847 "aifs %d txop %d", ac, cw_min, cw_max, aifsn, txop);
861 acx->tx_op_limit = cpu_to_le16(txop);
840 wl1271_acx_ac_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 ac, u8 cw_min, u16 cw_max, u8 aifsn, u16 txop) argument
/drivers/net/wireless/iwlwifi/mvm/
H A Ddebugfs-vif.c257 "\t%d: txop:%d - cw_min:%d - cw_max = %d - aifs = %d upasd = %d\n",
258 i, mvmvif->queue_params[i].txop,
H A Dmac-ctxt.c661 cpu_to_le16(mvmvif->queue_params[i].txop * 32);
/drivers/net/wireless/rtl818x/rtl8180/
H A Ddev.c1380 u8 txop; local
1390 /* TODO: check if txop HW is in us (mult by 32) */
1391 txop = params->txop;
1393 ac_param = txop << AC_PARAM_TXOP_LIMIT_SHIFT |
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.c81 #define EDCF_TXOP2USEC(txop) ((txop) << 5)
4076 acp_shm.txop = params->txop;
4078 wlc->edcf_txop[aci & 0x3] = acp_shm.txop =
4079 EDCF_TXOP2USEC(acp_shm.txop);
4082 if (aci == IEEE80211_AC_VI && acp_shm.txop == 0
4142 txq_pars.txop = edcf_acp->TXOP;
6819 * update txop byte threshold (txop minu
[all...]

Completed in 454 milliseconds

12