Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_tom.h128 #define LCTX_RPL_PENDING 1 /* waiting for CPL_PASS_OPEN_RPL */ macro
HDcxgb_listen.c330 lctx->flags &= ~LCTX_RPL_PENDING; in do_pass_open_rpl()
870 lctx->flags |= LCTX_RPL_PENDING; in t3_listen_start()
904 if (lctx->flags & LCTX_RPL_PENDING) { in t3_listen_stop()
/trueos/sys/dev/cxgbe/tom/
HDt4_tom.h162 #define LCTX_RPL_PENDING 1 /* waiting for a CPL_PASS_OPEN_RPL */ macro
HDt4_listen.c580 lctx->flags |= LCTX_RPL_PENDING; in t4_listen_start()
609 if (lctx->flags & LCTX_RPL_PENDING) { in t4_listen_stop()
734 lctx->flags &= ~LCTX_RPL_PENDING; in do_pass_open_rpl()