Home
last modified time | relevance | path

Searched refs:G_TID_TID (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_connect.c78 u_int atid = G_TID_TID(ntohl(cpl->tos_atid)); in do_act_establish()
151 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in do_act_open_rpl()
H A Dt4_tom.c1759 atid = G_TID_TID(be32toh(OPCODE_TID(cpl))); in reclaim_wr_resources()
/freebsd/sys/dev/cxgbe/
H A Dt4_smt.c272 unsigned int smtidx = G_TID_TID(tid); in do_smt_write_rpl()
H A Dt4_filter.c1299 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in t4_hashfilter_ao_rpl()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c251 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in ktls_act_open_rpl()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h335 #define G_TID_TID(x) (((x) >> S_TID_TID) & M_TID_TID) macro