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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dclaw.h198 struct ccw1 read_h; /* read header */ member in struct:ccwbk
H A Dclaw.c1868 /* initialize read_h command */
1869 p_buf-> read_h.cmd_code = CCW_CLAW_CMD_READHEADER;
1870 p_buf-> read_h.cda =
1872 p_buf-> read_h.flags = CCW_FLAG_SLI | CCW_FLAG_CC;
1873 p_buf-> read_h.count = sizeof(struct clawh);
1976 /* initialize read_h command */
1977 p_buf-> read_h.cmd_code = CCW_CLAW_CMD_READHEADER;
1978 p_buf-> read_h.cda =
1980 p_buf-> read_h.flags = CCW_FLAG_SLI | CCW_FLAG_CC;
1981 p_buf-> read_h
[all...]

Completed in 53 milliseconds