Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/rapidio/
Drio_cm.c100 RIO_CM_CONNECTED, enumerator
441 riocm_exch(ch, RIO_CM_CONNECTED); in riocm_resp_handler()
547 if (ch->state != RIO_CM_CONNECTED) { in rio_rx_data_handler()
799 if (!riocm_cmp(ch, RIO_CM_CONNECTED)) { in riocm_ch_send()
874 if (!riocm_cmp(ch, RIO_CM_CONNECTED)) { in riocm_ch_receive()
896 ret = riocm_cmp(ch, RIO_CM_CONNECTED) ? 0 : -ECONNRESET; in riocm_ch_receive()
1016 ret = riocm_cmp(ch, RIO_CM_CONNECTED) ? 0 : -1; in riocm_ch_connect()
1173 new_ch->state = RIO_CM_CONNECTED; in riocm_ch_accept()
1447 if (state == RIO_CM_CONNECTED) in riocm_ch_close()
2256 if (ch->state == RIO_CM_CONNECTED) { in rio_cm_shutdown()