Home
last modified time | relevance | path

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

/Linux-v4.19/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.c226 bit = find_next_zero_bit(ism->sba_bitmap, ISM_NR_DMBS, in ism_alloc_dmb()
228 if (bit == ISM_NR_DMBS) in ism_alloc_dmb()
523 ISM_NR_DMBS); in ism_probe()