Lines Matching defs:ishtp_cl
36 struct ishtp_cl { struct
43 struct ishtp_cl_device *device; argument
61 struct ishtp_cl_rb free_rb_list; argument
64 struct ishtp_cl_rb in_process_list; argument
69 struct ishtp_cl_tx_ring tx_list, tx_free_list; argument
70 int tx_ring_free_size;
71 spinlock_t tx_list_spinlock;
72 spinlock_t tx_free_list_spinlock;
73 size_t tx_offs; /* Offset in buffer at head of 'tx_list' */
83 int sending;
86 spinlock_t fc_spinlock;
89 wait_queue_head_t wait_ctrl_res;
114 void ishtp_cl_send_msg(struct ishtp_device *dev, struct ishtp_cl *cl); argument