Searched refs:OCS_HW_RQ_NUM_HDR (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.h1497 #ifndef OCS_HW_RQ_NUM_HDR
1498 #define OCS_HW_RQ_NUM_HDR 1024 macro
H A Docs_xport.c152 xport->rq_thread_info[i].seq_cbuf = ocs_cbuf_alloc(ocs, OCS_HW_RQ_NUM_HDR);
H A Docs_hw_queues.c600 rq->entry_count = OCS_MIN(entry_count, OCS_MIN(max_hw_rq, OCS_HW_RQ_NUM_HDR));
693 rq->entry_count = OCS_MIN(entry_count, OCS_MIN(max_hw_rq, OCS_HW_RQ_NUM_HDR));

Completed in 80 milliseconds