Searched refs:ch_state (Results 1 – 1 of 1) sorted by relevance
1813 enum rdma_ch_state ch_state; in srpt_handle_new_iu() local1822 ch_state = srpt_get_ch_state(ch); in srpt_handle_new_iu()1823 if (unlikely(ch_state == CH_CONNECTING)) { in srpt_handle_new_iu()1828 if (unlikely(ch_state != CH_LIVE)) in srpt_handle_new_iu()2423 enum rdma_ch_state ch_state; in srpt_cm_req_recv() local2425 ch_state = srpt_get_ch_state(ch); in srpt_cm_req_recv()2426 if (ch_state != CH_CONNECTING in srpt_cm_req_recv()2427 && ch_state != CH_LIVE) in srpt_cm_req_recv()2433 ch->sess_name, ch->cm_id, ch_state); in srpt_cm_req_recv()2895 enum rdma_ch_state ch_state; in srpt_write_pending() local[all …]