Lines Matching defs:rval
766 u16 rval;
768 rval = fcport->sq_prod_idx;
776 return rval;
945 int rval;
978 rval = fc_remote_port_chkready(rport);
979 if (rval) {
982 rval, rport->port_id);
983 sc_cmd->result = rval;
1451 int rval, i;
1497 rval = qedf_send_rec(io_req);
1503 if (rval)
1512 rval = qedf_initiate_abts(io_req, true);
1513 if (rval)
1521 int rval;
1567 rval = qedf_initiate_abts(io_req, true);
1568 if (rval)
2441 int rval;
2468 rval = fc_remote_port_chkready(rport);
2469 if (rval) {