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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/net/
H A Dclaw.h177 struct ccw1 read_h; /* read header */ member in struct:ccwbk
H A Dclaw.c2544 /* initialize read_h command */
2545 p_buf-> read_h.cmd_code = CCW_CLAW_CMD_READHEADER;
2546 p_buf-> read_h.cda =
2548 p_buf-> read_h.flags = CCW_FLAG_SLI | CCW_FLAG_CC;
2549 p_buf-> read_h.count = sizeof(struct clawh);
2661 /* initialize read_h command */
2662 p_buf-> read_h.cmd_code = CCW_CLAW_CMD_READHEADER;
2663 p_buf-> read_h.cda =
2665 p_buf-> read_h.flags = CCW_FLAG_SLI | CCW_FLAG_CC;
2666 p_buf-> read_h
[all...]

Completed in 105 milliseconds