Searched defs:nfp_cpp_operations (Results 1 – 1 of 1) sorted by relevance
334 struct nfp_cpp_operations { struct335 size_t area_priv_size;336 struct module *owner;338 int (*init)(struct nfp_cpp *cpp);339 void (*free)(struct nfp_cpp *cpp);341 int (*read_serial)(struct device *dev, u8 *serial);342 int (*get_interface)(struct device *dev);344 int (*area_init)(struct nfp_cpp_area *area,347 void (*area_cleanup)(struct nfp_cpp_area *area);371 nfp_cpp_from_operations(const struct nfp_cpp_operations *ops, argument