Searched refs:eotid_bmap (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h148 unsigned long *eotid_bmap; member in struct:tid_info
223 eotid = find_first_zero_bit(t->eotid_bmap, t->neotids);
232 set_bit(eotid, t->eotid_bmap);
239 clear_bit(eotid, t->eotid_bmap);
H A Dcxgb4_main.c1871 t->eotid_bmap = (unsigned long *)&t->eotid_tab[t->neotids];
1901 bitmap_zero(t->eotid_bmap, t->neotids);

Completed in 206 milliseconds