Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_offload.c672 unsigned int atid = G_TID(ntohl(rpl->atid)); in do_act_open_rpl()
691 unsigned int stid = G_TID(ntohl(p->opcode_tid)); in do_stid_rpl()
716 hwtid = G_TID(ntohl(p->opcode_tid)); in do_hwtid_rpl()
754 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); in do_abort_req_rss()
1120 G_TID(ntohl(p->opcode_tid))); in process_rx()
H A Dcxgb_t3_cpl.h186 #define G_TID(x) ((x) & 0xFFFFFF) macro
201 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd))))