Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/chelsio/
Dcpl5_cmd.h169 #define G_TID(x) ((x) & 0xFFFFFF) macro
177 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd))))
/linux-2.6.39/drivers/net/cxgb3/
Dcxgb3_offload.c743 unsigned int atid = G_TID(ntohl(rpl->atid)); in do_act_open_rpl()
763 unsigned int stid = G_TID(ntohl(p->opcode_tid)); in do_stid_rpl()
781 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); in do_hwtid_rpl()
848 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); in do_abort_req_rss()
1033 G_TID(ntohl(p->opcode_tid))); in process_rx()
Dt3_cpl.h192 #define G_TID(x) ((x) & 0xFFFFFF) macro
207 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd))))