Searched refs:IBLND_CREDITS_MAX (Results 1 – 2 of 2) sorted by relevance
191 if (*kiblnd_tunables.kib_peertxcredits > IBLND_CREDITS_MAX) in kiblnd_tunables_init()192 *kiblnd_tunables.kib_peertxcredits = IBLND_CREDITS_MAX; in kiblnd_tunables_init()
119 #define IBLND_CREDITS_MAX ((typeof(((kib_msg_t*) 0)->ibm_credits)) - 1) /* Max # of peer credits… macro