Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_xport.h60 } ocs_xport_rq_thread_info_t; typedef
196 ocs_xport_rq_thread_info_t *rq_thread_info;
H A Docs_xport.c141 …xport->rq_thread_info = ocs_malloc(ocs, sizeof(ocs_xport_rq_thread_info_t) * num_rq_threads, OCS_M… in ocs_xport_rq_threads_create()
H A Docs_unsol.c79 ocs_xport_rq_thread_info_t *thread_data = mythread->arg; in ocs_unsol_rq_thread()