Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h115 #define IBLND_MSG_QUEUE_SIZE_V1 8 /* V1 only : # messages/RDMAs in-flight */ macro
122 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()