Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_uld.h148 unsigned long *eotid_bmap; member
223 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()
A Dcxgb4_main.c1872 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