Searched refs:vport_rl (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_func.h130 u32 vport_rl /* rate limit in Mb/sec units. a value of 0 means dont configure. ignored if VPORT RL is globally disabled. */; member in struct:init_qm_vport_params
H A Decore_init_fw_funcs.h188 * @param vport_rl - rate limit in Mb/sec units
196 u32 vport_rl,
H A Decore_init_fw_funcs.c641 inc_val = QM_RL_INC_VAL(vport_params[i].vport_rl ? vport_params[i].vport_rl : link_speed);
872 u32 vport_rl,
882 inc_val = QM_RL_INC_VAL(vport_rl ? vport_rl : link_speed);
869 ecore_init_vport_rl(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u8 vport_id, u32 vport_rl, u32 link_speed) argument
H A Decore_dev.c2283 DP_VERBOSE(p_hwfn, ECORE_MSG_HW, "vport idx %d, vport_rl %d, wfq %d, first_tx_pq_id [ ",
2284 qm_info->start_vport + i, vport->vport_rl, vport->vport_wfq);

Completed in 188 milliseconds