Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libfc/
Dfc_exch.c102 u16 pool_max_index; member
860 index = index == mp->pool_max_index ? 0 : index + 1; in fc_exch_em_alloc()
864 pool->next_index = index == mp->pool_max_index ? 0 : index + 1; in fc_exch_em_alloc()
2509 mp->pool_max_index = pool_exch_range - 1; in fc_exch_mgr_alloc()