Home
last modified time | relevance | path

Searched defs:qeth_channel (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/s390/net/
Dqeth_core.h594 struct qeth_channel { struct
595 enum qeth_channel_states state; argument
596 struct ccw1 ccw;
597 spinlock_t iob_lock;
598 wait_queue_head_t wait_q;
599 struct ccw_device *ccwdev;
601 struct qeth_cmd_buffer iob[QETH_CMD_BUFFER_NO];
602 atomic_t irq_pending;
603 int io_buf_no;
604 int buf_no;
Dqeth_core_main.c1776 void (*idx_reply_cb)(struct qeth_channel *, in qeth_idx_activate_get_answer()
1823 void (*idx_reply_cb)(struct qeth_channel *, in qeth_idx_activate_channel()