Lines Matching refs:tid
55 #define INIT_TP_WR(w, tid) do { \ argument
59 FW_WR_FLOWID_V(tid)); \
63 #define INIT_TP_WR_CPL(w, cpl, tid) do { \ argument
64 INIT_TP_WR(w, tid); \
65 OPCODE_TID(w) = htonl(MK_OPCODE_TID(cpl, tid)); \
68 #define INIT_ULPTX_WR(w, wrlen, atomic, tid) do { \ argument
72 FW_WR_FLOWID_V(tid)); \
129 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid() argument
131 return tid < t->ntids ? t->tid_tab[tid] : NULL; in lookup_tid()
153 unsigned int tid) in cxgb4_insert_tid() argument
155 t->tid_tab[tid] = data; in cxgb4_insert_tid()
156 if (t->hash_base && (tid >= t->hash_base)) in cxgb4_insert_tid()
167 void cxgb4_remove_tid(struct tid_info *t, unsigned int qid, unsigned int tid);