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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.c1521 struct ecore_sp_vport_update_params sp_params; local
1524 OSAL_MEMSET(&sp_params, 0, sizeof(sp_params));
1525 sp_params.update_approx_mcast_flg = 1;
1532 sp_params.bins[bit / 32] |= 1 << (bit % 32);
1536 ecore_vf_pf_vport_update(p_hwfn, &sp_params);
H A Dqlnx_os.c6722 struct ecore_sp_vport_update_params sp_params; local
6729 memset(&sp_params, 0, sizeof(sp_params));
6731 sp_params.vport_id = params->vport_id;
6733 sp_params.update_vport_active_rx_flg =
6735 sp_params.vport_active_rx_flg = params->vport_active_rx_flg;
6737 sp_params.update_vport_active_tx_flg =
6739 sp_params.vport_active_tx_flg = params->vport_active_tx_flg;
6741 sp_params.update_inner_vlan_removal_flg =
6743 sp_params
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.h645 struct elink_ets_sp_params sp_params; member in union:elink_ets_cos_params::__anon9411
H A Dbxe_elink.c1929 ets_params->cos[cos_entry].params.sp_params.pri,

Completed in 314 milliseconds