Searched refs:eswf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dscsw.h19 * @eswf: esw format
41 __u32 eswf : 1; member in struct:cmd_scsw
64 * @eswf: esw format
83 u32 eswf:1; member in struct:tm_scsw
209 * scsw_eswf - return scsw eswf field
212 * Return the value of the eswf field of the specified scsw, regardless of
218 return scsw->tm.eswf;
220 return scsw->cmd.eswf;
368 * scsw_cmd_is_valid_eswf - check eswf field validity
371 * Return non-zero if the eswf fiel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice_status.c100 if (!irb->scsw.cmd.eswf &&
128 if (irb->scsw.cmd.eswf) {

Completed in 44 milliseconds