Searched defs:mlxsw_sp_fid_ops (Results 1 – 1 of 1) sorted by relevance
71 struct mlxsw_sp_fid_ops { struct72 void (*setup)(struct mlxsw_sp_fid *fid, const void *arg);73 int (*configure)(struct mlxsw_sp_fid *fid);74 void (*deconfigure)(struct mlxsw_sp_fid *fid);75 int (*index_alloc)(struct mlxsw_sp_fid *fid, const void *arg,77 bool (*compare)(const struct mlxsw_sp_fid *fid,79 u16 (*flood_index)(const struct mlxsw_sp_fid *fid);103 const struct mlxsw_sp_fid_ops *ops; argument