Home
last modified time | relevance | path

Searched refs:fs_ops (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h74 struct fs_ops { struct
130 const struct fs_ops *ops;
228 extern const struct fs_ops fs_fec_ops;
229 extern const struct fs_ops fs_fcc_ops;
230 extern const struct fs_ops fs_scc_ops;
H A Dmac-fec.c448 const struct fs_ops fs_fec_ops = {
H A Dmac-scc.c456 const struct fs_ops fs_scc_ops = {
H A Dmac-fcc.c559 const struct fs_ops fs_fcc_ops = {
H A Dfs_enet-main.c859 const struct fs_ops *ops; in fs_enet_probe()