Home
last modified time | relevance | path

Searched refs:G_TID_COOKIE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h340 #define G_TID_COOKIE(x) (((x) >> S_TID_COOKIE) & M_TID_COOKIE) macro
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c439 u_int cookie = G_TID_COOKIE(G_AOPEN_ATID(be32toh(cpl->atid_status))); in act_open_rpl_handler()