Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet-main.c898 #define IS_FEC(match) ((match)->data == &fs_fec_ops)
1106 .data = (void *)&fs_fec_ops,
1110 .data = (void *)&fs_fec_ops,
1115 .data = (void *)&fs_fec_ops,
Dfs_enet.h244 extern const struct fs_ops fs_fec_ops;
Dmac-fec.c510 const struct fs_ops fs_fec_ops = { variable