Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h48 MC_RSP_OP(cmd, 1, 40, 8, enum dpmac_eth_if, attr->eth_if);\
163 enum dpmac_eth_if { enum
247 enum dpmac_eth_if eth_if;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac.h52 enum dpmac_eth_if { enum
77 enum dpmac_eth_if eth_if;
H A Ddpaa2-mac.c10 static int phy_mode(enum dpmac_eth_if eth_if, phy_interface_t *if_mode) in phy_mode()