Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/net/
Dism.h17 #define ISM_NR_DMBS 1920 macro
187 u32 dmb_bits[ISM_NR_DMBS / 32];
189 u16 dmbe_mask[ISM_NR_DMBS];
201 DECLARE_BITMAP(sba_bitmap, ISM_NR_DMBS);
Dism_drv.c232 bit = find_next_zero_bit(ism->sba_bitmap, ISM_NR_DMBS, in ism_alloc_dmb()
234 if (bit == ISM_NR_DMBS) in ism_alloc_dmb()
529 ISM_NR_DMBS); in ism_probe()