Searched refs:dcw (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/s390/cio/
H A Dfcx.c101 struct dcw *dcw; local
107 dcw = (struct dcw *) &tccb->tca[offset];
108 count += dcw->count;
109 if (!(dcw->flags & DCW_FLAGS_CC))
111 offset += sizeof(struct dcw) + ALIGN((int) dcw->cd_count, 4);
277 * tccb_add_dcw - add a dcw to the tccb
280 * @cmd: the dcw comman
297 struct dcw *dcw; local
[all...]
H A Ditcw.c250 * itcw_add_dcw - add a dcw to the itcw
252 * @cmd: the dcw command
253 * @flags: flags for the dcw
254 * @cd: address of control data for this dcw or NULL if none is required
255 * @cd_count: number of control data bytes for this dcw
256 * @count: number of data bytes for this dcw
258 * Add a new dcw to the specified itcw by writing the dcw information specified
260 * a pointer to the newly added dcw on success or -%ENOSPC if the new dcw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Ditcw.h23 struct dcw *itcw_add_dcw(struct itcw *itcw, u8 cmd, u8 flags, void *cd,
H A Dfcx.h229 * struct dcw - Device-Command Word (DCW)
237 struct dcw { struct
249 TCCB_MAX_DCW * sizeof(struct dcw) + \
306 struct dcw *tccb_add_dcw(struct tccb *tccb, size_t tccb_size, u8 cmd, u8 flags,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx_dsp_scb_types.h52 u32 dcw; /* DMA Control Word */ member in struct:dsp_basic_dma_req
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_eckd.c2196 struct dcw *dcw; local
2308 dcw = itcw_add_dcw(itcw, pfx_cmd, 0,
2575 struct dcw *dcw; local
2580 dcw = (struct dcw *)&tccb->tca[0];
2581 pfxdata = (struct PFX_eckd_data *)&dcw->cd[0];

Completed in 44 milliseconds