Searched defs:nfp_cpp_operations (Results 1 – 1 of 1) sorted by relevance
338 struct nfp_cpp_operations { struct339 size_t area_priv_size;340 struct module *owner;342 int (*init)(struct nfp_cpp *cpp);343 void (*free)(struct nfp_cpp *cpp);345 int (*read_serial)(struct device *dev, u8 *serial);346 int (*get_interface)(struct device *dev);348 int (*area_init)(struct nfp_cpp_area *area,351 void (*area_cleanup)(struct nfp_cpp_area *area);375 nfp_cpp_from_operations(const struct nfp_cpp_operations *ops, argument