Home
last modified time | relevance | path

Searched defs:nfp_cpp_operations (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/nfpcore/
A Dnfp_cpp.h334 struct nfp_cpp_operations { struct
335 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

Completed in 4 milliseconds