Searched refs:V_NO_REPLY (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h712 #define V_NO_REPLY(x) ((x) << S_NO_REPLY) macro
713 #define F_NO_REPLY V_NO_REPLY(1U)
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c1106 V_NO_REPLY(0));
1108 req->reply_ctrl = htobe16(V_NO_REPLY(1));
1627 req->reply_ctrl = htobe16(V_NO_REPLY(1) | V_QUEUENO(qid));
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c376 req->reply_ctrl = htobe16(V_NO_REPLY(1) |
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h938 #define V_NO_REPLY(x) ((x) << S_NO_REPLY) macro
939 #define F_NO_REPLY V_NO_REPLY(1U)
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c3334 req->reply = V_NO_REPLY(1);

Completed in 381 milliseconds