Searched refs:riocm_cmp (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/rapidio/
H A Drio_cm.c250 static int riocm_cmp(struct rio_channel *ch, enum rio_cm_state cmp) function
799 if (!riocm_cmp(ch, RIO_CM_CONNECTED)) {
874 if (!riocm_cmp(ch, RIO_CM_CONNECTED)) {
896 ret = riocm_cmp(ch, RIO_CM_CONNECTED) ? 0 : -ECONNRESET;
1016 ret = riocm_cmp(ch, RIO_CM_CONNECTED) ? 0 : -1;
1088 if (!riocm_cmp(ch, RIO_CM_LISTEN)) {

Completed in 245 milliseconds