Lines Matching refs:ch_width

545 	uint32_t ch_width;  member
1390 enum phy_ch_width ch_width[SPECTRAL_SCAN_MODE_MAX]; member
1971 enum phy_ch_width ch_width; in target_if_vdev_get_ch_width() local
1986 ch_width = rx_ops->sptrl_rx_ops.sptrlro_vdev_get_ch_width(vdev); in target_if_vdev_get_ch_width()
1988 if (ch_width == CH_WIDTH_160MHZ) { in target_if_vdev_get_ch_width()
1999 ch_width = CH_WIDTH_80P80MHZ; in target_if_vdev_get_ch_width()
2002 return ch_width; in target_if_vdev_get_ch_width()
2223 is_ch_width_160_or_80p80(enum phy_ch_width ch_width) in is_ch_width_160_or_80p80() argument
2225 return (ch_width == CH_WIDTH_160MHZ || ch_width == CH_WIDTH_80P80MHZ); in is_ch_width_160_or_80p80()
2249 if (is_ch_width_160_or_80p80(spectral->ch_width[smode])) { in free_samp_msg_skb()
2300 if (is_ch_width_160_or_80p80(spectral->ch_width[smode])) { in reset_160mhz_delivery_state_machine()
2320 (is_ch_width_160_or_80p80(spectral->ch_width[smode]) && in is_secondaryseg_expected()
2341 (!is_ch_width_160_or_80p80(spectral->ch_width[smode]) || in is_primaryseg_expected()
2362 (!is_ch_width_160_or_80p80(spectral->ch_width[smode]) || in is_primaryseg_rx_inprog()
2384 (is_ch_width_160_or_80p80(spectral->ch_width[smode]) && in is_secondaryseg_rx_inprog()
2846 enum phy_ch_width target_if_get_detector_chwidth(enum phy_ch_width ch_width, in target_if_get_detector_chwidth() argument
2849 return ((ch_width == CH_WIDTH_160MHZ && fragmentation_160) ? in target_if_get_detector_chwidth()
2850 CH_WIDTH_80MHZ : ((ch_width == CH_WIDTH_80P80MHZ) ? in target_if_get_detector_chwidth()
2851 CH_WIDTH_80MHZ : ch_width)); in target_if_get_detector_chwidth()
2869 enum phy_ch_width ch_width, in target_if_spectral_set_start_end_freq() argument
2875 det_ch_width = target_if_get_detector_chwidth(ch_width, in target_if_spectral_set_start_end_freq()