Home
last modified time | relevance | path

Searched refs:aiotx_so (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c2352 so = toep->aiotx_so; in t4_aiotx_task()
2364 toep->aiotx_so = NULL; in t4_aiotx_task()
2380 __func__, toep->tid, toep->aiotx_so != NULL ? "true" : "false"); in t4_aiotx_queue_toep()
2382 if (toep->aiotx_so != NULL) in t4_aiotx_queue_toep()
2385 toep->aiotx_so = so; in t4_aiotx_queue_toep()
H A Dt4_tom.h244 struct socket *aiotx_so; member