Searched refs:mcqi_pl (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_linecards.c | 109 char *mcqi_pl; in mlxsw_linecard_device_fw_component_query() local 115 MLXSW_REG(mcqi), &mcqi_pl); in mlxsw_linecard_device_fw_component_query() 117 mlxsw_reg_mcqi_pack(mcqi_pl, component_index); in mlxsw_linecard_device_fw_component_query() 121 mlxsw_reg_mcqi_unpack(mcqi_pl, p_max_size, p_align_bits, in mlxsw_linecard_device_fw_component_query()
|
D | core.c | 999 char mcqi_pl[MLXSW_REG_MCQI_LEN]; in mlxsw_core_fw_component_query() local 1002 mlxsw_reg_mcqi_pack(mcqi_pl, component_index); in mlxsw_core_fw_component_query() 1003 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mcqi), mcqi_pl); in mlxsw_core_fw_component_query() 1006 mlxsw_reg_mcqi_unpack(mcqi_pl, p_max_size, p_align_bits, p_max_write_size); in mlxsw_core_fw_component_query()
|