Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/ibmvscsi/
Dibmvfc.c53 static unsigned int disc_threads = IBMVFC_MAX_DISC_THREADS; variable
82 module_param_named(disc_threads, disc_threads, uint, S_IRUGO);
83 MODULE_PARM_DESC(disc_threads, "Number of device discovery threads to use. "
3372 if (vhost->discovery_threads >= disc_threads) in ibmvfc_tgt_send_prli()
3472 if (vhost->discovery_threads >= disc_threads) in ibmvfc_tgt_send_plogi()
3547 if (vhost->discovery_threads >= disc_threads) in ibmvfc_tgt_implicit_logout()
3703 if (vhost->abort_threads >= disc_threads || in ibmvfc_adisc_timeout()
3754 if (vhost->discovery_threads >= disc_threads) in ibmvfc_tgt_adisc()
3857 if (vhost->discovery_threads >= disc_threads) in ibmvfc_tgt_query_target()
4218 if (vhost->discovery_threads == disc_threads) in __ibmvfc_work_to_do()
Dibmvfc.h67 #define IBMVFC_NUM_INTERNAL_REQ (1 + 1 + 1 + 2 + (disc_threads * 2))