Searched refs:req_rate (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/mthca/
H A Dmthca_av.c106 static u8 ib_rate_to_memfree(u8 req_rate, u8 cur_rate) argument
108 if (cur_rate <= req_rate)
115 switch ((cur_rate - 1) / req_rate) {
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_dev.c6637 * 1. req_rate must be greater than one percent of min_pf_rate.
6638 * 2. req_rate should not cause other vports [not configured for WFQ explicitly]
6643 u16 vport_id, u32 req_rate,
6664 total_req_min_rate += req_rate;
6668 if (req_rate < min_pf_rate / ECORE_WFQ_UNIT) {
6671 vport_id, req_rate, min_pf_rate);
6702 /* now req_rate for given vport passes all scenarios.
6705 p_hwfn->qm_info.wfq_data[vport_id].min_speed = req_rate;
6642 ecore_init_wfq_param(struct ecore_hwfn *p_hwfn, u16 vport_id, u32 req_rate, u32 min_pf_rate) argument

Completed in 63 milliseconds