Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h711 #define V_NO_REPLY(x) ((x) << S_NO_REPLY) macro
712 #define F_NO_REPLY V_NO_REPLY(1U)
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c1200 V_NO_REPLY(0)); in set_tcb_field()
1202 req->reply_ctrl = htobe16(V_NO_REPLY(1)); in set_tcb_field()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h939 #define V_NO_REPLY(x) ((x) << S_NO_REPLY) macro
940 #define F_NO_REPLY V_NO_REPLY(1U)
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c3339 req->reply = V_NO_REPLY(1); in mk_set_tcb_field()