Searched refs:centry (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_ctcam.c | 42 struct mlxsw_sp_acl_ctcam_entry *centry, in mlxsw_sp_acl_ctcam_region_entry_insert() argument 63 centry->parman_item.index, priority); in mlxsw_sp_acl_ctcam_region_entry_insert() 70 err = cregion->ops->entry_insert(cregion, centry, mask); in mlxsw_sp_acl_ctcam_region_entry_insert() 84 struct mlxsw_sp_acl_ctcam_entry *centry) in mlxsw_sp_acl_ctcam_region_entry_remove() argument 90 centry->parman_item.index, 0); in mlxsw_sp_acl_ctcam_region_entry_remove() 92 cregion->ops->entry_remove(cregion, centry); in mlxsw_sp_acl_ctcam_region_entry_remove() 165 struct mlxsw_sp_acl_ctcam_entry *centry, in mlxsw_sp_acl_ctcam_entry_add() argument 172 ¢ry->parman_item); in mlxsw_sp_acl_ctcam_entry_add() 176 err = mlxsw_sp_acl_ctcam_region_entry_insert(mlxsw_sp, cregion, centry, in mlxsw_sp_acl_ctcam_entry_add() 184 ¢ry->parman_item); in mlxsw_sp_acl_ctcam_entry_add() [all …]
|
D | spectrum_acl_tcam.h | 98 struct mlxsw_sp_acl_ctcam_entry *centry, 101 struct mlxsw_sp_acl_ctcam_entry *centry); 117 struct mlxsw_sp_acl_ctcam_entry *centry, 123 struct mlxsw_sp_acl_ctcam_entry *centry); 125 mlxsw_sp_acl_ctcam_entry_offset(struct mlxsw_sp_acl_ctcam_entry *centry) in mlxsw_sp_acl_ctcam_entry_offset() argument 127 return centry->parman_item.index; in mlxsw_sp_acl_ctcam_entry_offset() 168 struct mlxsw_sp_acl_ctcam_entry centry; member 180 mlxsw_sp_acl_tcam_centry_aentry(struct mlxsw_sp_acl_ctcam_entry *centry) in mlxsw_sp_acl_tcam_centry_aentry() argument 182 return container_of(centry, struct mlxsw_sp_acl_atcam_entry, centry); in mlxsw_sp_acl_tcam_centry_aentry()
|
D | spectrum1_acl_tcam.c | 17 struct mlxsw_sp_acl_ctcam_entry centry; member 27 struct mlxsw_sp_acl_ctcam_entry centry; member 32 struct mlxsw_sp_acl_ctcam_entry *centry, in mlxsw_sp1_acl_ctcam_region_entry_insert() argument 40 struct mlxsw_sp_acl_ctcam_entry *centry) in mlxsw_sp1_acl_ctcam_region_entry_remove() argument 83 ®ion->catchall.centry, in mlxsw_sp1_acl_ctcam_region_catchall_add() 107 ®ion->catchall.centry); in mlxsw_sp1_acl_ctcam_region_catchall_del() 179 &chunk->cchunk, &entry->centry, in mlxsw_sp1_acl_tcam_entry_add() 192 &chunk->cchunk, &entry->centry); in mlxsw_sp1_acl_tcam_entry_del() 222 offset = mlxsw_sp_acl_ctcam_entry_offset(&entry->centry); in mlxsw_sp1_acl_tcam_entry_activity_get()
|
D | spectrum2_acl_tcam.c | 32 struct mlxsw_sp_acl_ctcam_entry *centry, in mlxsw_sp2_acl_ctcam_region_entry_insert() argument 40 aentry = mlxsw_sp_acl_tcam_centry_aentry(centry); in mlxsw_sp2_acl_ctcam_region_entry_insert() 52 struct mlxsw_sp_acl_ctcam_entry *centry) in mlxsw_sp2_acl_ctcam_region_entry_remove() argument 58 aentry = mlxsw_sp_acl_tcam_centry_aentry(centry); in mlxsw_sp2_acl_ctcam_region_entry_remove()
|
D | spectrum_acl_atcam.c | 506 &achunk->cchunk, &aentry->centry, in mlxsw_sp_acl_atcam_entry_add() 521 &achunk->cchunk, &aentry->centry); in mlxsw_sp_acl_atcam_entry_del()
|