Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dism.h18 #define ISM_NR_DMBS 1920 macro
187 u32 dmb_bits[ISM_NR_DMBS / 32];
189 u16 dmbe_mask[ISM_NR_DMBS];
199 DECLARE_BITMAP(sba_bitmap, ISM_NR_DMBS);
H A Dism_drv.c233 bit = find_next_zero_bit(ism->sba_bitmap, ISM_NR_DMBS, in ism_alloc_dmb()
235 if (bit == ISM_NR_DMBS) in ism_alloc_dmb()
567 ISM_NR_DMBS); in ism_probe()