/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | hw.c | 594 u32 slottime; in ath10k_hw_qca988x_set_coverage_class() local 649 /* Do some sanity checks on the slottime register. */ in ath10k_hw_qca988x_set_coverage_class() 657 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class() 658 slottime = slottime / phyclk; in ath10k_hw_qca988x_set_coverage_class() 659 if (slottime != 9 && slottime != 20) { in ath10k_hw_qca988x_set_coverage_class() 662 slottime); in ath10k_hw_qca988x_set_coverage_class() 671 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class() 672 slottime in ath10k_hw_qca988x_set_coverage_class() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | hw.c | 595 u32 slottime; in ath10k_hw_qca988x_set_coverage_class() local 650 /* Do some sanity checks on the slottime register. */ in ath10k_hw_qca988x_set_coverage_class() 658 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class() 659 slottime = slottime / phyclk; in ath10k_hw_qca988x_set_coverage_class() 660 if (slottime != 9 && slottime != 20) { in ath10k_hw_qca988x_set_coverage_class() 663 slottime); in ath10k_hw_qca988x_set_coverage_class() 672 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class() 673 slottime in ath10k_hw_qca988x_set_coverage_class() [all...] |
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | hdlcdrv.c | 233 s->ch_params.slottime = data[1]; in do_kiss_params() 234 PKP("slot time = %ums", s->ch_params.slottime); in do_kiss_params() 373 s->hdlctx.slotcnt = s->ch_params.slottime; in hdlcdrv_arbitrate() 378 s->hdlctx.slotcnt = s->ch_params.slottime; in hdlcdrv_arbitrate() 454 s->hdlctx.slotcnt = s->ch_params.slottime; in hdlcdrv_open() 508 bi.data.cp.slottime = s->ch_params.slottime; in hdlcdrv_ioctl() 518 s->ch_params.slottime = bi.data.cp.slottime; in hdlcdrv_ioctl() 652 s->hdlctx.slotcnt = s->ch_params.slottime; in hdlcdrv_setup() [all...] |
H A D | baycom_epp.c | 339 bc->ch_params.slottime = data[1]; in do_kiss_params() 340 PKP("slot time = %ums", bc->ch_params.slottime); in do_kiss_params() 435 bc->hdlctx.slotcnt = bc->ch_params.slottime; in transmit() 440 bc->hdlctx.slotcnt = bc->ch_params.slottime; in transmit() 933 bc->hdlctx.slotcnt = bc->ch_params.slottime; in epp_open() 1025 hi.data.cp.slottime = bc->ch_params.slottime; in baycom_ioctl() 1035 bc->ch_params.slottime = hi.data.cp.slottime; in baycom_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | hdlcdrv.c | 234 s->ch_params.slottime = data[1]; in do_kiss_params() 235 PKP("slot time = %ums", s->ch_params.slottime); in do_kiss_params() 374 s->hdlctx.slotcnt = s->ch_params.slottime; in hdlcdrv_arbitrate() 379 s->hdlctx.slotcnt = s->ch_params.slottime; in hdlcdrv_arbitrate() 455 s->hdlctx.slotcnt = s->ch_params.slottime; in hdlcdrv_open() 511 bi.data.cp.slottime = s->ch_params.slottime; in hdlcdrv_siocdevprivate() 521 s->ch_params.slottime = bi.data.cp.slottime; in hdlcdrv_siocdevprivate() 655 s->hdlctx.slotcnt = s->ch_params.slottime; in hdlcdrv_setup() [all...] |
H A D | baycom_epp.c | 339 bc->ch_params.slottime = data[1]; in do_kiss_params() 340 PKP("slot time = %ums", bc->ch_params.slottime); in do_kiss_params() 435 bc->hdlctx.slotcnt = bc->ch_params.slottime; in transmit() 440 bc->hdlctx.slotcnt = bc->ch_params.slottime; in transmit() 927 bc->hdlctx.slotcnt = bc->ch_params.slottime; in epp_open() 1020 hi.data.cp.slottime = bc->ch_params.slottime; in baycom_siocdevprivate() 1030 bc->ch_params.slottime = hi.data.cp.slottime; in baycom_siocdevprivate()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_util.c | 192 dev->slottime = 9; in mt76x02_init_device() 533 u8 ackto, sifs, slottime = dev->slottime; in mt76x02_set_tx_ackto() local 536 slottime += 3 * dev->coverage_class; in mt76x02_set_tx_ackto() 538 MT_BKOFF_SLOT_CFG_SLOTTIME, slottime); in mt76x02_set_tx_ackto() 543 ackto = slottime + sifs; in mt76x02_set_tx_ackto() 665 int slottime = info->use_short_slot ? 9 : 20; in mt76x02_bss_info_changed() local 667 dev->slottime = slottime; in mt76x02_bss_info_changed()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_util.c | 186 dev->slottime = 9; in mt76x02_init_device() 535 u8 ackto, sifs, slottime = dev->slottime; in mt76x02_set_tx_ackto() local 538 slottime += 3 * dev->coverage_class; in mt76x02_set_tx_ackto() 540 MT_BKOFF_SLOT_CFG_SLOTTIME, slottime); in mt76x02_set_tx_ackto() 545 ackto = slottime + sifs; in mt76x02_set_tx_ackto() 667 int slottime = info->use_short_slot ? 9 : 20; in mt76x02_bss_info_changed() local 669 dev->slottime = slottime; in mt76x02_bss_info_changed()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-sgmii.c | 254 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()
|
H A D | cvmx-helper-rgmii.c | 107 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()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-sgmii.c | 254 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()
|
H A D | cvmx-helper-rgmii.c | 107 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | yam.h | 53 unsigned int slottime; /* Slottime */ member
|
H A D | scc.h | 32 unsigned char slottime; /* Delay to wait on persistence hit */ member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | hdlcdrv.h | 29 int slottime; /* the slottime in 10ms; usually 10 = 100ms */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | yam.h | 53 unsigned int slottime; /* Slottime */ member
|
H A D | scc.h | 32 unsigned char slottime; /* Delay to wait on persistence hit */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | hdlcdrv.h | 29 int slottime; /* the slottime in 10ms; usually 10 = 100ms */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | hdlcdrv.h | 33 int slottime; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | hdlcdrv.h | 33 int slottime; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | hdlcdrv.h | 20 int slottime; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | main.c | 1034 iter_data->slottime = 20; in ath9k_vif_iter() 1109 iter_data->slottime = 9; in ath9k_calculate_iter_data() 1171 ah->slottime = 9; in ath9k_set_offchannel_state() 1265 if (ah->slottime != iter_data.slottime) { in ath9k_calculate_summary_state() 1266 ah->slottime = iter_data.slottime; in ath9k_calculate_summary_state() 1883 int slottime; in ath9k_bss_info_changed() local 1915 slottime = 9; in ath9k_bss_info_changed() 1917 slottime in ath9k_bss_info_changed() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | main.c | 1034 iter_data->slottime = 20; in ath9k_vif_iter() 1106 iter_data->slottime = 9; in ath9k_calculate_iter_data() 1168 ah->slottime = 9; in ath9k_set_offchannel_state() 1260 if (ah->slottime != iter_data.slottime) { in ath9k_calculate_summary_state() 1261 ah->slottime = iter_data.slottime; in ath9k_calculate_summary_state() 1878 int slottime; in ath9k_bss_info_changed() local 1910 slottime = 9; in ath9k_bss_info_changed() 1912 slottime in ath9k_bss_info_changed() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | main.c | 300 int slottime = info->use_short_slot ? 9 : 20; in mt7603_bss_info_changed() local 302 if (slottime != dev->slottime) { in mt7603_bss_info_changed() 303 dev->slottime = slottime; in mt7603_bss_info_changed()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | main.c | 444 int slottime = info->use_short_slot ? 9 : 20; in mt7915_bss_info_changed() local 446 if (slottime != phy->slottime) { in mt7915_bss_info_changed() 447 phy->slottime = slottime; in mt7915_bss_info_changed()
|