Home
last modified time | relevance | path

Searched refs:ftid_bmap (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_filter.c498 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()
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()
735 __clear_bit(fidx, t->ftid_bmap); in cxgb4_clear_ftid()
738 bitmap_release_region(t->ftid_bmap, fidx, 2); in cxgb4_clear_ftid()
[all …]
A Dcxgb4_tc_u32.c397 i = find_next_bit(adapter->tids.ftid_bmap, in cxgb4_delete_knode()
A Dcxgb4_uld.h128 unsigned long *ftid_bmap; member
A Dcxgb4_main.c1870 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()

Completed in 20 milliseconds