Home
last modified time | relevance | path

Searched refs:pa_id (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c184 int pa_id = span_entry->id; in mlxsw_sp_span_entry_phys_configure() local
187 mlxsw_reg_mpat_pack(mpat_pl, pa_id, local_port, true, in mlxsw_sp_span_entry_phys_configure()
204 int pa_id = span_entry->id; in mlxsw_sp_span_entry_deconfigure_common() local
206 mlxsw_reg_mpat_pack(mpat_pl, pa_id, local_port, false, span_type); in mlxsw_sp_span_entry_deconfigure_common()
484 int pa_id = span_entry->id; in mlxsw_sp_span_entry_gretap4_configure() local
487 mlxsw_reg_mpat_pack(mpat_pl, pa_id, local_port, true, in mlxsw_sp_span_entry_gretap4_configure()
588 int pa_id = span_entry->id; in mlxsw_sp_span_entry_gretap6_configure() local
591 mlxsw_reg_mpat_pack(mpat_pl, pa_id, local_port, true, in mlxsw_sp_span_entry_gretap6_configure()
654 int pa_id = span_entry->id; in mlxsw_sp_span_entry_vlan_configure() local
656 mlxsw_reg_mpat_pack(mpat_pl, pa_id, local_port, true, in mlxsw_sp_span_entry_vlan_configure()
H A Dreg.h9775 MLXSW_ITEM32(reg, mpat, pa_id, 0x00, 28, 4);
9930 static inline void mlxsw_reg_mpat_pack(char *payload, u8 pa_id, in mlxsw_reg_mpat_pack() argument
9935 mlxsw_reg_mpat_pa_id_set(payload, pa_id); in mlxsw_reg_mpat_pack()
10023 MLXSW_ITEM32(reg, mpar, pa_id, 0x04, 0, 4);
10038 bool enable, u8 pa_id, in mlxsw_reg_mpar_pack() argument
10045 mlxsw_reg_mpar_pa_id_set(payload, pa_id); in mlxsw_reg_mpar_pack()
10840 MLXSW_ITEM32(reg, mpagr, pa_id, 0x04, 0, 4);
10854 u8 pa_id, u32 probability_rate) in mlxsw_reg_mpagr_pack() argument
10858 mlxsw_reg_mpagr_pa_id_set(payload, pa_id); in mlxsw_reg_mpagr_pack()