Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c828 #define IS_FEC(ops) ((ops) == &fs_fec_ops)
1032 .data = (void *)&fs_fec_ops,
1036 .data = (void *)&fs_fec_ops,
1041 .data = (void *)&fs_fec_ops,
H A Dfs_enet.h228 extern const struct fs_ops fs_fec_ops;
H A Dmac-fec.c448 const struct fs_ops fs_fec_ops = { variable