Searched defs:mlxsw_sp_fid_ops (Results 1 – 1 of 1) sorted by relevance
78 struct mlxsw_sp_fid_ops { struct79 void (*setup)(struct mlxsw_sp_fid *fid, const void *arg);80 int (*configure)(struct mlxsw_sp_fid *fid);81 void (*deconfigure)(struct mlxsw_sp_fid *fid);82 int (*index_alloc)(struct mlxsw_sp_fid *fid, const void *arg,84 bool (*compare)(const struct mlxsw_sp_fid *fid,86 int (*port_vid_map)(struct mlxsw_sp_fid *fid,110 const struct mlxsw_sp_fid_ops *ops; argument