Searched refs:seq_cbuf (Results 1 – 3 of 3) sorted by relevance
108 if (xport->rq_thread_info[i].seq_cbuf != NULL) { in ocs_xport_rq_threads_teardown()109 ocs_cbuf_free(xport->rq_thread_info[i].seq_cbuf); in ocs_xport_rq_threads_teardown()110 xport->rq_thread_info[i].seq_cbuf = NULL; in ocs_xport_rq_threads_teardown()150 xport->rq_thread_info[i].seq_cbuf = ocs_cbuf_alloc(ocs, OCS_HW_RQ_NUM_HDR); in ocs_xport_rq_threads_create()151 if (xport->rq_thread_info[i].seq_cbuf == NULL) { in ocs_xport_rq_threads_create()
58 ocs_cbuf_t * seq_cbuf; member
86 seq = ocs_cbuf_get(thread_data->seq_cbuf, 100000); in ocs_unsol_rq_thread()175 rc = ocs_cbuf_put(xport->rq_thread_info[thr_index].seq_cbuf, seq); in ocs_unsolicited_cb()