Home
last modified time | relevance | path

Searched refs:is_ext (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Ddfs.c77 bool is_ctl, bool is_ext) in ath9k_get_max_index_ht40() argument
81 if (is_ctl && is_ext) { in ath9k_get_max_index_ht40()
84 is_ext = fft_bitmap_weight(fft->upper_bins) != 0; in ath9k_get_max_index_ht40()
87 if (is_ctl && is_ext) { in ath9k_get_max_index_ht40()
93 is_ext = false; in ath9k_get_max_index_ht40()
101 int datalen, bool is_ctl, bool is_ext) in ath9k_check_chirping() argument
127 swap(is_ctl, is_ext); in ath9k_check_chirping()
131 is_ext); in ath9k_check_chirping()
339 bool is_ext = !!(ard.pulse_bw_info & EXT_CH_RADAR_FOUND); in ath9k_dfs_process_phyerr() local
341 pe.chirp = ath9k_check_chirping(sc, data, clen, is_ctl, is_ext); in ath9k_dfs_process_phyerr()
/Linux-v4.19/include/net/tc_act/
Dtc_gact.h20 bool is_ext) in __is_tcf_gact_act() argument
29 if ((!is_ext && gact->tcf_action == act) || in __is_tcf_gact_act()
30 (is_ext && TC_ACT_EXT_CMP(gact->tcf_action, act))) in __is_tcf_gact_act()
/Linux-v4.19/drivers/tty/serial/
Dmvebu-uart.c108 bool is_ext; member
141 #define IS_EXTENDED(port) (to_mvuart(port)->data->is_ext)
914 .is_ext = false,
926 .is_ext = true,
/Linux-v4.19/drivers/block/
Dps3disk.c64 u32 is_ext; member