Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_xport.c110 if (xport->rq_thread_info[i].seq_cbuf != NULL) { in ocs_xport_rq_threads_teardown()
111 ocs_cbuf_free(xport->rq_thread_info[i].seq_cbuf); in ocs_xport_rq_threads_teardown()
112 xport->rq_thread_info[i].seq_cbuf = NULL; in ocs_xport_rq_threads_teardown()
152 xport->rq_thread_info[i].seq_cbuf = ocs_cbuf_alloc(ocs, OCS_HW_RQ_NUM_HDR); in ocs_xport_rq_threads_create()
153 if (xport->rq_thread_info[i].seq_cbuf == NULL) { in ocs_xport_rq_threads_create()
H A Docs_xport.h60 ocs_cbuf_t * seq_cbuf; member
H A Docs_unsol.c88 seq = ocs_cbuf_get(thread_data->seq_cbuf, 100000); in ocs_unsol_rq_thread()
177 rc = ocs_cbuf_put(xport->rq_thread_info[thr_index].seq_cbuf, seq); in ocs_unsolicited_cb()