Searched refs:mcam_pl (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_env.c | 1418 char mcam_pl[MLXSW_REG_MCAM_LEN]; in mlxsw_env_max_module_eeprom_len_query() local 1422 mlxsw_reg_mcam_pack(mcam_pl, in mlxsw_env_max_module_eeprom_len_query() 1424 err = mlxsw_reg_query(mlxsw_env->core, MLXSW_REG(mcam), mcam_pl); in mlxsw_env_max_module_eeprom_len_query() 1426 mlxsw_reg_mcam_unpack(mcam_pl, MLXSW_REG_MCAM_MCIA_128B, in mlxsw_env_max_module_eeprom_len_query()
|
| H A D | pci.c | 1846 char mcam_pl[MLXSW_REG_MCAM_LEN]; in mlxsw_pci_reset() local 1862 mlxsw_reg_mcam_pack(mcam_pl, in mlxsw_pci_reset() 1864 err = mlxsw_reg_query(mlxsw_pci->core, MLXSW_REG(mcam), mcam_pl); in mlxsw_pci_reset() 1866 mlxsw_reg_mcam_unpack(mcam_pl, MLXSW_REG_MCAM_PCI_RESET, in mlxsw_pci_reset() 1868 mlxsw_reg_mcam_unpack(mcam_pl, MLXSW_REG_MCAM_PCI_RESET_SBR, in mlxsw_pci_reset()
|