Searched refs:deflink (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/lex/ |
H A D | tblcmp.c | 525 if (deflink == JAMSTATE) in mkentry() 530 def[statenum] = deflink; in mkentry() 535 if (state[minec] != 0 || deflink != JAMSTATE) in mkentry() 544 stack1(statenum, minec, state[minec], deflink); in mkentry() 549 if (state[maxec] != 0 || deflink != JAMSTATE) in mkentry() 581 (state[i] != 0 || deflink != JAMSTATE) && in mkentry() 614 def[statenum] = deflink; in mkentry() 618 if (state[i] != 0 || deflink != JAMSTATE) { in mkentry() 822 stack1(int statenum, int sym, int nextstate, int deflink) in stack1() argument 825 mk1tbl(statenum, sym, nextstate, deflink); in stack1() [all …]
|
/openbsd/sys/dev/pci/ |
H A D | if_mwx.c | 4967 if (sta->deflink.ht_cap.ht_supported) { in mt7921_mcu_add_sta_tlv() 4975 if (sta->deflink.vht_cap.vht_supported) { in mt7921_mcu_add_sta_tlv() 4994 if (sta->deflink.ht_cap.ht_supported || sta->deflink.he_cap.has_he) in mt7921_mcu_add_sta_tlv() 4998 if (sta->deflink.he_cap.has_he) { in mt7921_mcu_add_sta_tlv() 5020 sta->deflink.ht_cap.ampdu_factor) | in mt7921_mcu_add_sta_tlv() 5022 sta->deflink.ht_cap.ampdu_density); in mt7921_mcu_add_sta_tlv() 5028 supp_rates = sta->deflink.supp_rates[band]; in mt7921_mcu_add_sta_tlv() 5042 if (sta->deflink.ht_cap.ht_supported) in mt7921_mcu_add_sta_tlv() 5044 sta->deflink.ht_cap.mcs.rx_mask, in mt7921_mcu_add_sta_tlv() 5051 if (sta->deflink.vht_cap.vht_supported) { in mt7921_mcu_add_sta_tlv() [all …]
|
/openbsd/sys/dev/ic/ |
H A D | qwz.c | 23355 &sta->deflink.ht_cap, in qwz_run() 23356 le16_to_cpu(sta->deflink.he_6ghz_capa.capa)); in qwz_run()
|
H A D | qwx.c | 25362 &sta->deflink.ht_cap, in qwx_run() 25363 le16_to_cpu(sta->deflink.he_6ghz_capa.capa)); in qwx_run()
|