Lines Matching refs:rval
1811 int rval; in fc_queuecommand() local
1815 rval = fc_remote_port_chkready(rport); in fc_queuecommand()
1816 if (rval) { in fc_queuecommand()
1817 sc_cmd->result = rval; in fc_queuecommand()
1882 rval = fc_fcp_pkt_send(lport, fsp); in fc_queuecommand()
1883 if (rval != 0) { in fc_queuecommand()
2041 int rval; in fc_eh_abort() local
2043 rval = fc_block_scsi_eh(sc_cmd); in fc_eh_abort()
2044 if (rval) in fc_eh_abort()
2045 return rval; in fc_eh_abort()
2093 int rval; in fc_eh_device_reset() local
2095 rval = fc_block_scsi_eh(sc_cmd); in fc_eh_device_reset()
2096 if (rval) in fc_eh_device_reset()
2097 return rval; in fc_eh_device_reset()