Searched refs:ccw (Results 26 - 33 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dqdio.h329 struct ccw1 ccw; member in struct:qdio_irq
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dfs3270.c33 int read_command; /* ccw command to use for reads. */
34 int write_command; /* ccw command to use for writes. */
137 fp->init->ccw.count = fp->rdbuf_size;
H A Dvmur.c58 MODULE_DEVICE_TABLE(ccw, ur_ids);
82 * Each ur device (urd) contains a reference to its corresponding ccw device
83 * (cdev) using the urd->cdev pointer. Each ccw device has a reference to the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_devmap.c144 *id1 = ipl_info.data.ccw.dev_id.ssid;
145 *devno = ipl_info.data.ccw.dev_id.devno;
645 * This function needs to be called with the ccw device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_core.h557 struct ccw1 ccw; member in struct:qeth_channel
H A Dqeth_l2_main.c1193 rc = ccw_device_start(card->write.ccwdev, &card->write.ccw,
H A Dlcs.c252 /* Last ccw is a tic (transfer in channel). */
299 /* Last ccw is a tic (transfer in channel). */
1431 /* How far in the ccw chain have we processed? */
2381 MODULE_DEVICE_TABLE(ccw, lcs_ids);
H A Dclaw.c281 MODULE_DEVICE_TABLE(ccw, claw_ids);
1150 /* set up TIC ccw */
1439 /* setup ending ccw sequence for this segment */
1442 pEnd->write1=0x00; /* second end ccw is now active */
1453 pEnd->write1=0x01; /* first end ccw is now active */
1558 privptr->p_write_free_chain=NULL; /* pointer to free ccw chain*/
1559 privptr->p_write_active_first=NULL; /* pointer to the first write ccw*/
1560 privptr->p_write_active_last=NULL; /* pointer to the last write ccw*/
1561 privptr->p_read_active_first=NULL; /* pointer to the first read ccw*/
1562 privptr->p_read_active_last=NULL; /* pointer to the last read ccw */
[all...]

Completed in 136 milliseconds

12