Searched refs:pa_id (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_span.c | 70 int pa_id = span_entry->id; in mlxsw_sp_span_entry_phys_configure() local 73 mlxsw_reg_mpat_pack(mpat_pl, pa_id, local_port, true, in mlxsw_sp_span_entry_phys_configure() 87 int pa_id = span_entry->id; in mlxsw_sp_span_entry_deconfigure_common() local 89 mlxsw_reg_mpat_pack(mpat_pl, pa_id, local_port, false, span_type); in mlxsw_sp_span_entry_deconfigure_common() 365 int pa_id = span_entry->id; in mlxsw_sp_span_entry_gretap4_configure() local 368 mlxsw_reg_mpat_pack(mpat_pl, pa_id, local_port, true, in mlxsw_sp_span_entry_gretap4_configure() 466 int pa_id = span_entry->id; in mlxsw_sp_span_entry_gretap6_configure() local 469 mlxsw_reg_mpat_pack(mpat_pl, pa_id, local_port, true, in mlxsw_sp_span_entry_gretap6_configure() 529 int pa_id = span_entry->id; in mlxsw_sp_span_entry_vlan_configure() local 531 mlxsw_reg_mpat_pack(mpat_pl, pa_id, local_port, true, in mlxsw_sp_span_entry_vlan_configure() [all …]
|
D | reg.h | 8476 MLXSW_ITEM32(reg, mpat, pa_id, 0x00, 28, 4); 8612 static inline void mlxsw_reg_mpat_pack(char *payload, u8 pa_id, in mlxsw_reg_mpat_pack() argument 8617 mlxsw_reg_mpat_pa_id_set(payload, pa_id); in mlxsw_reg_mpat_pack() 8705 MLXSW_ITEM32(reg, mpar, pa_id, 0x04, 0, 4); 8709 bool enable, u8 pa_id) in mlxsw_reg_mpar_pack() argument 8715 mlxsw_reg_mpar_pa_id_set(payload, pa_id); in mlxsw_reg_mpar_pack()
|