msix_bmap         875 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	unsigned long *msix_bmap;
msix_bmap        5249 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	adap->msix_bmap_ulds.msix_bmap = kcalloc(BITS_TO_LONGS(max_ingq),
msix_bmap        5251 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	if (!adap->msix_bmap_ulds.msix_bmap) {
msix_bmap        5267 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	kfree(adap->msix_bmap_ulds.msix_bmap);
msix_bmap          63 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	msix_idx = find_first_zero_bit(bmap->msix_bmap, bmap->mapsize);
msix_bmap          65 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 		__set_bit(msix_idx, bmap->msix_bmap);
msix_bmap          81 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	__clear_bit(msix_idx, bmap->msix_bmap);