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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.c1519 struct ecore_sp_vport_update_params sp_params; local
1522 OSAL_MEMSET(&sp_params, 0, sizeof(sp_params));
1523 sp_params.update_approx_mcast_flg = 1;
1530 sp_params.bins[bit / 32] |= 1 << (bit % 32);
1534 ecore_vf_pf_vport_update(p_hwfn, &sp_params);
H A Dqlnx_os.c6590 struct ecore_sp_vport_update_params sp_params; local
6597 memset(&sp_params, 0, sizeof(sp_params));
6599 sp_params.vport_id = params->vport_id;
6601 sp_params.update_vport_active_rx_flg =
6603 sp_params.vport_active_rx_flg = params->vport_active_rx_flg;
6605 sp_params.update_vport_active_tx_flg =
6607 sp_params.vport_active_tx_flg = params->vport_active_tx_flg;
6609 sp_params.update_inner_vlan_removal_flg =
6611 sp_params
[all...]
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_elink.h647 struct elink_ets_sp_params sp_params; member in union:elink_ets_cos_params::__anon11686
H A Dbxe_elink.c1931 ets_params->cos[cos_entry].params.sp_params.pri,

Completed in 203 milliseconds