Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_main.c817 uint16_t min_sop, max_sop, min_data, max_data; in enic_alloc_rq() local
906 max_sop = ((enic->config.rq_desc_count / in enic_alloc_rq()
912 max_sop = enic->config.rq_desc_count; in enic_alloc_rq()
922 } else if (nb_desc > (max_sop + max_data)) { in enic_alloc_rq()
925 nb_sop_desc = max_sop; in enic_alloc_rq()
932 max_sop + max_data); in enic_alloc_rq()