Searched refs:MPT_MAX_CALLBACKS (Results 1 – 2 of 2) sorted by relevance
68 static MPT_CALLBACK mpt_callbacks[MPT_MAX_CALLBACKS];1710 if ((likely(cb_idx < MPT_MAX_CALLBACKS)) && in _base_process_reply_queue()1726 if ((likely(cb_idx < MPT_MAX_CALLBACKS)) && in _base_process_reply_queue()2041 for (cb_idx = MPT_MAX_CALLBACKS-1; cb_idx; cb_idx--) in mpt3sas_base_register_callback_handler()2057 for (cb_idx = 0; cb_idx < MPT_MAX_CALLBACKS; cb_idx++) in mpt3sas_base_initialize_callback_handler()
143 #define MPT_MAX_CALLBACKS 32 macro