Searched refs:RIO_CM_CONNECTED (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/rapidio/ |
H A D | rio_cm.c | 100 RIO_CM_CONNECTED, enumerator 439 riocm_exch(ch, RIO_CM_CONNECTED); in riocm_resp_handler() 545 if (ch->state != RIO_CM_CONNECTED) { in rio_rx_data_handler() 797 if (!riocm_cmp(ch, RIO_CM_CONNECTED)) { in riocm_ch_send() 872 if (!riocm_cmp(ch, RIO_CM_CONNECTED)) { in riocm_ch_receive() 894 ret = riocm_cmp(ch, RIO_CM_CONNECTED) ? 0 : -ECONNRESET; in riocm_ch_receive() 1014 ret = riocm_cmp(ch, RIO_CM_CONNECTED) ? 0 : -1; in riocm_ch_connect() 1171 new_ch->state = RIO_CM_CONNECTED; in riocm_ch_accept() 1445 if (state == RIO_CM_CONNECTED) in riocm_ch_close() 2258 if (ch->state == RIO_CM_CONNECTED) { in rio_cm_shutdown() [all...] |
/kernel/linux/linux-6.6/drivers/rapidio/ |
H A D | rio_cm.c | 100 RIO_CM_CONNECTED, enumerator 439 riocm_exch(ch, RIO_CM_CONNECTED); in riocm_resp_handler() 545 if (ch->state != RIO_CM_CONNECTED) { in rio_rx_data_handler() 797 if (!riocm_cmp(ch, RIO_CM_CONNECTED)) { in riocm_ch_send() 872 if (!riocm_cmp(ch, RIO_CM_CONNECTED)) { in riocm_ch_receive() 894 ret = riocm_cmp(ch, RIO_CM_CONNECTED) ? 0 : -ECONNRESET; in riocm_ch_receive() 1014 ret = riocm_cmp(ch, RIO_CM_CONNECTED) ? 0 : -1; in riocm_ch_connect() 1171 new_ch->state = RIO_CM_CONNECTED; in riocm_ch_accept() 1445 if (state == RIO_CM_CONNECTED) in riocm_ch_close() 2254 if (ch->state == RIO_CM_CONNECTED) { in rio_cm_shutdown() [all...] |
Completed in 7 milliseconds