Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c544 if (tbl->is_SGI) in rate_n_flags_from_tbl()
596 tbl->is_SGI = 1; in rs_get_tbl_info_from_mcs()
779 tbl->is_SGI = 0; in rs_get_lower_rate()
819 (a->is_SGI == b->is_SGI); in table_type_matches()
1661 if (!tbl->is_SGI) in rs_move_siso_to_other()
1667 search_tbl->is_SGI = !tbl->is_SGI; in rs_move_siso_to_other()
1669 if (tbl->is_SGI) { in rs_move_siso_to_other()
1827 search_tbl->is_SGI = !tbl->is_SGI; in rs_move_mimo2_to_other()
1835 if (tbl->is_SGI) { in rs_move_mimo2_to_other()
2017 search_tbl->is_SGI = !tbl->is_SGI; in rs_move_mimo3_to_other()
[all …]
H A Drs.h293 u8 is_SGI; /* 1 = short guard interval */ member
/linux-6.15/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c510 if (tbl->is_SGI) in il4965_rate_n_flags_from_tbl()
563 tbl->is_SGI = 1; in il4965_rs_get_tbl_info_from_mcs()
734 tbl->is_SGI = 0; in il4965_rs_get_lower_rate()
777 a->is_SGI == b->is_SGI); in il4965_table_type_matches()
1306 search_tbl->is_SGI = 0; in il4965_rs_move_legacy_other()
1323 search_tbl->is_SGI = 0; in il4965_rs_move_legacy_other()
1451 if (!tbl->is_SGI) in il4965_rs_move_siso_to_other()
1456 search_tbl->is_SGI = !tbl->is_SGI; in il4965_rs_move_siso_to_other()
1458 if (tbl->is_SGI) { in il4965_rs_move_siso_to_other()
1574 search_tbl->is_SGI = !tbl->is_SGI; in il4965_rs_move_mimo2_to_other()
[all …]
H A Dcommon.h2759 u8 is_SGI; /* 1 = short guard interval */ member