Home
last modified time | relevance | path

Searched refs:mlxsw_reg_mcc_unpack (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_linecards.c152 mlxsw_reg_mcc_unpack(mcc_pl, fwhandle, NULL, &control_state); in mlxsw_linecard_device_fw_fsm_lock()
276 mlxsw_reg_mcc_unpack(mcc_pl, NULL, &error_code, &control_state); in mlxsw_linecard_device_fw_fsm_query_state()
Dcore.c1027 mlxsw_reg_mcc_unpack(mcc_pl, fwhandle, NULL, &control_state); in mlxsw_core_fw_fsm_lock()
1101 mlxsw_reg_mcc_unpack(mcc_pl, NULL, &error_code, &control_state); in mlxsw_core_fw_fsm_query_state()
Dreg.h10403 static inline void mlxsw_reg_mcc_unpack(char *payload, u32 *p_update_handle, in mlxsw_reg_mcc_unpack() function