linux/drivers/infiniband/hw/mthca
Roland Dreier 192daa18dd IB/mthca: Fix modify QP error path
If the call to mthca_MODIFY_QP() failed, then mthca_modify_qp() would
still do some things it shouldn't, such as store away attributes for
special QPs.  Fix this, and simplify the code, by simply jumping to
the exit path if mthca_MODIFY_QP() fails.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-03-24 15:47:30 -08:00
..
Kconfig
Makefile
mthca_allocator.c
mthca_av.c
mthca_catas.c
mthca_cmd.c IB/mthca: Optimize large messages on Sinai HCAs 2006-03-20 10:08:22 -08:00
mthca_cmd.h
mthca_config_reg.h
mthca_cq.c
mthca_dev.h IB/mthca: Optimize large messages on Sinai HCAs 2006-03-20 10:08:22 -08:00
mthca_doorbell.h
mthca_eq.c IB/mthca: Coverity fix to mthca_init_eq_table() 2006-03-20 10:08:25 -08:00
mthca_mad.c
mthca_main.c IB/mthca: Update firmware versions 2006-03-20 10:08:22 -08:00
mthca_mcg.c
mthca_memfree.c
mthca_memfree.h
mthca_mr.c IB/mthca: Optimize large messages on Sinai HCAs 2006-03-20 10:08:22 -08:00
mthca_pd.c
mthca_profile.c IB/mthca: Optimize large messages on Sinai HCAs 2006-03-20 10:08:22 -08:00
mthca_profile.h
mthca_provider.c
mthca_provider.h
mthca_qp.c IB/mthca: Fix modify QP error path 2006-03-24 15:47:30 -08:00
mthca_reset.c
mthca_srq.c IB/mthca: Check SRQ limit in modify SRQ operation 2006-03-24 15:47:28 -08:00
mthca_uar.c
mthca_user.h
mthca_wqe.h