Searched refs:eotid_bmap (Results 1 – 2 of 2) sorted by relevance
148 unsigned long *eotid_bmap; member223 eotid = find_first_zero_bit(t->eotid_bmap, t->neotids); in cxgb4_get_free_eotid()232 set_bit(eotid, t->eotid_bmap); in cxgb4_alloc_eotid()239 clear_bit(eotid, t->eotid_bmap); in cxgb4_free_eotid()
1872 t->eotid_bmap = (unsigned long *)&t->eotid_tab[t->neotids]; in tid_init()1902 bitmap_zero(t->eotid_bmap, t->neotids); in tid_init()
Completed in 16 milliseconds