Home
last modified time | relevance | path

Searched refs:srpt_set_ch_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/infiniband/ulp/srpt/
Dib_srpt.c112 static bool srpt_set_ch_state(struct srpt_rdma_ch *ch, enum rdma_ch_state new) in srpt_set_ch_state() function
874 if (srpt_set_ch_state(ch, CH_DISCONNECTED)) in srpt_zerolength_write_done()
1835 if (!srpt_set_ch_state(ch, CH_DRAINING)) { in srpt_close_ch()
1851 if (srpt_set_ch_state(ch, CH_DISCONNECTED)) in srpt_close_ch()
1875 if (!srpt_set_ch_state(ch, CH_DISCONNECTING)) in srpt_disconnect_ch()
2492 if (!srpt_set_ch_state(ch, CH_LIVE)) { in srpt_cm_rtu_recv()