Lines Matching defs:ssi_protocol
125 struct ssi_protocol { struct
126 unsigned int main_state;
127 unsigned int send_state;
128 unsigned int recv_state;
129 unsigned long flags;
130 u8 rxid;
131 u8 txid;
132 unsigned int txqueue_len;
133 struct timer_list tx_wd;
134 struct timer_list rx_wd;
135 struct timer_list keep_alive; /* wake-up workaround */
136 spinlock_t lock;
137 struct net_device *netdev;
138 struct list_head txqueue;
139 struct list_head cmdqueue;
140 struct work_struct work;
141 struct hsi_client *cl;
142 struct list_head link;
143 atomic_t tx_usecnt;
144 int channel_id_cmd;
145 int channel_id_data;