Searched refs:mt76_wcid_alloc (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | util.c | 49 int mt76_wcid_alloc(u32 *mask, int size) in mt76_wcid_alloc() function 69 EXPORT_SYMBOL_GPL(mt76_wcid_alloc);
|
H A D | util.h | 52 int mt76_wcid_alloc(u32 *, int);
|
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 | 790 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT792x_WTBL_STA - 1); in mt792x_init_wcid()
|
/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 | 642 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 | 336 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7603_WTBL_STA - 1); in mt7603_sta_add()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | main.c | 249 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, mt7915_wtbl_size(dev)); in mt7915_add_interface() 749 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7915_WTBL_STA); in mt7915_mac_sta_add()
|
H A D | init.c | 875 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7915_WTBL_STA); in mt7915_init_hardware()
|
H A D | mac.c | 1514 i = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7915_WTBL_STA); in mt7915_mac_full_reset()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | init.c | 1059 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7996_WTBL_STA); in mt7996_init_hardware()
|
H A D | main.c | 767 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT7996_WTBL_STA); in mt7996_mac_sta_add()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | main.c | 803 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT792x_WTBL_STA - 1); in mt7921_mac_sta_add()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
H A D | main.c | 849 idx = mt76_wcid_alloc(dev->mt76.wcid_mask, MT792x_WTBL_STA - 1); in mt7925_mac_link_sta_add()
|