Lines Matching refs:initio_msgin_accept
152 static int initio_msgin_accept(struct initio_host * host);
1815 if ((initio_msgin_accept(host)) == -1) in initio_status_msg()
1834 return initio_msgin_accept(host); in initio_status_msg()
1937 if ((initio_msgin_accept(host)) == -1) in int_initio_resel()
1950 if (initio_msgin_accept(host) == -1) in int_initio_resel()
1969 if ((initio_msgin_accept(host)) == -1) in int_initio_resel()
1978 if ((initio_msgin_accept(host)) == -1) in int_initio_resel()
2022 if (initio_msgin_accept(host) == -1) in initio_msgout_abort_targ()
2045 if (initio_msgin_accept(host) == -1) in initio_msgout_abort_tag()
2082 initio_msgin_accept(host); in initio_msgin()
2091 initio_msgin_accept(host); in initio_msgin()
2097 initio_msgin_accept(host); in initio_msgin()
2117 if (initio_msgin_accept(host) == -1) in initio_msgout_reject()
2139 if (initio_msgin_accept(host) != MSG_IN) in initio_msgin_extend()
2152 if ((initio_msgin_accept(host)) != MSG_IN) in initio_msgin_extend()
2170 return initio_msgin_accept(host); in initio_msgin_extend()
2177 if (initio_msgin_accept(host) != MSG_OUT) in initio_msgin_extend()
2207 return initio_msgin_accept(host); in initio_msgin_extend()
2213 if (initio_msgin_accept(host) != MSG_OUT) in initio_msgin_extend()
2414 static int initio_msgin_accept(struct initio_host * host) in initio_msgin_accept() function