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

/openbsd-current/sys/dev/usb/
H A Dif_uathvar.h85 uint16_t txop; member in struct:uath_wme_settings
86 #define UATH_TXOP_TO_US(txop) ((txop) << 5)
H A Dif_uathreg.h212 uint32_t txop; member in struct:uath_qinfo
H A Dif_uath.c1664 qinfo.txop = htobe32(UATH_TXOP_TO_US(
1665 uath_wme_11g[ac].txop));
H A Dif_mtw.c2293 txwi->txop = MTW_TX_TXOP_BACKOFF;
3171 /* txop truncation */
H A Dif_run.c2478 txwi->txop = RT2860_TX_TXOP_BACKOFF;
/openbsd-current/sys/net80211/
H A Dieee80211_var.h197 #define IEEE80211_TXOP_TO_US(txop) ((txop) * 32)
/openbsd-current/sys/dev/pci/
H A Dif_iwireg.h294 uint8_t txop [EDCA_NUM_AC]; member in struct:iwi_qos_params
H A Dif_wpireg.h421 uint16_t txop; member in struct:wpi_cmd_data
H A Dif_iwi.c1923 qos->txop [aci] = IWI_TXOP(iwi_cck[aci].ac_txoplimit);
1932 qos->txop [aci] = IWI_TXOP(iwi_ofdm[aci].ac_txoplimit);
1941 qos->txop [aci] = IWI_TXOP(edca[aci].ac_txoplimit);
H A Dif_iwnreg.h732 uint16_t txop; member in struct:iwn_cmd_data
H A Dif_mwx.c4126 uint16_t txop; member in struct:edca
4175 e->txop = htole16(/* q->txop */ 0);
/openbsd-current/sys/dev/ic/
H A Dmtwreg.h785 uint8_t txop; member in struct:mtw_txwi
H A Drt2860reg.h868 uint8_t txop; member in struct:rt2860_txwi
H A Drt2860.c1614 txwi->txop = RT2860_TX_TXOP_HT;
1616 txwi->txop = RT2860_TX_TXOP_BACKOFF;
4170 txwi.txop = RT2860_TX_TXOP_HT;
H A Dqwxreg.h4748 /* MPDU is more than txop limit */
5323 uint16_t txop; member in struct:wmi_wmm_params_arg

Completed in 374 milliseconds