stid_bmap 1257 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c stid = find_first_zero_bit(t->stid_bmap, t->nstids); stid_bmap 1259 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c __set_bit(stid, t->stid_bmap); stid_bmap 1263 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c stid = bitmap_find_free_region(t->stid_bmap, t->nstids, 1); stid_bmap 1294 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c stid = find_next_zero_bit(t->stid_bmap, stid_bmap 1297 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c __set_bit(stid, t->stid_bmap); stid_bmap 1328 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c __clear_bit(stid, t->stid_bmap); stid_bmap 1330 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c bitmap_release_region(t->stid_bmap, stid, 1); stid_bmap 1479 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->nsftids]; stid_bmap 1480 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c t->ftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size]; stid_bmap 1503 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c bitmap_zero(t->stid_bmap, t->nstids + t->nsftids); stid_bmap 1507 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c __set_bit(0, t->stid_bmap); stid_bmap 101 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h unsigned long *stid_bmap;