Lines Matching refs:rv
607 int rv = 0; in csio_wr_iq_destroy_rsp() local
610 rv = -EINVAL; in csio_wr_iq_destroy_rsp()
614 return rv; in csio_wr_iq_destroy_rsp()
631 int rv = 0; in csio_wr_iq_destroy() local
657 rv = csio_mb_issue(hw, mbp); in csio_wr_iq_destroy()
658 if (rv != 0) { in csio_wr_iq_destroy()
660 return rv; in csio_wr_iq_destroy()
681 int rv = 0; in csio_wr_eq_destroy_rsp() local
684 rv = -EINVAL; in csio_wr_eq_destroy_rsp()
688 return rv; in csio_wr_eq_destroy_rsp()
705 int rv = 0; in csio_wr_eq_destroy() local
721 rv = csio_mb_issue(hw, mbp); in csio_wr_eq_destroy()
722 if (rv != 0) { in csio_wr_eq_destroy()
724 return rv; in csio_wr_eq_destroy()
787 int rv; in csio_wr_destroy_queues() local
801 rv = csio_wr_eq_destroy(hw, NULL, i, NULL); in csio_wr_destroy_queues()
802 if ((rv == -EBUSY) || (rv == -ETIMEDOUT)) in csio_wr_destroy_queues()
819 rv = csio_wr_iq_destroy(hw, NULL, i, NULL); in csio_wr_destroy_queues()
820 if ((rv == -EBUSY) || (rv == -ETIMEDOUT)) in csio_wr_destroy_queues()
1136 int rv = 0; in csio_wr_process_iq() local
1226 rv = -EINVAL; in csio_wr_process_iq()
1253 return rv; in csio_wr_process_iq()