Home
last modified time | relevance | path

Searched refs:insert_tid (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/cxgbe/tom/
H A Dt4_tom.h472 void insert_tid(struct adapter *, int, void *, int);
H A Dt4_connect.c91 insert_tid(sc, tid, toep, inp->inp_vflag & INP_IPV6 ? 2 : 1); in do_act_establish()
H A Dt4_listen.c1528 insert_tid(sc, tid, synqe, ntids); in do_pass_accept_req()
H A Dt4_tom.c1033 insert_tid(struct adapter *sc, int tid, void *ctx, int ntids) in insert_tid() function