Lines Matching refs:initio_msgin_accept
168 static int initio_msgin_accept(struct initio_host * host);
1831 if ((initio_msgin_accept(host)) == -1) in initio_status_msg()
1850 return initio_msgin_accept(host); in initio_status_msg()
1953 if ((initio_msgin_accept(host)) == -1) in int_initio_resel()
1966 if (initio_msgin_accept(host) == -1) in int_initio_resel()
1985 if ((initio_msgin_accept(host)) == -1) in int_initio_resel()
1994 if ((initio_msgin_accept(host)) == -1) in int_initio_resel()
2038 if (initio_msgin_accept(host) == -1) in initio_msgout_abort_targ()
2061 if (initio_msgin_accept(host) == -1) in initio_msgout_abort_tag()
2098 initio_msgin_accept(host); in initio_msgin()
2107 initio_msgin_accept(host); in initio_msgin()
2113 initio_msgin_accept(host); in initio_msgin()
2133 if (initio_msgin_accept(host) == -1) in initio_msgout_reject()
2155 if (initio_msgin_accept(host) != MSG_IN) in initio_msgin_extend()
2168 if ((initio_msgin_accept(host)) != MSG_IN) in initio_msgin_extend()
2186 return initio_msgin_accept(host); in initio_msgin_extend()
2193 if (initio_msgin_accept(host) != MSG_OUT) in initio_msgin_extend()
2223 return initio_msgin_accept(host); in initio_msgin_extend()
2229 if (initio_msgin_accept(host) != MSG_OUT) in initio_msgin_extend()
2430 static int initio_msgin_accept(struct initio_host * host) in initio_msgin_accept() function