Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c2022 #define aio_sent backend3 macro
2050 status = job->aio_sent; in aiotx_free_job()
2102 KASSERT(job->aio_sent + len <= job->uaiocb.aio_nbytes, in alloc_aiotx_mbuf()
2113 start = (uintptr_t)job->uaiocb.aio_buf + job->aio_sent; in alloc_aiotx_mbuf()
2221 MPASS(job->aio_sent == 0 || !(so->so_state & SS_NBIO)); in t4_aiotx_process_job()
2244 if (len > job->uaiocb.aio_nbytes - job->aio_sent) { in t4_aiotx_process_job()
2245 len = job->uaiocb.aio_nbytes - job->aio_sent; in t4_aiotx_process_job()
2279 job->aio_sent += sent; in t4_aiotx_process_job()
2313 if (job->aio_sent < job->uaiocb.aio_nbytes && in t4_aiotx_process_job()