Searched defs:qeth_channel (Results 1 – 2 of 2) sorted by relevance
584 struct qeth_channel { struct585 enum qeth_channel_states state; argument586 struct ccw1 ccw;587 spinlock_t iob_lock;588 wait_queue_head_t wait_q;589 struct tasklet_struct irq_tasklet;590 struct ccw_device *ccwdev;592 struct qeth_cmd_buffer iob[QETH_CMD_BUFFER_NO];593 atomic_t irq_pending;594 int io_buf_no;[all …]
1708 void (*idx_reply_cb)(struct qeth_channel *, in qeth_idx_activate_get_answer()1753 void (*idx_reply_cb)(struct qeth_channel *, in qeth_idx_activate_channel()