ishtp_set_connection_state
EXPORT_SYMBOL(ishtp_set_connection_state);
ishtp_set_connection_state(cl, ISHTP_CL_INITIALIZING);
ishtp_set_connection_state(cl, ISHTP_CL_CONNECTING);
ishtp_set_connection_state(cl, ISHTP_CL_DISCONNECTED);
ishtp_set_connection_state(cl, ISHTP_CL_DISCONNECTING);
ishtp_set_connection_state(ecl_ishtp_cl, ISHTP_CL_CONNECTING);
ishtp_set_connection_state(ecl_ishtp_cl, ISHTP_CL_DISCONNECTING);
ishtp_set_connection_state(ecl_ishtp_cl, ISHTP_CL_DISCONNECTING);
void ishtp_set_connection_state(struct ishtp_cl *cl, int state);