Searched refs:ftid_bmap (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_filter.c | 475 next_ftid = find_first_bit(t->ftid_bmap, t->nftids); in cxgb4_filter_prio_in_range() 498 if (test_bit(idx, t->ftid_bmap)) in cxgb4_filter_prio_in_range() 502 prev_ftid = find_last_bit(t->ftid_bmap, idx); in cxgb4_filter_prio_in_range() 521 next_ftid = find_next_bit(t->ftid_bmap, t->nftids, idx); in cxgb4_filter_prio_in_range() 635 ftid = find_first_bit(t->ftid_bmap, t->nftids); in cxgb4_get_free_ftid() 658 bmap = t->ftid_bmap; in cxgb4_get_free_ftid() 694 if (test_bit(fidx, t->ftid_bmap)) { in cxgb4_set_ftid() 700 __set_bit(fidx, t->ftid_bmap); in cxgb4_set_ftid() 703 bitmap_allocate_region(t->ftid_bmap, fidx, 2); in cxgb4_set_ftid() 705 bitmap_allocate_region(t->ftid_bmap, fidx, 1); in cxgb4_set_ftid() [all …]
|
D | cxgb4_tc_u32.c | 397 i = find_next_bit(adapter->tids.ftid_bmap, in cxgb4_delete_knode()
|
D | cxgb4_uld.h | 128 unsigned long *ftid_bmap; member
|
D | cxgb4_main.c | 1870 t->ftid_bmap = (unsigned long *)&t->ftid_tab[max_ftids]; in tid_init() 1871 t->eotid_tab = (struct eotid_entry *)&t->ftid_bmap[ftid_bmap_size]; in tid_init() 1907 bitmap_zero(t->ftid_bmap, t->nftids); in tid_init()
|