Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Dsli4.c4594 size = SLI4_FCOE_RQE_SIZE; in sli_get_queue_entry_size()
6232 rq->rqe_count = ocs_lg2(qmem->size / SLI4_FCOE_RQE_SIZE); in sli_cmd_fcoe_rq_create()
6320 rq->rqe_count = qmem->size / SLI4_FCOE_RQE_SIZE; in sli_cmd_fcoe_rq_create_v1()
8559 if (__sli_queue_init(sli4, q, SLI_QTYPE_RQ, SLI4_FCOE_RQE_SIZE, in sli_fc_rq_alloc()
8627 if (__sli_queue_init(sli4, qs[i], SLI_QTYPE_RQ, SLI4_FCOE_RQE_SIZE, in sli_fc_rq_set_alloc()
8661 req->rqe_count = qs[0]->dma.size / SLI4_FCOE_RQE_SIZE; in sli_fc_rq_set_alloc()
H A Dsli4.h3997 #define SLI4_FCOE_RQE_SIZE 8 macro