Searched refs:crystalhd_dio_req (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.h256 struct crystalhd_dio_req *dio_req;
263 struct crystalhd_dio_req *dio_req;
369 enum BC_STATUS crystalhd_hw_post_tx(struct crystalhd_hw *hw, struct crystalhd_dio_req *ioreq,
379 struct crystalhd_dio_req *ioreq, bool en_post);
382 struct crystalhd_dio_req **ioreq);
H A Dcrystalhd_misc.h79 struct crystalhd_dio_req { struct
91 struct crystalhd_dio_req *next;
117 typedef void (*hw_comp_callback)(struct crystalhd_dio_req *,
171 uint32_t, bool, bool, struct crystalhd_dio_req**);
173 extern enum BC_STATUS crystalhd_unmap_dio(struct crystalhd_adp *, struct crystalhd_dio_req*);
H A Dcrystalhd_lnx.h87 struct crystalhd_dio_req *ua_map_free_head;
H A Dcrystalhd_misc.c51 static struct crystalhd_dio_req *crystalhd_alloc_dio(struct crystalhd_adp *adp)
54 struct crystalhd_dio_req *temp = NULL;
70 static void crystalhd_free_dio(struct crystalhd_adp *adp, struct crystalhd_dio_req *dio)
679 struct crystalhd_dio_req **dio_hnd)
681 struct crystalhd_dio_req *dio;
822 enum BC_STATUS crystalhd_unmap_dio(struct crystalhd_adp *adp, struct crystalhd_dio_req *dio)
866 struct crystalhd_dio_req *dio;
895 dio = (struct crystalhd_dio_req *)temp;
925 struct crystalhd_dio_req *dio;
H A Dcrystalhd_cmds.c376 static void bc_proc_in_completion(struct crystalhd_dio_req *dio_hnd,
413 struct crystalhd_dio_req *dio)
512 struct crystalhd_dio_req *dio_hnd = NULL;
549 struct crystalhd_dio_req *dio_hnd = NULL;
586 struct crystalhd_dio_req *dio)
604 struct crystalhd_dio_req *dio = NULL;
655 struct crystalhd_dio_req *dio = NULL;
H A Dcrystalhd_hw.c680 static enum BC_STATUS crystalhd_hw_fill_desc(struct crystalhd_dio_req *ioreq,
771 static enum BC_STATUS crystalhd_xlat_sgl_to_dma_desc(struct crystalhd_dio_req *ioreq,
2008 enum BC_STATUS crystalhd_hw_post_tx(struct crystalhd_hw *hw, struct crystalhd_dio_req *ioreq,
2129 struct crystalhd_dio_req *ioreq, bool en_post)
2170 struct crystalhd_dio_req **ioreq)

Completed in 48 milliseconds