Searched refs:num_vports (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_evb.c | 230 __in uint32_t num_vports, in efx_evb_free_vports() argument 231 __inout_ecount(num_vports) efx_vport_config_t *vport_configp) in efx_evb_free_vports() 241 for (i = 0; i < num_vports; i++) { in efx_evb_free_vports() 298 __in uint32_t num_vports, in efx_evb_vswitch_create() argument 299 __inout_ecount(num_vports) efx_vport_config_t *vport_configp, in efx_evb_vswitch_create() 313 EFSYS_ASSERT((num_vports != 0) && (vport_configp != NULL) && in efx_evb_vswitch_create() 343 evp->ev_num_vports = num_vports; in efx_evb_vswitch_create() 347 for (i = 0; i < num_vports; i++) { in efx_evb_vswitch_create()
|
| H A D | efx.h | 3926 __in uint32_t num_vports, 3927 __inout_ecount(num_vports) efx_vport_config_t *vport_configp,
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_dev.c | 1864 qm_info->num_vports = 0; in ecore_init_qm_reset_params() 1876 qm_info->num_vports++; in ecore_init_qm_advance_vport() 1882 qm_info->num_vports, in ecore_init_qm_advance_vport() 1917 qm_info->num_vports; in ecore_init_qm_pq() 1931 qm_info->num_vports++; in ecore_init_qm_pq() 1940 qm_info->num_vports, in ecore_init_qm_pq() 6442 num_vports = p_hwfn->qm_info.num_vports; in ecore_init_wfq_param() 6446 for (i = 0; i < num_vports; i++) { in ecore_init_wfq_param() 6470 if (num_vports > ECORE_WFQ_UNIT) { in ecore_init_wfq_param() 6502 for (i = 0; i < num_vports; i++) { in ecore_init_wfq_param() [all …]
|
| H A D | ecore_init_fw_funcs.h | 110 u16 num_vports,
|
| H A D | ecore_init_fw_funcs.c | 652 u16 num_vports, in ecore_vp_wfq_rt_init() argument 660 for (vport_id = 0; vport_id < num_vports; vport_id++) { in ecore_vp_wfq_rt_init() 804 u16 num_vports, in ecore_qm_pf_rt_init() argument 818 for (vport_id = 0; vport_id < num_vports; vport_id++) in ecore_qm_pf_rt_init() 849 if (ecore_vp_wfq_rt_init(p_hwfn, num_vports, vport_params)) in ecore_qm_pf_rt_init()
|
| H A D | ecore.h | 488 u8 num_vports; member
|
| H A D | ecore_cxt.c | 1420 qm_info->num_vports, qm_info->pf_wfq, in ecore_qm_init_pf()
|