Searched refs:ftid_bmap (Results 1 – 3 of 3) sorted by relevance
155 if (test_bit(fidx, t->ftid_bmap)) { in cxgb4_set_ftid()161 __set_bit(fidx, t->ftid_bmap); in cxgb4_set_ftid()163 bitmap_allocate_region(t->ftid_bmap, fidx, 2); in cxgb4_set_ftid()173 __clear_bit(fidx, t->ftid_bmap); in cxgb4_clear_ftid()175 bitmap_release_region(t->ftid_bmap, fidx, 2); in cxgb4_clear_ftid()
109 unsigned long *ftid_bmap; member
1348 t->ftid_bmap = (unsigned long *)&t->ftid_tab[max_ftids]; in tid_init()1375 bitmap_zero(t->ftid_bmap, t->nftids); in tid_init()