Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H A Drsi_91x_core.c84 * of bytes calculated using txop.
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()
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H A Drsi_91x_core.c84 * of bytes calculated using txop.
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()
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.h287 * @txop: IFS value for 11n capable chips.
313 enum txop txop; member
441 * @txop: maximum burst time.
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 Drt2x00reg.h90 enum txop { enum
H A Drt2x00mac.c705 queue->txop = params->txop; in rt2x00mac_conf_tx()
710 queue->txop); in rt2x00mac_conf_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.h287 * @txop: IFS value for 11n capable chips.
313 enum txop txop; member
441 * @txop: maximum burst time.
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()
1224 queue->txop = 0; in rt2x00queue_init()
H A Drt2x00reg.h90 enum txop { enum
H A Drt2x00mac.c705 queue->txop = params->txop; in rt2x00mac_conf_tx()
710 queue->txop); in rt2x00mac_conf_tx()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
H A Dtx.c276 WARN_ON(params->txop > 0xff); in mt7601u_conf_tx()
285 * a really long txop on AC0 (see connect.c:2009) but only on 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()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/
H A Dtx.c277 WARN_ON(params->txop > 0xff); in mt7601u_conf_tx()
286 * a really long txop on AC0 (see connect.c:2009) but only on in mt7601u_conf_tx()
292 val |= FIELD_PREP(MT_EDCA_CFG_TXOP, params->txop); in mt7601u_conf_tx()
297 val |= params->txop << MT_WMM_TXOP_SHIFT(hw_q); in mt7601u_conf_tx()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1392 uint8_t *txop, uint8_t *rxop) in lpfc_sc_to_bg_opcodes()
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()
1481 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_bg_err_opcodes()
1487 *txop in lpfc_bg_err_opcodes()
1391 lpfc_sc_to_bg_opcodes(struct lpfc_hba *phba, struct scsi_cmnd *sc, uint8_t *txop, uint8_t *rxop) lpfc_sc_to_bg_opcodes() argument
1471 lpfc_bg_err_opcodes(struct lpfc_hba *phba, struct scsi_cmnd *sc, uint8_t *txop, uint8_t *rxop) lpfc_bg_err_opcodes() argument
1577 uint8_t txop, rxop; lpfc_bg_setup_bpl() local
1726 uint8_t txop, rxop; lpfc_bg_setup_bpl_prot() local
1957 uint8_t txop, rxop; lpfc_bg_setup_sgl() local
2145 uint8_t txop, rxop; lpfc_bg_setup_sgl_prot() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1359 * @txop: (out) BlockGuard operation for transmitted data
1367 uint8_t *txop, uint8_t *rxop) in lpfc_sc_to_bg_opcodes()
1376 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1382 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1388 *txop = BG_OP_IN_CSUM_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1405 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1411 *txop = BG_OP_IN_CRC_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1417 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1439 * @txop: (out) BlockGuard operation for transmitted data
1447 uint8_t *txop, uint8_ in lpfc_bg_err_opcodes()
1366 lpfc_sc_to_bg_opcodes(struct lpfc_hba *phba, struct scsi_cmnd *sc, uint8_t *txop, uint8_t *rxop) lpfc_sc_to_bg_opcodes() argument
1446 lpfc_bg_err_opcodes(struct lpfc_hba *phba, struct scsi_cmnd *sc, uint8_t *txop, uint8_t *rxop) lpfc_bg_err_opcodes() argument
1551 uint8_t txop, rxop; lpfc_bg_setup_bpl() local
1700 uint8_t txop, rxop; lpfc_bg_setup_bpl_prot() local
1931 uint8_t txop, rxop; lpfc_bg_setup_sgl() local
2120 uint8_t txop, rxop; lpfc_bg_setup_sgl_prot() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
H A Dp54.h106 queue.txop = cpu_to_le16(_txop); \
113 __le16 txop; member
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/
H A Dp54.h106 queue.txop = cpu_to_le16(_txop); \
113 __le16 txop; member
/kernel/linux/linux-5.10/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()
478 value |= (u32)txop << 16; in rtl92c_init_edca_param()
466 rtl92c_init_edca_param(struct ieee80211_hw *hw, u16 queue, u16 txop, u8 cw_min, u8 cw_max, u8 aifs) rtl92c_init_edca_param() argument
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.h34 u16 txop,
/kernel/linux/linux-5.10/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 in ieee80211_set_wmm_default()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Dacx.c994 u8 aifs, u16 txop) in wl1251_acx_ac_cfg()
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()
993 wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, u8 aifs, u16 txop) wl1251_acx_ac_cfg() argument
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c172 u16 cw_max, u16 txop) in mt7915_tm_set_wmm_qid()
184 e->txop = cpu_to_le16(txop); in mt7915_tm_set_wmm_qid()
171 mt7915_tm_set_wmm_qid(struct mt7915_phy *phy, u8 qid, u8 aifs, u8 cw_min, u16 cw_max, u16 txop) mt7915_tm_set_wmm_qid() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dacx.c994 u8 aifs, u16 txop) in wl1251_acx_ac_cfg()
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()
993 wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, u8 aifs, u16 txop) wl1251_acx_ac_cfg() argument

Completed in 37 milliseconds

123456