Searched refs:slot_time (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | testmode.c | 137 mt7915_tm_set_slot_time(struct mt7915_phy *phy, u8 slot_time, u8 sifs) in mt7915_tm_set_slot_time() argument 143 .param.slot.slot_time = slot_time, in mt7915_tm_set_slot_time() 199 u8 slot_time = 9, sifs = TM_DEFAULT_SIFS; in mt7915_tm_set_ipg_params() local 205 if (ipg < sig_ext + slot_time + sifs) in mt7915_tm_set_ipg_params() 213 if (ipg <= (TM_MAX_SIFS + slot_time)) { in mt7915_tm_set_ipg_params() 214 sifs = ipg - slot_time; in mt7915_tm_set_ipg_params() 216 u32 val = (ipg + slot_time) / slot_time; in mt7915_tm_set_ipg_params() 224 ipg -= ((1 << cw) - 1) * slot_time; in mt7915_tm_set_ipg_params() 226 aifsn = ipg / slot_time; in mt7915_tm_set_ipg_params() 230 ipg -= aifsn * slot_time; in mt7915_tm_set_ipg_params() [all …]
|
H A D | testmode.h | 20 u8 slot_time; member
|
/freebsd/sys/dev/bwi/ |
H A D | bwimac.c | 1609 uint16_t slot_time; in bwi_mac_updateslot() local 1615 slot_time = IEEE80211_DUR_SHSLOT; in bwi_mac_updateslot() 1617 slot_time = IEEE80211_DUR_SLOT; in bwi_mac_updateslot() 1620 slot_time + BWI_MAC_SLOTTIME_ADJUST); in bwi_mac_updateslot() 1621 MOBJ_WRITE_2(mac, BWI_COMM_MOBJ, BWI_COMM_MOBJ_SLOTTIME, slot_time); in bwi_mac_updateslot()
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | mac80211.c | 340 u8 slot_time; in rtw_aifsn_to_aifs() local 343 slot_time = vif->bss_conf.use_short_slot ? 9 : 20; in rtw_aifsn_to_aifs() 346 return aifsn * slot_time + sifs; in rtw_aifsn_to_aifs()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | mac80211.c | 317 u8 slot_time; in ____rtw89_conf_tx_edca() 320 slot_time = vif->bss_conf.use_short_slot ? 9 : 20; in ____rtw89_conf_tx_edca() 323 return aifsn * slot_time + sifs; in ____rtw89_conf_tx_edca() 300 u8 slot_time; rtw89_aifsn_to_aifs() local
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mcu.h | 327 __le16 slot_time; member
|
H A D | mcu.c | 738 ifs_time->slot_time = cpu_to_le16(phy->slottime); in mt7996_mcu_bss_ifs_timing_tlv()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi.c | 774 .slot_time = WMI_VDEV_PARAM_SLOT_TIME, 851 .slot_time = WMI_10X_VDEV_PARAM_SLOT_TIME, 927 .slot_time = WMI_10X_VDEV_PARAM_SLOT_TIME, 1003 .slot_time = WMI_10_4_VDEV_PARAM_SLOT_TIME,
|
H A D | wmi.h | 5139 u32 slot_time; member
|
H A D | wmi-tlv.c | 4890 .slot_time = WMI_TLV_VDEV_PARAM_SLOT_TIME,
|
H A D | mac.c | 6225 vdev_param = ar->wmi.vdev_param->slot_time; in ath10k_bss_info_changed()
|