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