Searched refs:num_tidaws (Results 1 - 3 of 3) 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.c142 * @num_tidaws: the number of tidaws used to address input/output data or zero
152 void tcw_finalize(struct tcw *tcw, int num_tidaws) argument
161 if (num_tidaws > 0)
162 tidaw[num_tidaws - 1].flags |= TIDAW_FLAGS_LAST;
170 count += calc_cbc_size(tidaw, num_tidaws);
324 * @num_tidaws: the current number of tidaws
337 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags, argument
343 tidaw = ((struct tidaw *) tcw_get_data(tcw)) + num_tidaws;
H A Ditcw.c60 int num_tidaws; member in struct:itcw
291 if (itcw->num_tidaws >= itcw->max_tidaws)
293 return tcw_add_tidaw(itcw->tcw, itcw->num_tidaws++, flags, addr, count);
325 tcw_finalize(itcw->tcw, itcw->num_tidaws);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dfcx.h297 void tcw_finalize(struct tcw *tcw, int num_tidaws);
308 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags,

Completed in 41 milliseconds