Searched refs:paos_pl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | switchib.c | 123 char paos_pl[MLXSW_REG_PAOS_LEN]; in mlxsw_sib_port_admin_status_set() local 125 mlxsw_reg_paos_pack(paos_pl, mlxsw_sib_port->local_port, in mlxsw_sib_port_admin_status_set() 128 return mlxsw_reg_write(mlxsw_sib->core, MLXSW_REG(paos), paos_pl); in mlxsw_sib_port_admin_status_set()
|
H A D | switchx2.c | 162 char paos_pl[MLXSW_REG_PAOS_LEN]; in mlxsw_sx_port_admin_status_set() local 164 mlxsw_reg_paos_pack(paos_pl, mlxsw_sx_port->local_port, in mlxsw_sx_port_admin_status_set() 167 return mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(paos), paos_pl); in mlxsw_sx_port_admin_status_set() 174 char paos_pl[MLXSW_REG_PAOS_LEN]; in mlxsw_sx_port_oper_status_get() local 178 mlxsw_reg_paos_pack(paos_pl, mlxsw_sx_port->local_port, 0); in mlxsw_sx_port_oper_status_get() 179 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(paos), paos_pl); in mlxsw_sx_port_oper_status_get() 182 oper_status = mlxsw_reg_paos_oper_status_get(paos_pl); in mlxsw_sx_port_oper_status_get()
|
H A D | spectrum.c | 295 char paos_pl[MLXSW_REG_PAOS_LEN]; in mlxsw_sp_port_admin_status_set() local 297 mlxsw_reg_paos_pack(paos_pl, mlxsw_sp_port->local_port, in mlxsw_sp_port_admin_status_set() 300 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(paos), paos_pl); in mlxsw_sp_port_admin_status_set()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 377 char paos_pl[MLXSW_REG_PAOS_LEN]; in mlxsw_sp_port_admin_status_set() local 379 mlxsw_reg_paos_pack(paos_pl, mlxsw_sp_port->local_port, in mlxsw_sp_port_admin_status_set() 382 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(paos), paos_pl); in mlxsw_sp_port_admin_status_set()
|
Completed in 15 milliseconds