Home
last modified time | relevance | path

Searched refs:read_serial (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_cpp.h367 int (*read_serial)(struct device *dev, u8 *serial); member
Dnfp_cppcore.c1186 if (ops->read_serial) { in nfp_cpp_from_operations()
1187 err = ops->read_serial(parent, cpp->serial); in nfp_cpp_from_operations()
Dnfp6000_pcie.c1294 .read_serial = nfp6000_read_serial,