Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c156 LASSERT(credit == IBLND_POSTRX_NO_CREDIT || in kiblnd_post_rx()
198 if (credit == IBLND_POSTRX_NO_CREDIT) in kiblnd_post_rx()
328 kiblnd_post_rx(rx, IBLND_POSTRX_NO_CREDIT); in kiblnd_handle_rx()
347 post_credit = IBLND_POSTRX_NO_CREDIT; in kiblnd_handle_rx()
353 post_credit = IBLND_POSTRX_NO_CREDIT; in kiblnd_handle_rx()
358 post_credit = IBLND_POSTRX_NO_CREDIT; in kiblnd_handle_rx()
1782 post_credit = IBLND_POSTRX_NO_CREDIT; in kiblnd_recv()
Do2iblnd.h525 #define IBLND_POSTRX_NO_CREDIT 1 /* post: no credits */ macro
Do2iblnd.c793 IBLND_POSTRX_NO_CREDIT); in kiblnd_create_conn()