Searched defs:qeth_channel (Results 1 – 2 of 2) sorted by relevance
600 struct qeth_channel { struct601 enum qeth_channel_states state; argument602 struct ccw1 *ccw;603 spinlock_t iob_lock;604 wait_queue_head_t wait_q;605 struct ccw_device *ccwdev;607 struct qeth_cmd_buffer iob[QETH_CMD_BUFFER_NO];608 atomic_t irq_pending;609 int io_buf_no;
1839 void (*idx_reply_cb)(struct qeth_channel *, in qeth_idx_activate_get_answer()1884 void (*idx_reply_cb)(struct qeth_channel *, in qeth_idx_activate_channel()