Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_connect.c78 u_int atid = G_TID_TID(ntohl(cpl->tos_atid)); in do_act_establish()
143 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in do_act_open_rpl()
HDt4_tom.c1691 atid = G_TID_TID(be32toh(OPCODE_TID(cpl))); in reclaim_wr_resources()
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_smt.c272 unsigned int smtidx = G_TID_TID(tid); in do_smt_write_rpl()
HDt4_filter.c1299 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in t4_hashfilter_ao_rpl()
/freebsd-13-stable/sys/dev/cxgbe/crypto/
HDt6_kern_tls.c246 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in ktls_act_open_rpl()
/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_msg.h335 #define G_TID_TID(x) (((x) >> S_TID_TID) & M_TID_TID) macro