Searched refs:wcid_mask (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | util.c | 80 for (i = 0; i < ARRAY_SIZE(dev->wcid_mask); i++) { in mt76_get_min_avg_rssi() 81 u32 mask = dev->wcid_mask[i]; in mt76_get_min_avg_rssi()
|
H A D | mt76x02_util.c | 248 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT76x02_N_WCIDS); in mt76x02_sta_add()
|
H A D | mt792x_core.c | 700 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT792x_WTBL_STA - 1); in mt792x_init_wcid()
|
H A D | mt76.h | 831 u32 wcid_mask[DIV_ROUND_UP(MT76_N_WCIDS, 32)]; member
|
H A D | mac80211.c | 1470 mt76_wcid_mask_clear(dev->wcid_mask, idx); in __mt76_sta_remove()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | pci_init.c | 61 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7615_WTBL_STA - 1); in mt7615_init_hardware()
|
H A D | usb_sdio.c | 295 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7615_WTBL_STA - 1); in mt7663_usb_sdio_init_hardware()
|
H A D | main.c | 656 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7615_WTBL_STA - 1); in mt7615_mac_sta_add()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | main.c | 351 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7603_WTBL_STA - 1); in mt7603_sta_add()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | init.c | 485 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7996_WTBL_STA); in mt7996_init_hardware()
|
H A D | main.c | 652 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7996_WTBL_STA); in mt7996_mac_sta_add()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | init.c | 842 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7915_WTBL_STA); in mt7915_init_hardware()
|
H A D | main.c | 734 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7915_WTBL_STA); in mt7915_mac_sta_add()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | main.c | 715 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT792x_WTBL_STA - 1); in mt7921_mac_sta_add()
|