Lines Matching refs:rtn
231 int rtn; in mptfc_abort() local
233 rtn = mptfc_block_error_handler(rport); in mptfc_abort()
234 if (rtn == SUCCESS) { in mptfc_abort()
239 rtn = mptscsih_abort(SCpnt); in mptfc_abort()
241 return rtn; in mptfc_abort()
250 int rtn; in mptfc_dev_reset() local
252 rtn = mptfc_block_error_handler(rport); in mptfc_dev_reset()
253 if (rtn == SUCCESS) { in mptfc_dev_reset()
258 rtn = mptscsih_dev_reset(SCpnt); in mptfc_dev_reset()
260 return rtn; in mptfc_dev_reset()
270 int rtn = FAILED; in mptfc_bus_reset() local
278 rtn = fc_block_rport(ri->rport); in mptfc_bus_reset()
279 if (rtn != 0) in mptfc_bus_reset()
283 if (rtn == 0) { in mptfc_bus_reset()
288 rtn = mptscsih_bus_reset(SCpnt); in mptfc_bus_reset()
290 return rtn; in mptfc_bus_reset()