Searched refs:SLI4_FCOE_RQE_SIZE (Results 1 – 2 of 2) sorted by relevance
4594 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()
3997 #define SLI4_FCOE_RQE_SIZE 8 macro