Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c66 static MPT_CALLBACK mpt_callbacks[MPT_MAX_CALLBACKS];
968 if ((likely(cb_idx < MPT_MAX_CALLBACKS)) && in _base_interrupt()
984 if ((likely(cb_idx < MPT_MAX_CALLBACKS)) && in _base_interrupt()
1139 for (cb_idx = MPT_MAX_CALLBACKS-1; cb_idx; cb_idx--) in mpt3sas_base_register_callback_handler()
1157 for (cb_idx = 0; cb_idx < MPT_MAX_CALLBACKS; cb_idx++) in mpt3sas_base_initialize_callback_handler()
Dmpt3sas_base.h118 #define MPT_MAX_CALLBACKS 32 macro