Home
last modified time | relevance | path

Searched refs:spfs (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1618 vport_num = esw_funcs->spfs[i].vport_num; in mlx5_eswitch_enable_pf_vf_vports()
1636 vport_num = esw_funcs->spfs[i].vport_num; in mlx5_eswitch_enable_pf_vf_vports()
1668 vport_num = esw_funcs->spfs[i].vport_num; in mlx5_eswitch_disable_pf_vf_vports()
2122 vport_num = esw->esw_funcs.spfs[spf_idx].vport_num; in mlx5_esw_sf_max_spf_functions()
2148 *host_number = esw->esw_funcs.spfs[spf_idx].host_number; in mlx5_esw_spf_get_host_number()
2184 if (controller == esw_funcs->spfs[i].host_number + 1) in mlx5_esw_sf_controller_to_pfnum()
2185 return esw_funcs->spfs[i].pf_num; in mlx5_esw_sf_controller_to_pfnum()
2261 esw_funcs->spfs[i].vport_num); in mlx5_esw_spfs_cleanup()
2263 kfree(esw_funcs->spfs); in mlx5_esw_spfs_cleanup()
2264 esw_funcs->spfs = NULL; in mlx5_esw_spfs_cleanup()
[all …]
H A Deswitch.h370 struct mlx5_esw_spf *spfs; member
804 (esw)->esw_funcs.spfs[(index)].vport_num)); \
H A Deswitch_offloads.c4124 if (controller == esw_funcs->spfs[i].host_number + 1) in mlx5_esw_offloads_controller_valid()
/linux/sound/soc/codecs/
H A Dcs42l73.c40 u8 spc, mmcc, spfs; member
1032 u8 spfs = 0; in cs42l73_update_asrc() local
1035 spfs = cs42l73_get_xspfs_coeff(srate); in cs42l73_update_asrc()
1039 snd_soc_component_update_bits(component, CS42L73_VXSPFS, 0x0f, spfs); in cs42l73_update_asrc()
1042 snd_soc_component_update_bits(component, CS42L73_ASPC, 0x3c, spfs << 2); in cs42l73_update_asrc()
1045 snd_soc_component_update_bits(component, CS42L73_VXSPFS, 0xf0, spfs << 4); in cs42l73_update_asrc()
H A Dcs42l52.c34 u8 spc, format, spfs; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Ddevlink_port.c71 controller_num = esw->esw_funcs.spfs[spf_idx].host_number + 1; in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
72 pfnum = esw->esw_funcs.spfs[spf_idx].pf_num; in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()