Lines Matching defs:rval
761 u16 rval;
763 rval = fcport->sq_prod_idx;
771 return rval;
939 int rval;
972 rval = fc_remote_port_chkready(rport);
973 if (rval) {
976 rval, rport->port_id);
977 sc_cmd->result = rval;
1431 int rval, i;
1477 rval = qedf_send_rec(io_req);
1483 if (rval)
1492 rval = qedf_initiate_abts(io_req, true);
1493 if (rval)
1501 int rval;
1547 rval = qedf_initiate_abts(io_req, true);
1548 if (rval)
2421 int rval;
2448 rval = fc_remote_port_chkready(rport);
2449 if (rval) {