Searched refs:ioreq (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.c680 static enum BC_STATUS crystalhd_hw_fill_desc(struct crystalhd_dio_req *ioreq, argument
690 if (!ioreq || !desc || !desc_paddr_base || !xfr_sz ||
691 (!sg_cnt && !ioreq->uinfo.dir_tx)) {
702 len = crystalhd_get_sgle_len(ioreq, sg_ix);
708 addr_temp.full_addr = crystalhd_get_sgle_paddr(ioreq, sg_ix);
716 desc[ix].dma_dir = ioreq->uinfo.dir_tx;
727 if ((!len) || (len > crystalhd_get_sgle_len(ioreq, sg_ix))) {
743 if (ioreq->fb_size) {
745 addr_temp.full_addr = ioreq->fb_pa;
748 desc[ix].dma_dir = ioreq
771 crystalhd_xlat_sgl_to_dma_desc(struct crystalhd_dio_req *ioreq, struct dma_desc_mem *pdesc_mem, uint32_t *uv_desc_index) argument
2008 crystalhd_hw_post_tx(struct crystalhd_hw *hw, struct crystalhd_dio_req *ioreq, hw_comp_callback call_back, wait_queue_head_t *cb_event, uint32_t *list_id, uint8_t data_flags) argument
2128 crystalhd_hw_add_cap_buffer(struct crystalhd_hw *hw, struct crystalhd_dio_req *ioreq, bool en_post) argument
2168 crystalhd_hw_get_cap_buffer(struct crystalhd_hw *hw, struct BC_PIC_INFO_BLOCK *pib, struct crystalhd_dio_req **ioreq) argument
[all...]
H A Dcrystalhd_hw.h369 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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dmisc.h80 /*kvm get vcpu ioreq for kvm module!*/
88 return &p_ctl_data->u.ioreq;
H A Dmmio.c142 p->u.ioreq.addr = src_pa;
143 p->u.ioreq.size = s;
144 p->u.ioreq.dir = dir;
146 p->u.ioreq.data = *dest;
147 p->u.ioreq.state = STATE_IOREQ_READY;
150 if (p->u.ioreq.state == STATE_IORESP_READY) {
153 *dest = p->u.ioreq.data & (~0UL >> (64-(s*8)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/zd1211rw/
H A Dzd_chip.h822 struct zd_ioreq16 ioreq; local
825 ioreq.addr = addr;
826 ioreq.value = value;
828 return zd_usb_iowrite16v(&chip->usb, &ioreq, 1);
840 struct zd_ioreq32 ioreq; local
842 ioreq.addr = addr;
843 ioreq.value = value;
845 return _zd_iowrite32v_locked(chip, &ioreq, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dkvm_host.h323 struct kvm_mmio_req ioreq; member in union:exit_ctl_data::__anon9256

Completed in 139 milliseconds