Lines Matching refs:tid
54 #define INIT_TP_WR(w, tid) do { \ argument
58 FW_WR_FLOWID_V(tid)); \
62 #define INIT_TP_WR_CPL(w, cpl, tid) do { \ argument
63 INIT_TP_WR(w, tid); \
64 OPCODE_TID(w) = htonl(MK_OPCODE_TID(cpl, tid)); \
67 #define INIT_ULPTX_WR(w, wrlen, atomic, tid) do { \ argument
71 FW_WR_FLOWID_V(tid)); \
123 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid() argument
125 return tid < t->ntids ? t->tid_tab[tid] : NULL; in lookup_tid()
147 unsigned int tid) in cxgb4_insert_tid() argument
149 t->tid_tab[tid] = data; in cxgb4_insert_tid()
158 void cxgb4_remove_tid(struct tid_info *t, unsigned int qid, unsigned int tid);