Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_cpl_io.c77 static void t4_aiotx_cancel(struct kaiocb *job);
2240 if (!aio_set_cancel_function(job, t4_aiotx_cancel)) { in t4_aiotx_process_job()
2323 if (!aio_set_cancel_function(job, t4_aiotx_cancel)) { in t4_aiotx_process_job()
2396 t4_aiotx_cancel(struct kaiocb *job) in t4_aiotx_cancel() function
2439 if (!aio_set_cancel_function(job, t4_aiotx_cancel)) in t4_aio_queue_aiotx()