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