Searched defs:ch_state (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c1926 enum rdma_ch_state ch_state; local
1935 ch_state = srpt_get_ch_state(ch);
1936 if (unlikely(ch_state == CH_CONNECTING)) {
1941 if (unlikely(ch_state != CH_LIVE))
2503 enum rdma_ch_state ch_state; local
2505 ch_state = srpt_get_ch_state(ch);
2506 if (ch_state != CH_CONNECTING
2507 && ch_state != CH_LIVE)
2513 ch->sess_name, ch->cm_id, ch_state);
2978 enum rdma_ch_state ch_state; local
[all...]
/drivers/media/video/
H A Domap24xxcam.h440 struct channel_state ch_state[NUM_CAMDMA_CHANNELS]; member in struct:omap24xxcam_dma

Completed in 181 milliseconds