Searched refs:rts_cts (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | physical.h | 104 unsigned rts_cts : 1; /* Is rts/cts enabled ? */ member
|
H A D | tty.c | 451 if (p->cfg.rts_cts) in tty_Raw() 722 if (p->cfg.rts_cts) in tty_Create()
|
H A D | physical.c | 197 p->cfg.rts_cts = MODEM_CTSRTS; in physical_Create() 496 prompt_Printf(arg->prompt, ", CTS/RTS %s\n", (p->cfg.rts_cts ? "on" : "off")); in physical_ShowStatus() 796 p->cfg.rts_cts = enable ? 1 : 0; in physical_SetRtsCts()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 688 u32 vdev_param, rts_cts; in ath12k_recalc_rtscts_prot() local 699 rts_cts = WMI_USE_RTS_CTS; in ath12k_recalc_rtscts_prot() 702 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath12k_recalc_rtscts_prot() 704 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath12k_recalc_rtscts_prot() 707 if (arvif->rtscts_prot_mode == rts_cts) in ath12k_recalc_rtscts_prot() 710 arvif->rtscts_prot_mode = rts_cts; in ath12k_recalc_rtscts_prot() 713 arvif->vdev_id, rts_cts); in ath12k_recalc_rtscts_prot() 716 vdev_param, rts_cts); in ath12k_recalc_rtscts_prot()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 797 u32 vdev_param, rts_cts = 0; in ath11k_recalc_rtscts_prot() local 808 rts_cts = WMI_USE_RTS_CTS; in ath11k_recalc_rtscts_prot() 811 rts_cts |= WMI_RTSCTS_ACROSS_SW_RETRIES << 4; in ath11k_recalc_rtscts_prot() 813 rts_cts |= WMI_RTSCTS_FOR_SECOND_RATESERIES << 4; in ath11k_recalc_rtscts_prot() 816 if (arvif->rtscts_prot_mode == rts_cts) in ath11k_recalc_rtscts_prot() 819 arvif->rtscts_prot_mode = rts_cts; in ath11k_recalc_rtscts_prot() 822 arvif->vdev_id, rts_cts); in ath11k_recalc_rtscts_prot() 825 vdev_param, rts_cts); in ath11k_recalc_rtscts_prot()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 1345 u32 vdev_param, rts_cts = 0; in ath10k_recalc_rtscts_prot() local 1351 rts_cts |= SM(WMI_RTSCTS_ENABLED, WMI_RTSCTS_SET); in ath10k_recalc_rtscts_prot() 1354 rts_cts |= SM(WMI_RTSCTS_ACROSS_SW_RETRIES, in ath10k_recalc_rtscts_prot() 1357 rts_cts |= SM(WMI_RTSCTS_FOR_SECOND_RATESERIES, in ath10k_recalc_rtscts_prot() 1361 arvif->vdev_id, rts_cts); in ath10k_recalc_rtscts_prot() 1364 rts_cts); in ath10k_recalc_rtscts_prot()
|