Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h711 #define V_NO_REPLY(x) ((x) << S_NO_REPLY) macro
712 #define F_NO_REPLY V_NO_REPLY(1U)
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_filter.c1200 V_NO_REPLY(0)); in set_tcb_field()
1202 req->reply_ctrl = htobe16(V_NO_REPLY(1)); in set_tcb_field()
/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_msg.h939 #define V_NO_REPLY(x) ((x) << S_NO_REPLY) macro
940 #define F_NO_REPLY V_NO_REPLY(1U)
/freebsd-14-stable/sys/dev/cxgb/
HDcxgb_main.c3287 req->reply = V_NO_REPLY(1); in mk_set_tcb_field()