Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/tom/
H A Dt4_tom.h464 struct toepcb *alloc_toepcb(struct vi_info *, int);
H A Dt4_connect.c296 toep = alloc_toepcb(vi, M_NOWAIT); in t4_connect()
H A Dt4_listen.c1670 toep = alloc_toepcb(vi, M_NOWAIT); in do_pass_establish()
H A Dt4_tom.c111 alloc_toepcb(struct vi_info *vi, int flags) in alloc_toepcb() function