Lines Matching refs:mc_io
14 int dpmac_open(struct fsl_mc_io *mc_io, in dpmac_open() argument
29 err = mc_send_command(mc_io, &cmd); in dpmac_open()
39 int dpmac_close(struct fsl_mc_io *mc_io, in dpmac_close() argument
50 return mc_send_command(mc_io, &cmd); in dpmac_close()
53 int dpmac_create(struct fsl_mc_io *mc_io, in dpmac_create() argument
68 err = mc_send_command(mc_io, &cmd); in dpmac_create()
78 int dpmac_destroy(struct fsl_mc_io *mc_io, in dpmac_destroy() argument
90 return mc_send_command(mc_io, &cmd); in dpmac_destroy()
93 int dpmac_get_attributes(struct fsl_mc_io *mc_io, in dpmac_get_attributes() argument
107 err = mc_send_command(mc_io, &cmd); in dpmac_get_attributes()
117 int dpmac_mdio_read(struct fsl_mc_io *mc_io, in dpmac_mdio_read() argument
132 err = mc_send_command(mc_io, &cmd); in dpmac_mdio_read()
142 int dpmac_mdio_write(struct fsl_mc_io *mc_io, in dpmac_mdio_write() argument
156 return mc_send_command(mc_io, &cmd); in dpmac_mdio_write()
159 int dpmac_get_link_cfg(struct fsl_mc_io *mc_io, in dpmac_get_link_cfg() argument
173 err = mc_send_command(mc_io, &cmd); in dpmac_get_link_cfg()
182 int dpmac_set_link_state(struct fsl_mc_io *mc_io, in dpmac_set_link_state() argument
196 return mc_send_command(mc_io, &cmd); in dpmac_set_link_state()
199 int dpmac_get_counter(struct fsl_mc_io *mc_io, in dpmac_get_counter() argument
215 err = mc_send_command(mc_io, &cmd); in dpmac_get_counter()