Searched defs:mlxsw_sp_fid_ops (Results 1 – 1 of 1) sorted by relevance
70 struct mlxsw_sp_fid_ops { struct71 void (*setup)(struct mlxsw_sp_fid *fid, const void *arg);72 int (*configure)(struct mlxsw_sp_fid *fid);73 void (*deconfigure)(struct mlxsw_sp_fid *fid);74 int (*index_alloc)(struct mlxsw_sp_fid *fid, const void *arg,76 bool (*compare)(const struct mlxsw_sp_fid *fid,78 u16 (*flood_index)(const struct mlxsw_sp_fid *fid);102 const struct mlxsw_sp_fid_ops *ops; argument