Lines Matching refs:efct_hw_io
173 struct efct_hw_io;
175 typedef int (*efct_hw_done_t)(struct efct_hw_io *, u32 len, int status,
215 struct efct_hw_io { struct
431 struct efct_hw_io **io;
531 struct efct_hw_io *send_frame_io;
614 struct efct_hw_io *efct_hw_io_alloc(struct efct_hw *hw);
615 int efct_hw_io_free(struct efct_hw *hw, struct efct_hw_io *io);
616 u8 efct_hw_io_inuse(struct efct_hw *hw, struct efct_hw_io *io);
619 struct efct_hw_io *io, union efct_hw_io_param_u *iparam,
622 efct_hw_io_register_sgl(struct efct_hw *hw, struct efct_hw_io *io,
627 struct efct_hw_io *io, enum efct_hw_io_type type);
630 efct_hw_io_add_sge(struct efct_hw *hw, struct efct_hw_io *io,
633 efct_hw_io_abort(struct efct_hw *hw, struct efct_hw_io *io_to_abort,
638 struct efct_hw_io