Lines Matching refs:dcw
278 * itcw_add_dcw - add a dcw to the itcw
280 * @cmd: the dcw command
281 * @flags: flags for the dcw
282 * @cd: address of control data for this dcw or NULL if none is required
283 * @cd_count: number of control data bytes for this dcw
284 * @count: number of data bytes for this dcw
286 * Add a new dcw to the specified itcw by writing the dcw information specified
288 * a pointer to the newly added dcw on success or -%ENOSPC if the new dcw
294 struct dcw *itcw_add_dcw(struct itcw *itcw, u8 cmd, u8 flags, void *cd,