Home
last modified time | relevance | path

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

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