Home
last modified time | relevance | path

Searched refs:mlxsw_reg_ptce3_pack (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_atcam.c401 mlxsw_reg_ptce3_pack(ptce3_pl, true, MLXSW_REG_PTCE3_OP_WRITE_WRITE, in mlxsw_sp_acl_atcam_region_entry_insert()
430 mlxsw_reg_ptce3_pack(ptce3_pl, false, MLXSW_REG_PTCE3_OP_WRITE_WRITE, 0, in mlxsw_sp_acl_atcam_region_entry_remove()
459 mlxsw_reg_ptce3_pack(ptce3_pl, true, MLXSW_REG_PTCE3_OP_WRITE_UPDATE, in mlxsw_sp_acl_atcam_region_entry_action_replace()
H A Dreg.h3464 static inline void mlxsw_reg_ptce3_pack(char *payload, bool valid, in mlxsw_reg_ptce3_pack() function