Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c58 struct mlxsw_sp_crif { struct
67 .key_offset = offsetof(struct mlxsw_sp_crif, key), argument
68 .key_len = sizeof_field(struct mlxsw_sp_crif, key),
69 .head_offset = offsetof(struct mlxsw_sp_crif, ht_node),
73 struct mlxsw_sp_crif *crif; /* NULL for underlay RIF */
1086 mlxsw_sp_crif_init(struct mlxsw_sp_crif *crif, struct net_device *dev) in mlxsw_sp_crif_init()
1092 static struct mlxsw_sp_crif *
1095 struct mlxsw_sp_crif *crif; in mlxsw_sp_crif_alloc()
1105 static void mlxsw_sp_crif_free(struct mlxsw_sp_crif *crif) in mlxsw_sp_crif_free()
1115 struct mlxsw_sp_crif *crif) in mlxsw_sp_crif_insert()
[all …]
Dspectrum_router.h63 struct mlxsw_sp_crif *lb_crif;