Searched refs:IBLND_MSG_QUEUE_SIZE_V1 (Results 1 – 1 of 1) sorted by relevance
115 #define IBLND_MSG_QUEUE_SIZE_V1 8 /* V1 only : # messages/RDMAs in-flight */ macro122 IBLND_MSG_QUEUE_SIZE_V1 : \133 if (*kiblnd_tunables.kib_concurrent_sends > IBLND_MSG_QUEUE_SIZE_V1 * 2) in kiblnd_concurrent_sends_v1()134 return IBLND_MSG_QUEUE_SIZE_V1 * 2; in kiblnd_concurrent_sends_v1()136 if (*kiblnd_tunables.kib_concurrent_sends < IBLND_MSG_QUEUE_SIZE_V1 / 2) in kiblnd_concurrent_sends_v1()137 return IBLND_MSG_QUEUE_SIZE_V1 / 2; in kiblnd_concurrent_sends_v1()