msix_bmap_ulds    955 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	struct uld_msix_bmap msix_bmap_ulds; /* msix bitmap for all uld */
msix_bmap_ulds   5249 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	adap->msix_bmap_ulds.msix_bmap = kcalloc(BITS_TO_LONGS(max_ingq),
msix_bmap_ulds   5251 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	if (!adap->msix_bmap_ulds.msix_bmap) {
msix_bmap_ulds   5255 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	spin_lock_init(&adap->msix_bmap_ulds.lock);
msix_bmap_ulds   5267 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	kfree(adap->msix_bmap_ulds.msix_bmap);
msix_bmap_ulds   5349 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		adap->msix_bmap_ulds.mapsize = j;
msix_bmap_ulds     58 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	struct uld_msix_bmap *bmap = &adap->msix_bmap_ulds;
msix_bmap_ulds     77 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	struct uld_msix_bmap *bmap = &adap->msix_bmap_ulds;