Lines Matching refs:initio_msgin_accept
138 static int initio_msgin_accept(struct initio_host * host);
1801 if ((initio_msgin_accept(host)) == -1) in initio_status_msg()
1820 return initio_msgin_accept(host); in initio_status_msg()
1923 if ((initio_msgin_accept(host)) == -1) in int_initio_resel()
1936 if (initio_msgin_accept(host) == -1) in int_initio_resel()
1955 if ((initio_msgin_accept(host)) == -1) in int_initio_resel()
1964 if ((initio_msgin_accept(host)) == -1) in int_initio_resel()
2008 if (initio_msgin_accept(host) == -1) in initio_msgout_abort_targ()
2031 if (initio_msgin_accept(host) == -1) in initio_msgout_abort_tag()
2068 initio_msgin_accept(host); in initio_msgin()
2077 initio_msgin_accept(host); in initio_msgin()
2083 initio_msgin_accept(host); in initio_msgin()
2103 if (initio_msgin_accept(host) == -1) in initio_msgout_reject()
2125 if (initio_msgin_accept(host) != MSG_IN) in initio_msgin_extend()
2138 if ((initio_msgin_accept(host)) != MSG_IN) in initio_msgin_extend()
2156 return initio_msgin_accept(host); in initio_msgin_extend()
2163 if (initio_msgin_accept(host) != MSG_OUT) in initio_msgin_extend()
2193 return initio_msgin_accept(host); in initio_msgin_extend()
2199 if (initio_msgin_accept(host) != MSG_OUT) in initio_msgin_extend()
2400 static int initio_msgin_accept(struct initio_host * host) in initio_msgin_accept() function