Lines Matching defs:ssi_protocol
138 struct ssi_protocol { struct
139 unsigned int main_state;
140 unsigned int send_state;
141 unsigned int recv_state;
142 unsigned long flags;
143 u8 rxid;
144 u8 txid;
145 unsigned int txqueue_len;
146 struct timer_list tx_wd;
147 struct timer_list rx_wd;
148 struct timer_list keep_alive; /* wake-up workaround */
149 spinlock_t lock;
150 struct net_device *netdev;
151 struct list_head txqueue;
152 struct list_head cmdqueue;
153 struct work_struct work;
154 struct hsi_client *cl;
155 struct list_head link;
156 atomic_t tx_usecnt;
157 int channel_id_cmd;
158 int channel_id_data;