Searched refs:wcidx (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libfetch/ |
H A D | common.c | 795 int delta, hdotidx, mdot1idx, wcidx; in fetch_ssl_hname_match() local 803 wcidx = wc - m; in fetch_ssl_hname_match() 808 if (strnstr(wc + 1, "*", mlen - wcidx - 1) != NULL) in fetch_ssl_hname_match() 844 if (!fetch_ssl_hname_equal(h, wcidx, m, wcidx)) in fetch_ssl_hname_match() 847 delta = mdot1idx - wcidx - 1; in fetch_ssl_hname_match()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | mac.c | 457 u16 wcidx; in mt7921_mac_add_txs() local 463 wcidx = le32_get_bits(txs_data[2], MT_TXS2_WCID); in mt7921_mac_add_txs() 469 if (wcidx >= MT792x_WTBL_SIZE) in mt7921_mac_add_txs() 474 wcid = rcu_dereference(dev->mt76.wcid[wcidx]); in mt7921_mac_add_txs()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | mac.c | 1260 u8 wcidx; in mt7603_mac_add_txs() local 1264 wcidx = le32_get_bits(txs_data[3], MT_TXS3_WCID); in mt7603_mac_add_txs() 1269 if (wcidx >= MT7603_WTBL_SIZE) in mt7603_mac_add_txs() 1274 wcid = rcu_dereference(dev->mt76.wcid[wcidx]); in mt7603_mac_add_txs() 1290 if (wcidx >= MT7603_WTBL_STA || !sta) in mt7603_mac_add_txs()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mac.c | 1500 u8 wcidx; in mt7615_mac_add_txs() local 1504 wcidx = le32_get_bits(txs_data[2], MT_TXS2_WCID); in mt7615_mac_add_txs() 1509 if (wcidx >= MT7615_WTBL_SIZE) in mt7615_mac_add_txs() 1514 wcid = rcu_dereference(dev->mt76.wcid[wcidx]); in mt7615_mac_add_txs() 1529 if (wcidx >= MT7615_WTBL_STA || !sta) in mt7615_mac_add_txs()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 1305 u16 wcidx; in mt7996_mac_add_txs() local 1311 wcidx = le32_get_bits(txs_data[2], MT_TXS2_WCID); in mt7996_mac_add_txs() 1317 if (wcidx >= mt7996_wtbl_size(dev)) in mt7996_mac_add_txs() 1322 wcid = rcu_dereference(dev->mt76.wcid[wcidx]); in mt7996_mac_add_txs()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mac.c | 1038 u16 wcidx; in mt7915_mac_add_txs() local 1041 wcidx = le32_get_bits(txs_data[2], MT_TXS2_WCID); in mt7915_mac_add_txs() 1047 if (wcidx >= mt7915_wtbl_size(dev)) in mt7915_mac_add_txs() 1052 wcid = rcu_dereference(dev->mt76.wcid[wcidx]); in mt7915_mac_add_txs()
|