Searched refs:srpt_set_ch_state (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 108 static bool srpt_set_ch_state(struct srpt_rdma_ch *ch, enum rdma_ch_state new) in srpt_set_ch_state() function 881 if (srpt_set_ch_state(ch, CH_DISCONNECTED)) in srpt_zerolength_write_done() 1898 if (!srpt_set_ch_state(ch, CH_DRAINING)) { in srpt_close_ch() 1914 if (srpt_set_ch_state(ch, CH_DISCONNECTED)) in srpt_close_ch() 1938 if (!srpt_set_ch_state(ch, CH_DISCONNECTING)) in srpt_disconnect_ch() 2615 if (!srpt_set_ch_state(ch, CH_LIVE)) { in srpt_cm_rtu_recv()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 112 static bool srpt_set_ch_state(struct srpt_rdma_ch *ch, enum rdma_ch_state new) in srpt_set_ch_state() function 887 if (srpt_set_ch_state(ch, CH_DISCONNECTED)) in srpt_zerolength_write_done() 1907 if (!srpt_set_ch_state(ch, CH_DRAINING)) { in srpt_close_ch() 1923 if (srpt_set_ch_state(ch, CH_DISCONNECTED)) in srpt_close_ch() 1947 if (!srpt_set_ch_state(ch, CH_DISCONNECTING)) in srpt_disconnect_ch() 2624 if (!srpt_set_ch_state(ch, CH_LIVE)) { in srpt_cm_rtu_recv()
|
Completed in 9 milliseconds