Searched refs:rq_desc_count (Results 1 – 4 of 4) sorted by relevance
51 GET_CONFIG(rq_desc_count); in enic_get_vnic_config()107 c->rq_desc_count = RTE_MIN((uint32_t)ENIC_MAX_RQ_DESCS, in enic_get_vnic_config()108 RTE_MAX((uint32_t)ENIC_MIN_RQ_DESCS, c->rq_desc_count)); in enic_get_vnic_config()109 c->rq_desc_count &= 0xffffffe0; /* must be aligned to groups of 32 */ in enic_get_vnic_config()119 c->wq_desc_count, c->rq_desc_count, in enic_get_vnic_config()
906 max_sop = ((enic->config.rq_desc_count / in enic_alloc_rq()909 max_data = enic->config.rq_desc_count; in enic_alloc_rq()912 max_sop = enic->config.rq_desc_count; in enic_alloc_rq()
495 .nb_max = enic->config.rq_desc_count, in enicpmd_dev_info_get()
17 uint32_t rq_desc_count; member