Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c370 post_credit = IBLND_POSTRX_DONT_POST; in kiblnd_handle_rx()
378 post_credit = IBLND_POSTRX_DONT_POST; in kiblnd_handle_rx()
440 post_credit = IBLND_POSTRX_DONT_POST; in kiblnd_handle_rx()
458 if (post_credit != IBLND_POSTRX_DONT_POST) in kiblnd_handle_rx()
Do2iblnd.h488 #define IBLND_POSTRX_DONT_POST 0 /* don't post */ macro