Searched refs:paos_pl (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | switchib.c | 110 char paos_pl[MLXSW_REG_PAOS_LEN]; in mlxsw_sib_port_admin_status_set() local 112 mlxsw_reg_paos_pack(paos_pl, mlxsw_sib_port->local_port, in mlxsw_sib_port_admin_status_set() 115 return mlxsw_reg_write(mlxsw_sib->core, MLXSW_REG(paos), paos_pl); in mlxsw_sib_port_admin_status_set()
|
D | switchx2.c | 163 char paos_pl[MLXSW_REG_PAOS_LEN]; in mlxsw_sx_port_admin_status_set() local 165 mlxsw_reg_paos_pack(paos_pl, mlxsw_sx_port->local_port, in mlxsw_sx_port_admin_status_set() 168 return mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(paos), paos_pl); in mlxsw_sx_port_admin_status_set() 175 char paos_pl[MLXSW_REG_PAOS_LEN]; in mlxsw_sx_port_oper_status_get() local 179 mlxsw_reg_paos_pack(paos_pl, mlxsw_sx_port->local_port, 0); in mlxsw_sx_port_oper_status_get() 180 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(paos), paos_pl); in mlxsw_sx_port_oper_status_get() 183 oper_status = mlxsw_reg_paos_oper_status_get(paos_pl); in mlxsw_sx_port_oper_status_get()
|
D | spectrum.c | 497 char paos_pl[MLXSW_REG_PAOS_LEN]; in mlxsw_sp_port_admin_status_set() local 499 mlxsw_reg_paos_pack(paos_pl, mlxsw_sp_port->local_port, in mlxsw_sp_port_admin_status_set() 502 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(paos), paos_pl); in mlxsw_sp_port_admin_status_set()
|