Lines Matching refs:mc_io
53 * @mc_io: Pointer to MC portal's I/O object
68 int dpdmai_open(struct fsl_mc_io *mc_io, u32 cmd_flags,
83 err = mc_send_command(mc_io, &cmd);
96 * @mc_io: Pointer to MC portal's I/O object
105 int dpdmai_close(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token)
114 return mc_send_command(mc_io, &cmd);
120 * @mc_io: Pointer to MC portal's I/O object
140 int dpdmai_create(struct fsl_mc_io *mc_io, u32 cmd_flags,
152 err = mc_send_command(mc_io, &cmd);
164 * @mc_io: Pointer to MC portal's I/O object
170 int dpdmai_destroy(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token)
179 return mc_send_command(mc_io, &cmd);
185 * @mc_io: Pointer to MC portal's I/O object
191 int dpdmai_enable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token)
200 return mc_send_command(mc_io, &cmd);
206 * @mc_io: Pointer to MC portal's I/O object
212 int dpdmai_disable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token)
221 return mc_send_command(mc_io, &cmd);
227 * @mc_io: Pointer to MC portal's I/O object
233 int dpdmai_reset(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token)
242 return mc_send_command(mc_io, &cmd);
248 * @mc_io: Pointer to MC portal's I/O object
255 int dpdmai_get_attributes(struct fsl_mc_io *mc_io, u32 cmd_flags,
267 err = mc_send_command(mc_io, &cmd);
284 * @mc_io: Pointer to MC portal's I/O object
293 int dpdmai_set_rx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token,
312 return mc_send_command(mc_io, &cmd);
318 * @mc_io: Pointer to MC portal's I/O object
327 int dpdmai_get_rx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token,
342 err = mc_send_command(mc_io, &cmd);
359 * @mc_io: Pointer to MC portal's I/O object
368 int dpdmai_get_tx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags,
384 err = mc_send_command(mc_io, &cmd);