Searched refs:get_free_idx (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/um/ |
| H A D | tls_32.c | 60 static int get_free_idx(struct task_struct* task) in get_free_idx() function 281 idx = get_free_idx(current); in SYSCALL_DEFINE1()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | main.c | 128 static inline int get_free_idx(u32 mask, u8 start, u8 end) in get_free_idx() function 140 i = get_free_idx(mask, HW_BSSID_1, HW_BSSID_3); in get_omac_idx() 145 i = get_free_idx(mask >> REPEATER_BSSID_START, 0, in get_omac_idx() 150 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx() 166 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | main.c | 94 static inline int get_free_idx(u64 mask, u8 start, u8 end) in get_free_idx() function 110 i = get_free_idx(mask, HW_BSSID_1, HW_BSSID_3); in get_omac_idx() 117 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx() 131 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx() 150 idx = get_free_idx(mask, start, end); in get_own_mld_idx() 158 idx = get_free_idx(mask, 0, 15); in get_own_mld_idx() 2495 idx = get_free_idx(dev->mld_remap_idx_mask, 0, 15) - 1; in mt7996_change_vif_links()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | main.c | 137 static inline int get_free_idx(u32 mask, u8 start, u8 end) in get_free_idx() function 151 i = get_free_idx(mask, HW_BSSID_1, HW_BSSID_3); in get_omac_idx() 158 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx() 172 i = get_free_idx(mask, EXT_BSSID_1, EXT_BSSID_MAX); in get_omac_idx()
|