Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_cpl_io.c2358 so = toep->aiotx_so; in t4_aiotx_task()
2369 toep->aiotx_so = NULL; in t4_aiotx_task()
2385 __func__, toep->tid, toep->aiotx_so != NULL ? "true" : "false"); in t4_aiotx_queue_toep()
2387 if (toep->aiotx_so != NULL) in t4_aiotx_queue_toep()
2390 toep->aiotx_so = so; in t4_aiotx_queue_toep()
HDt4_tom.h213 struct socket *aiotx_so; member