Lines Matching refs:ptys_pl
733 char ptys_pl[MLXSW_REG_PTYS_LEN]; in mlxsw_sx_port_get_settings() local
739 mlxsw_reg_ptys_pack(ptys_pl, mlxsw_sx_port->local_port, 0); in mlxsw_sx_port_get_settings()
740 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_get_settings()
745 mlxsw_reg_ptys_unpack(ptys_pl, ð_proto_cap, in mlxsw_sx_port_get_settings()
792 char ptys_pl[MLXSW_REG_PTYS_LEN]; in mlxsw_sx_port_set_settings() local
806 mlxsw_reg_ptys_pack(ptys_pl, mlxsw_sx_port->local_port, 0); in mlxsw_sx_port_set_settings()
807 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_set_settings()
812 mlxsw_reg_ptys_unpack(ptys_pl, ð_proto_cap, ð_proto_admin, NULL); in mlxsw_sx_port_set_settings()
822 mlxsw_reg_ptys_pack(ptys_pl, mlxsw_sx_port->local_port, eth_proto_new); in mlxsw_sx_port_set_settings()
823 err = mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_set_settings()
937 char ptys_pl[MLXSW_REG_PTYS_LEN]; in mlxsw_sx_port_speed_set() local
939 mlxsw_reg_ptys_pack(ptys_pl, mlxsw_sx_port->local_port, speed); in mlxsw_sx_port_speed_set()
940 return mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_speed_set()