Searched defs:nfp_cpp_operations (Results 1 – 1 of 1) sorted by relevance
360 struct nfp_cpp_operations { struct361 size_t area_priv_size;362 struct module *owner;364 int (*init)(struct nfp_cpp *cpp);365 void (*free)(struct nfp_cpp *cpp);367 int (*read_serial)(struct device *dev, u8 *serial);368 int (*get_interface)(struct device *dev);370 int (*area_init)(struct nfp_cpp_area *area,373 void (*area_cleanup)(struct nfp_cpp_area *area);397 nfp_cpp_from_operations(const struct nfp_cpp_operations *ops, argument