Lines Matching refs:pmtdb_pl
2196 unsigned int count, const char *pmtdb_pl) in mlxsw_sp_port_split_create() argument
2204 u16 s_local_port = mlxsw_reg_pmtdb_port_num_get(pmtdb_pl, i); in mlxsw_sp_port_split_create()
2220 u16 s_local_port = mlxsw_reg_pmtdb_port_num_get(pmtdb_pl, i); in mlxsw_sp_port_split_create()
2230 const char *pmtdb_pl) in mlxsw_sp_port_unsplit_create() argument
2237 u16 local_port = mlxsw_reg_pmtdb_port_num_get(pmtdb_pl, i); in mlxsw_sp_port_unsplit_create()
2263 char pmtdb_pl[MLXSW_REG_PMTDB_LEN]; in mlxsw_sp_port_split() local
2280 mlxsw_reg_pmtdb_pack(pmtdb_pl, mlxsw_sp_port->mapping.slot_index, in mlxsw_sp_port_split()
2284 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(pmtdb), pmtdb_pl); in mlxsw_sp_port_split()
2290 status = mlxsw_reg_pmtdb_status_get(pmtdb_pl); in mlxsw_sp_port_split()
2299 u16 s_local_port = mlxsw_reg_pmtdb_port_num_get(pmtdb_pl, i); in mlxsw_sp_port_split()
2306 count, pmtdb_pl); in mlxsw_sp_port_split()
2315 mlxsw_sp_port_unsplit_create(mlxsw_sp, count, pmtdb_pl); in mlxsw_sp_port_split()
2325 char pmtdb_pl[MLXSW_REG_PMTDB_LEN]; in mlxsw_sp_port_unsplit() local
2346 mlxsw_reg_pmtdb_pack(pmtdb_pl, mlxsw_sp_port->mapping.slot_index, in mlxsw_sp_port_unsplit()
2350 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(pmtdb), pmtdb_pl); in mlxsw_sp_port_unsplit()
2357 u16 s_local_port = mlxsw_reg_pmtdb_port_num_get(pmtdb_pl, i); in mlxsw_sp_port_unsplit()
2363 mlxsw_sp_port_unsplit_create(mlxsw_sp, count, pmtdb_pl); in mlxsw_sp_port_unsplit()