Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dqeth_core_mpc.c142 static const struct ipa_rc_msg qeth_ipa_rc_msg[] = { variable
212 for (x = 0; x < ARRAY_SIZE(qeth_ipa_rc_msg) - 1; x++) in qeth_get_ipa_msg()
213 if (qeth_ipa_rc_msg[x].rc == rc) in qeth_get_ipa_msg()
214 return qeth_ipa_rc_msg[x].msg; in qeth_get_ipa_msg()
215 return qeth_ipa_rc_msg[x].msg; in qeth_get_ipa_msg()