| /Linux-v5.10/drivers/net/wireless/ath/ath5k/ |
| D | pcu.c | 179 unsigned int slot_time; in ath5k_hw_get_default_slottime() local 183 slot_time = AR5K_INIT_SLOT_TIME_TURBO; in ath5k_hw_get_default_slottime() 186 slot_time = AR5K_INIT_SLOT_TIME_HALF_RATE; in ath5k_hw_get_default_slottime() 189 slot_time = AR5K_INIT_SLOT_TIME_QUARTER_RATE; in ath5k_hw_get_default_slottime() 193 slot_time = AR5K_INIT_SLOT_TIME_DEFAULT; in ath5k_hw_get_default_slottime() 195 slot_time = AR5K_INIT_SLOT_TIME_B; in ath5k_hw_get_default_slottime() 199 return slot_time; in ath5k_hw_get_default_slottime() 827 int slot_time = ath5k_hw_get_default_slottime(ah) + 3 * coverage_class; in ath5k_hw_set_coverage_class() local 828 int ack_timeout = ath5k_hw_get_default_sifs(ah) + slot_time; in ath5k_hw_set_coverage_class() 831 ath5k_hw_set_ifs_intervals(ah, slot_time); in ath5k_hw_set_coverage_class()
|
| D | qcu.c | 557 int ath5k_hw_set_ifs_intervals(struct ath5k_hw *ah, unsigned int slot_time) in ath5k_hw_set_ifs_intervals() argument 564 u32 slot_time_clock = ath5k_hw_htoclock(ah, slot_time); in ath5k_hw_set_ifs_intervals() 567 if (slot_time < 6 || slot_time_clock > AR5K_SLOT_TIME_MAX) in ath5k_hw_set_ifs_intervals() 627 eifs = ack_tx_time + sifs + 2 * slot_time; in ath5k_hw_set_ifs_intervals() 641 pifs = slot_time + sifs; in ath5k_hw_set_ifs_intervals() 646 difs = sifs + 2 * slot_time; in ath5k_hw_set_ifs_intervals() 724 unsigned int slot_time = ath5k_hw_get_default_slottime(ah); in ath5k_hw_init_queues() local 725 ath5k_hw_set_ifs_intervals(ah, slot_time); in ath5k_hw_init_queues()
|
| D | mac80211-ops.c | 272 int slot_time; in ath5k_bss_info_changed() local 275 slot_time = ath5k_hw_get_default_slottime(ah) + in ath5k_bss_info_changed() 277 ath5k_hw_set_ifs_intervals(ah, slot_time); in ath5k_bss_info_changed()
|
| D | ath5k.h | 1574 int ath5k_hw_set_ifs_intervals(struct ath5k_hw *ah, unsigned int slot_time);
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
| D | rtl8180.h | 125 u8 slot_time; member
|
| D | dev.c | 1396 aifs = 10 + params->aifs * priv->slot_time; in rtl8187se_conf_ac_parm() 1464 priv->slot_time = 9; in rtl8180_conf_erp() 1466 priv->slot_time = 20; in rtl8180_conf_erp() 1469 difs = 10 + 2 * priv->slot_time; in rtl8180_conf_erp() 1476 rtl818x_iowrite8(priv, &priv->map->SLOT, priv->slot_time); in rtl8180_conf_erp()
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
| D | rtl8187.h | 137 u8 slot_time; member
|
| D | dev.c | 870 priv->slot_time = 0x9; in rtl8187b_init_hw() 1202 priv->slot_time = 0x9; in rtl8187_conf_erp() 1206 priv->slot_time = 0x14; in rtl8187_conf_erp() 1211 rtl818x_iowrite8(priv, &priv->map->SLOT, priv->slot_time); in rtl8187_conf_erp() 1235 priv->aifsn[queue] * priv->slot_time + in rtl8187_conf_erp() 1366 priv->slot_time + SIFS_TIME)); in rtl8187_conf_tx()
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtw88/ |
| D | mac80211.c | 311 u8 slot_time; in rtw_aifsn_to_aifs() local 314 slot_time = vif->bss_conf.use_short_slot ? 9 : 20; in rtw_aifsn_to_aifs() 317 return aifsn * slot_time + sifs; in rtw_aifsn_to_aifs()
|
| /Linux-v5.10/drivers/net/wireless/ti/wl1251/ |
| D | acx.c | 356 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time) in wl1251_acx_slot() argument 368 slot->slot_time = slot_time; in wl1251_acx_slot()
|
| D | acx.h | 334 u8 slot_time; member 1451 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time);
|
| /Linux-v5.10/drivers/net/ethernet/aurora/ |
| D | nb8800.c | 594 u32 slot_time; in nb8800_mac_config() local 609 slot_time = 255; in nb8800_mac_config() 612 slot_time = 128; in nb8800_mac_config() 618 nb8800_writeb(priv, NB8800_SLOT_TIME, slot_time); in nb8800_mac_config()
|
| /Linux-v5.10/drivers/staging/wfx/ |
| D | hif_api_mib.h | 205 __le32 slot_time; member
|
| D | hif_tx_mib.c | 298 .slot_time = cpu_to_le32(val), in hif_slot_time()
|
| /Linux-v5.10/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00config.c | 81 erp.slot_time = bss_conf->use_short_slot ? SHORT_SLOT_TIME : SLOT_TIME; in rt2x00lib_config_erp()
|
| D | rt2x00.h | 436 int slot_time; member
|
| /Linux-v5.10/drivers/net/wireless/atmel/ |
| D | at76c50x-usb.h | 295 __le16 slot_time; member
|
| /Linux-v5.10/drivers/net/wireless/ti/wlcore/ |
| D | acx.h | 177 u8 slot_time; member 1040 enum acx_slot_type slot_time);
|
| D | acx.c | 185 enum acx_slot_type slot_time) in wl1271_acx_slot() argument 200 slot->slot_time = slot_time; in wl1271_acx_slot()
|
| /Linux-v5.10/drivers/staging/rtl8192e/rtl8192e/ |
| D | rtl_core.h | 434 u8 slot_time; member
|
| /Linux-v5.10/drivers/net/wireless/st/cw1200/ |
| D | sta.c | 2020 __le32 slot_time = info->use_short_slot ? in cw1200_bss_info_changed() local 2023 __le32_to_cpu(slot_time)); in cw1200_bss_info_changed() 2025 &slot_time, sizeof(slot_time)); in cw1200_bss_info_changed()
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/ |
| D | core.c | 1221 mac->slot_time = RTL_SLOT_TIME_9; in rtl_op_bss_info_changed() 1223 mac->slot_time = RTL_SLOT_TIME_20; in rtl_op_bss_info_changed() 1226 (u8 *)(&mac->slot_time)); in rtl_op_bss_info_changed()
|
| /Linux-v5.10/drivers/staging/rtl8192u/ |
| D | r8192U_core.c | 1123 u8 slot_time = 0; in rtl8192_update_cap() local 1128 slot_time = SHORT_SLOT_TIME; in rtl8192_update_cap() 1130 slot_time = NON_SHORT_SLOT_TIME; in rtl8192_update_cap() 1131 priv->slot_time = slot_time; in rtl8192_update_cap() 1132 write_nic_byte(dev, SLOT_TIME, slot_time); in rtl8192_update_cap()
|
| D | r8192U.h | 916 u8 slot_time; member
|
| /Linux-v5.10/drivers/net/ethernet/xscale/ |
| D | ixp4xx_eth.c | 157 u32 slot_time, __res9[3]; /* 070 */ member 1234 __raw_writel(0x80, &port->regs->slot_time); in eth_open()
|