Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c364 post_credit = IBLND_POSTRX_DONT_POST; in kiblnd_handle_rx()
372 post_credit = IBLND_POSTRX_DONT_POST; in kiblnd_handle_rx()
434 post_credit = IBLND_POSTRX_DONT_POST; in kiblnd_handle_rx()
452 if (post_credit != IBLND_POSTRX_DONT_POST) in kiblnd_handle_rx()
Do2iblnd.h524 #define IBLND_POSTRX_DONT_POST 0 /* don't post */ macro