Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/net/
Dism.h18 #define ISM_NR_DMBS 1920 macro
188 u32 dmb_bits[ISM_NR_DMBS / 32];
190 u16 dmbe_mask[ISM_NR_DMBS];
200 DECLARE_BITMAP(sba_bitmap, ISM_NR_DMBS);
Dism_drv.c231 bit = find_next_zero_bit(ism->sba_bitmap, ISM_NR_DMBS, in ism_alloc_dmb()
233 if (bit == ISM_NR_DMBS) in ism_alloc_dmb()
523 ISM_NR_DMBS); in ism_probe()