Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_filter.c465 if (test_bit(idx, t->hpftid_bmap)) in cxgb4_filter_prio_in_range()
469 next_ftid = find_next_bit(t->hpftid_bmap, t->nhpftids, idx); in cxgb4_filter_prio_in_range()
487 prev_ftid = find_last_bit(t->hpftid_bmap, idx); in cxgb4_filter_prio_in_range()
508 prev_ftid = find_last_bit(t->hpftid_bmap, t->nhpftids); in cxgb4_filter_prio_in_range()
619 bmap = t->hpftid_bmap; in cxgb4_get_free_ftid()
625 ftid = find_last_bit(t->hpftid_bmap, t->nhpftids); in cxgb4_get_free_ftid()
716 if (test_bit(fidx, t->hpftid_bmap)) { in cxgb4_set_hpftid()
722 __set_bit(fidx, t->hpftid_bmap); in cxgb4_set_hpftid()
724 bitmap_allocate_region(t->hpftid_bmap, fidx, 1); in cxgb4_set_hpftid()
750 __clear_bit(fidx, t->hpftid_bmap); in cxgb4_clear_hpftid()
[all …]
A Dcxgb4_tc_u32.c381 i = find_next_bit(adapter->tids.hpftid_bmap, in cxgb4_delete_knode()
A Dcxgb4_uld.h123 unsigned long *hpftid_bmap; member
A Dcxgb4_main.c1868 t->hpftid_bmap = (unsigned long *)&t->hpftid_tab[t->nhpftids]; in tid_init()
1869 t->ftid_tab = (struct filter_entry *)&t->hpftid_bmap[hpftid_bmap_size]; in tid_init()
1906 bitmap_zero(t->hpftid_bmap, t->nhpftids); in tid_init()

Completed in 18 milliseconds