Home
last modified time | relevance | path

Searched refs:stid_bmap (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h111 unsigned long *stid_bmap; member
H A Dcxgb4_main.c1636 stid = find_first_zero_bit(t->stid_bmap, t->nstids); in cxgb4_alloc_stid()
1638 __set_bit(stid, t->stid_bmap); in cxgb4_alloc_stid()
1642 stid = bitmap_find_free_region(t->stid_bmap, t->nstids, 1); in cxgb4_alloc_stid()
1673 stid = find_next_zero_bit(t->stid_bmap, in cxgb4_alloc_sftid()
1676 __set_bit(stid, t->stid_bmap); in cxgb4_alloc_sftid()
1707 __clear_bit(stid, t->stid_bmap); in cxgb4_free_stid()
1709 bitmap_release_region(t->stid_bmap, stid, 1); in cxgb4_free_stid()
1866 t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->nsftids]; in tid_init()
1867 t->hpftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size]; in tid_init()
1895 bitmap_zero(t->stid_bmap, in tid_init()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h111 unsigned long *stid_bmap; member
H A Dcxgb4_main.c1635 stid = find_first_zero_bit(t->stid_bmap, t->nstids); in cxgb4_alloc_stid()
1637 __set_bit(stid, t->stid_bmap); in cxgb4_alloc_stid()
1641 stid = bitmap_find_free_region(t->stid_bmap, t->nstids, 1); in cxgb4_alloc_stid()
1672 stid = find_next_zero_bit(t->stid_bmap, in cxgb4_alloc_sftid()
1675 __set_bit(stid, t->stid_bmap); in cxgb4_alloc_sftid()
1706 __clear_bit(stid, t->stid_bmap); in cxgb4_free_stid()
1708 bitmap_release_region(t->stid_bmap, stid, 1); in cxgb4_free_stid()
1865 t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->nsftids]; in tid_init()
1866 t->hpftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size]; in tid_init()
1894 bitmap_zero(t->stid_bmap, in tid_init()
[all...]

Completed in 18 milliseconds