Lines Matching refs:rtn
230 int rtn; in mptfc_abort() local
232 rtn = mptfc_block_error_handler(rport); in mptfc_abort()
233 if (rtn == SUCCESS) { in mptfc_abort()
238 rtn = mptscsih_abort(SCpnt); in mptfc_abort()
240 return rtn; in mptfc_abort()
249 int rtn; in mptfc_dev_reset() local
251 rtn = mptfc_block_error_handler(rport); in mptfc_dev_reset()
252 if (rtn == SUCCESS) { in mptfc_dev_reset()
257 rtn = mptscsih_dev_reset(SCpnt); in mptfc_dev_reset()
259 return rtn; in mptfc_dev_reset()
269 int rtn = FAILED; in mptfc_bus_reset() local
277 rtn = fc_block_rport(ri->rport); in mptfc_bus_reset()
278 if (rtn != 0) in mptfc_bus_reset()
282 if (rtn == 0) { in mptfc_bus_reset()
287 rtn = mptscsih_bus_reset(SCpnt); in mptfc_bus_reset()
289 return rtn; in mptfc_bus_reset()