Home
last modified time | relevance | path

Searched refs:sifs (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c137 mt7915_tm_set_slot_time(struct mt7915_phy *phy, u8 slot_time, u8 sifs) in mt7915_tm_set_slot_time() argument
144 .param.slot.sifs = sifs, 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()
214 sifs = ipg - slot_time; in mt7915_tm_set_ipg_params()
233 sifs = min_t(u32, ipg, TM_MAX_SIFS); in mt7915_tm_set_ipg_params()
241 tr2t_time = (sifs * 1000 - txv_time - BBP_PROC_TIME) / 50; in mt7915_tm_set_ipg_params()
247 mt7915_tm_set_slot_time(phy, slot_time, sifs); in mt7915_tm_set_ipg_params()
H A Dtestmode.h21 u8 sifs; member
H A Dmac.c1193 int eifs_ofdm = 360, sifs = 10, offset; in mt7915_mac_set_timing() local
1220 sifs = 16; in mt7915_mac_set_timing()
1228 FIELD_PREP(MT_IFS_SIFS, sifs) | in mt7915_mac_set_timing()
/freebsd/sys/net80211/
H A Dieee80211_phy.h78 #define IEEE80211_DUR_DIFS(sifs, slot) ((sifs) + 2 * (slot)) argument
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c535 u8 ackto, sifs, slottime = dev->slottime; in mt76x02_set_tx_ackto() local
542 sifs = mt76_get_field(dev, MT_XIFS_TIME_CFG, in mt76x02_set_tx_ackto()
545 ackto = slottime + sifs; in mt76x02_set_tx_ackto()
H A Dmt792x_mac.c48 int sifs = is_2ghz ? 10 : 16, offset; in mt792x_mac_set_timeing() local
66 FIELD_PREP(MT_IFS_SIFS, sifs) | in mt792x_mac_set_timeing()
/freebsd/sys/contrib/dev/rtw88/
H A Dmac80211.c341 u8 sifs; in rtw_aifsn_to_aifs() local
344 sifs = rtwdev->hal.current_band_type == RTW_BAND_5G ? 16 : 10; in rtw_aifsn_to_aifs()
346 return aifsn * slot_time + sifs; in rtw_aifsn_to_aifs()
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c301 u8 sifs; in rtw89_aifsn_to_aifs() local
304 sifs = chan->band_type == RTW89_BAND_5G ? 16 : 10; in rtw89_aifsn_to_aifs()
306 return aifsn * slot_time + sifs; in rtw89_aifsn_to_aifs()
H A Dmac.c2329 u32 reg, val, sifs; in trxptcl_init() local
2343 sifs = WMAC_SPEC_SIFS_OFDM_52A; in trxptcl_init()
2346 sifs = WMAC_SPEC_SIFS_OFDM_52B; in trxptcl_init()
2349 sifs = WMAC_SPEC_SIFS_OFDM_52C; in trxptcl_init()
2353 val |= FIELD_PREP(B_AX_WMAC_SPEC_SIFS_OFDM_MASK, sifs); in trxptcl_init()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c55 int sifs; in mt7603_mac_set_timing() local
59 sifs = 16; in mt7603_mac_set_timing()
61 sifs = 10; in mt7603_mac_set_timing()
72 FIELD_PREP(MT_IFS_SIFS, sifs) | in mt7603_mac_set_timing()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c1774 uint16_t slottime, sifs, eifs; in ural_update_slot() local
1783 sifs = 16 - RAL_RXTX_TURNAROUND; in ural_update_slot()
1786 sifs = 10 - RAL_RXTX_TURNAROUND; in ural_update_slot()
1791 ural_write(sc, RAL_MAC_CSR11, sifs); in ural_update_slot()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c147 int sifs, offset; in mt7615_mac_set_timing() local
154 sifs = 16; in mt7615_mac_set_timing()
156 sifs = 10; in mt7615_mac_set_timing()
183 FIELD_PREP(MT_IFS_SIFS, sifs) | in mt7615_mac_set_timing()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.c454 ar9300_Stub_SetSifsTime(struct ath_hal *ah, u_int sifs) in ar9300_Stub_SetSifsTime() argument