Lines Matching refs:csio_hw
106 struct csio_hw;
253 void (*io_cbfn) (struct csio_hw *, struct csio_ioreq *);
350 typedef void (*iq_handler_t)(struct csio_hw *, void *, uint32_t,
483 int csio_wr_alloc_q(struct csio_hw *, uint32_t, uint32_t,
485 int csio_wr_iq_create(struct csio_hw *, void *, int,
487 void (*)(struct csio_hw *, struct csio_mb *));
488 int csio_wr_eq_create(struct csio_hw *, void *, int, int, uint8_t,
489 void (*)(struct csio_hw *, struct csio_mb *));
490 int csio_wr_destroy_queues(struct csio_hw *, bool cmd);
493 int csio_wr_get(struct csio_hw *, int, uint32_t,
496 int csio_wr_issue(struct csio_hw *, int, bool);
497 int csio_wr_process_iq(struct csio_hw *, struct csio_q *,
498 void (*)(struct csio_hw *, void *,
502 int csio_wr_process_iq_idx(struct csio_hw *, int,
503 void (*)(struct csio_hw *, void *,
508 void csio_wr_sge_init(struct csio_hw *);
509 int csio_wrm_init(struct csio_wrm *, struct csio_hw *);
510 void csio_wrm_exit(struct csio_wrm *, struct csio_hw *);