Searched defs:ssi_protocol (Results 1 – 2 of 2) sorted by relevance
136 struct ssi_protocol { struct137 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;[all …]
48 struct hsi_client *ssi_protocol; member