Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c887 #define IS_FEC(match) ((match)->data == &fs_fec_ops)
1090 .data = (void *)&fs_fec_ops,
1094 .data = (void *)&fs_fec_ops,
1099 .data = (void *)&fs_fec_ops,
H A Dfs_enet.h245 extern const struct fs_ops fs_fec_ops;
H A Dmac-fec.c451 const struct fs_ops fs_fec_ops = { variable