Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.h74 TPF_INITIALIZED = (1 << 12), /* init_toepcb has been called */
465 int init_toepcb(struct vi_info *, struct toepcb *);
H A Dt4_connect.c313 init_toepcb(vi, toep); in t4_connect()
H A Dt4_listen.c1681 init_toepcb(vi, toep); in do_pass_establish()
H A Dt4_tom.c163 init_toepcb(struct vi_info *vi, struct toepcb *toep) in init_toepcb() function