Searched refs:mcam_pl (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_env.c | 1419 char mcam_pl[MLXSW_REG_MCAM_LEN]; in mlxsw_env_max_module_eeprom_len_query() local 1423 mlxsw_reg_mcam_pack(mcam_pl, in mlxsw_env_max_module_eeprom_len_query() 1425 err = mlxsw_reg_query(mlxsw_env->core, MLXSW_REG(mcam), mcam_pl); in mlxsw_env_max_module_eeprom_len_query() 1427 mlxsw_reg_mcam_unpack(mcam_pl, MLXSW_REG_MCAM_MCIA_128B, in mlxsw_env_max_module_eeprom_len_query()
|
| H A D | pci.c | 1847 char mcam_pl[MLXSW_REG_MCAM_LEN]; in mlxsw_pci_reset() local 1863 mlxsw_reg_mcam_pack(mcam_pl, in mlxsw_pci_reset() 1865 err = mlxsw_reg_query(mlxsw_pci->core, MLXSW_REG(mcam), mcam_pl); in mlxsw_pci_reset() 1867 mlxsw_reg_mcam_unpack(mcam_pl, MLXSW_REG_MCAM_PCI_RESET, in mlxsw_pci_reset() 1869 mlxsw_reg_mcam_unpack(mcam_pl, MLXSW_REG_MCAM_PCI_RESET_SBR, in mlxsw_pci_reset()
|