Searched refs:oper_status (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | switchx2.c | 204 u8 oper_status; in mlxsw_sx_port_oper_status_get() local 211 oper_status = mlxsw_reg_paos_oper_status_get(paos_pl); in mlxsw_sx_port_oper_status_get() 212 *p_is_up = oper_status == MLXSW_PORT_ADMIN_STATUS_UP ? true : false; in mlxsw_sx_port_oper_status_get()
|
D | spectrum.c | 177 u8 oper_status; in mlxsw_sp_port_oper_status_get() local 184 oper_status = mlxsw_reg_paos_oper_status_get(paos_pl); in mlxsw_sp_port_oper_status_get() 185 *p_is_up = oper_status == MLXSW_PORT_ADMIN_STATUS_UP ? true : false; in mlxsw_sp_port_oper_status_get()
|
D | reg.h | 1499 MLXSW_ITEM32(reg, paos, oper_status, 0x00, 0, 4); 2458 MLXSW_ITEM32(reg, pude, oper_status, 0x00, 0, 4);
|
/linux-4.4.14/include/linux/mlx5/ |
D | mlx5_ifc.h | 6049 u8 oper_status[0x4]; member 6320 u8 oper_status[0x4]; member 6474 u8 oper_status[0x4]; member
|