Home
last modified time | relevance | path

Searched refs:slottime (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhw.c599 u32 slottime; in ath10k_hw_qca988x_set_coverage_class() local
662 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()
663 slottime = slottime / phyclk; in ath10k_hw_qca988x_set_coverage_class()
664 if (slottime != 9 && slottime != 20) { in ath10k_hw_qca988x_set_coverage_class()
667 slottime); in ath10k_hw_qca988x_set_coverage_class()
676 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()
677 slottime += value * 3 * phyclk; in ath10k_hw_qca988x_set_coverage_class()
678 slottime = min_t(u32, slottime, WAVE1_PCU_GBL_IFS_SLOT_MAX); in ath10k_hw_qca988x_set_coverage_class()
679 slottime = SM(slottime, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class()
680 slottime_reg = (slottime_reg & ~WAVE1_PCU_GBL_IFS_SLOT_MASK) | slottime; in ath10k_hw_qca988x_set_coverage_class()
/Linux-v4.19/drivers/net/hamradio/
Dhdlcdrv.c246 s->ch_params.slottime = data[1]; in do_kiss_params()
247 PKP("slot time = %ums", s->ch_params.slottime); in do_kiss_params()
386 s->hdlctx.slotcnt = s->ch_params.slottime; in hdlcdrv_arbitrate()
391 s->hdlctx.slotcnt = s->ch_params.slottime; in hdlcdrv_arbitrate()
467 s->hdlctx.slotcnt = s->ch_params.slottime; in hdlcdrv_open()
522 bi.data.cp.slottime = s->ch_params.slottime; in hdlcdrv_ioctl()
532 s->ch_params.slottime = bi.data.cp.slottime; in hdlcdrv_ioctl()
666 s->hdlctx.slotcnt = s->ch_params.slottime; in hdlcdrv_setup()
Dbaycom_epp.c354 bc->ch_params.slottime = data[1]; in do_kiss_params()
355 PKP("slot time = %ums", bc->ch_params.slottime); in do_kiss_params()
450 bc->hdlctx.slotcnt = bc->ch_params.slottime; in transmit()
455 bc->hdlctx.slotcnt = bc->ch_params.slottime; in transmit()
947 bc->hdlctx.slotcnt = bc->ch_params.slottime; in epp_open()
1040 hi.data.cp.slottime = bc->ch_params.slottime; in baycom_ioctl()
1050 bc->ch_params.slottime = hi.data.cp.slottime; in baycom_ioctl()
D6pack.c112 unsigned char slottime; member
142 int actual, when = sp->slottime; in sp_xmit_on_air()
202 case 3: sp->slottime = p[1]; in sp_encaps()
613 sp->slottime = SIXP_SLOTTIME; in sixpack_open()
Dscc.c1148 scc_start_tx_timer(scc, t_dwait, scc->kiss.slottime); in t_dwait()
1308 case PARAM_SLOTTIME: scc->kiss.slottime=arg; break; in scc_set_param()
1377 case PARAM_SLOTTIME: return CAST(scc->kiss.slottime); in scc_get_param()
1866 scc->kiss.slottime = 16; /* 160 ms */ in scc_net_ioctl()
1878 scc->kiss.slottime = 8; /* 160 ms */ in scc_net_ioctl()
2053 K(txdelay), K(persist), K(slottime), K(tailtime), in scc_net_seq_show()
Dyam.c1043 if (yi.cfg.slottime > YAM_MAXSLOTTIME) in yam_ioctl()
1045 yp->slot = yi.cfg.slottime; in yam_ioctl()
1062 yi.cfg.slottime = yp->slot; in yam_ioctl()
/Linux-v4.19/arch/mips/cavium-octeon/executive/
Dcvmx-helper-rgmii.c107 gmx_cfg.s.slottime = 1; in cvmx_helper_rgmii_internal_loopback()
374 new_gmx_cfg.s.slottime = 0; in __cvmx_helper_rgmii_link_set()
377 new_gmx_cfg.s.slottime = 0; in __cvmx_helper_rgmii_link_set()
380 new_gmx_cfg.s.slottime = 1; in __cvmx_helper_rgmii_link_set()
483 gmx_cfg.s.slottime = 1; in __cvmx_helper_rgmii_configure_loopback()
Dcvmx-helper-sgmii.c254 gmxx_prtx_cfg.s.slottime = 0; in __cvmx_helper_sgmii_hardware_init_link_speed()
263 gmxx_prtx_cfg.s.slottime = 0; in __cvmx_helper_sgmii_hardware_init_link_speed()
271 gmxx_prtx_cfg.s.slottime = 1; in __cvmx_helper_sgmii_hardware_init_link_speed()
Dcvmx-helper-xaui.c202 gmx_cfg.s.slottime = 1; in __cvmx_helper_xaui_enable()
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Ddynack.c95 u32 slottime; in ath_dynack_compute_ackto() local
97 slottime = (to - 3) / 2; in ath_dynack_compute_ackto()
100 da->ackto, slottime); in ath_dynack_compute_ackto()
101 ath9k_hw_setslottime(ah, slottime); in ath_dynack_compute_ackto()
Dmain.c947 iter_data->slottime = 20; in ath9k_vif_iter()
1022 iter_data->slottime = 9; in ath9k_calculate_iter_data()
1084 ah->slottime = 9; in ath9k_set_offchannel_state()
1178 if (ah->slottime != iter_data.slottime) { in ath9k_calculate_summary_state()
1179 ah->slottime = iter_data.slottime; in ath9k_calculate_summary_state()
1768 int slottime; in ath9k_bss_info_changed() local
1800 slottime = 9; in ath9k_bss_info_changed()
1802 slottime = 20; in ath9k_bss_info_changed()
1810 sc->beacon.slottime = slottime; in ath9k_bss_info_changed()
1813 ah->slottime = slottime; in ath9k_bss_info_changed()
Dhw.c459 ah->slottime = 9; in ath9k_hw_init_defaults()
1039 int slottime; in ath9k_hw_init_global_settings() local
1074 slottime = 13; in ath9k_hw_init_global_settings()
1085 slottime = 21; in ath9k_hw_init_global_settings()
1098 slottime = ah->slottime; in ath9k_hw_init_global_settings()
1102 slottime += 3 * ah->coverage_class; in ath9k_hw_init_global_settings()
1103 acktimeout = slottime + sifstime + ack_offset; in ath9k_hw_init_global_settings()
1115 acktimeout += 64 - sifstime - ah->slottime; in ath9k_hw_init_global_settings()
1116 ctstimeout += 48 - sifstime - ah->slottime; in ath9k_hw_init_global_settings()
1122 slottime = (acktimeout - 3) / 2; in ath9k_hw_init_global_settings()
[all …]
Dbeacon.c53 if (ah->slottime == 20) in ath9k_beaconq_config()
491 ah->slottime = sc->beacon.slottime; in ath9k_beacon_tasklet()
Dhtc_drv_main.c1516 int slottime; in ath9k_htc_bss_info_changed() local
1592 slottime = 9; in ath9k_htc_bss_info_changed()
1594 slottime = 20; in ath9k_htc_bss_info_changed()
1601 priv->beacon.slottime = slottime; in ath9k_htc_bss_info_changed()
1604 ah->slottime = slottime; in ath9k_htc_bss_info_changed()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_init.c317 u8 ackto, sifs, slottime = dev->slottime; in mt76x2_set_tx_ackto() local
320 slottime += 3 * dev->coverage_class; in mt76x2_set_tx_ackto()
322 MT_BKOFF_SLOT_CFG_SLOTTIME, slottime); in mt76x2_set_tx_ackto()
327 ackto = slottime + sifs; in mt76x2_set_tx_ackto()
Dmt76x2_main.c192 int slottime = info->use_short_slot ? 9 : 20; in mt76x2_bss_info_changed() local
194 dev->slottime = slottime; in mt76x2_bss_info_changed()
Dmt76x2_init_common.c223 dev->slottime = 9; in mt76x2_init_device()
Dmt76x2.h144 u8 slottime; member
/Linux-v4.19/include/linux/
Dyam.h68 unsigned int slottime; /* Slottime */ member
Dscc.h32 unsigned char slottime; /* Delay to wait on persistence hit */ member
/Linux-v4.19/include/uapi/linux/
Dhdlcdrv.h29 int slottime; /* the slottime in 10ms; usually 10 = 100ms */ member
/Linux-v4.19/drivers/net/wireless/ath/carl9170/
Dmac.c87 u32 slottime = 20; in carl9170_set_slot_time() local
98 slottime = 9; in carl9170_set_slot_time()
103 slottime << 10); in carl9170_set_slot_time()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dmain.c185 int slottime = info->use_short_slot ? 9 : 20; in mt76x0_bss_info_changed() local
188 MT_BKOFF_SLOT_CFG_SLOTTIME, slottime); in mt76x0_bss_info_changed()
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Dmain.c182 int slottime = info->use_short_slot ? 9 : 20; in mt7601u_bss_info_changed() local
185 MT_BKOFF_SLOT_CFG_SLOTTIME, slottime); in mt7601u_bss_info_changed()
/Linux-v4.19/drivers/net/wireless/intersil/p54/
Dfwio.c574 edcf->slottime = 9; in p54_set_edcf()
578 edcf->slottime = 20; in p54_set_edcf()
587 edcf->slottime += rtd; in p54_set_edcf()

12