Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/libfc/
Dfc_exch.c90 u16 pool_max_index; member
848 index = index == mp->pool_max_index ? 0 : index + 1; in fc_exch_em_alloc()
852 pool->next_index = index == mp->pool_max_index ? 0 : index + 1; in fc_exch_em_alloc()
2497 mp->pool_max_index = pool_exch_range - 1; in fc_exch_mgr_alloc()