Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dism.h27 #define ISM_NR_DMBS 1920 macro
36 DECLARE_BITMAP(sba_bitmap, ISM_NR_DMBS);
/linux/drivers/s390/net/
H A Dism.h186 u32 dmb_bits[ISM_NR_DMBS / 32];
188 u16 dmbe_mask[ISM_NR_DMBS];
H A Dism_drv.c103 for (int i = 0; i < ISM_NR_DMBS; ++i) { in ism_unregister_client()
310 bit = find_next_zero_bit(ism->sba_bitmap, ISM_NR_DMBS, in ism_alloc_dmb()
312 if (bit == ISM_NR_DMBS) in ism_alloc_dmb()
533 ism->sba_client_arr = kzalloc(ISM_NR_DMBS, GFP_KERNEL); in ism_dev_init()
536 memset(ism->sba_client_arr, NO_CLIENT, ISM_NR_DMBS); in ism_dev_init()
/linux/net/smc/
H A Dsmc_ism.c493 ISM_NR_DMBS); in smcd_register_dev()