Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_exch.c91 u16 pool_max_index; member
851 index = index == mp->pool_max_index ? 0 : index + 1; in fc_exch_em_alloc()
855 pool->next_index = index == mp->pool_max_index ? 0 : index + 1; in fc_exch_em_alloc()
2513 mp->pool_max_index = pool_exch_range - 1; in fc_exch_mgr_alloc()