Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H 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()