Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210399
b: refs/heads/master
c: 29da03b
h: refs/heads/master
i:
  210397: 79dd302
  210395: 1bbccd9
  210391: f8fdd62
  210383: 011e156
  210367: 66b40c4
v: v3
  • Loading branch information
Faisal Latif authored and Roland Dreier committed Sep 8, 2010
1 parent 3c81634 commit 4cb0146
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 67d70721151726286763209ecadc3fce86abfdce
refs/heads/master: 29da03b9d1c6f24548d98cebda1e15a25d80ee1b
3 changes: 2 additions & 1 deletion trunk/drivers/infiniband/hw/nes/nes_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3469,7 +3469,8 @@ static void nes_process_iwarp_aeqe(struct nes_device *nesdev,

if (atomic_inc_return(&nesqp->close_timer_started) == 1) {
if ((tcp_state == NES_AEQE_TCP_STATE_CLOSE_WAIT) &&
(nesqp->ibqp_state == IB_QPS_RTS)) {
(nesqp->ibqp_state == IB_QPS_RTS) &&
((nesadapter->eeprom_version >> 16) != NES_A0)) {
spin_lock_irqsave(&nesqp->lock, flags);
nesqp->hw_iwarp_state = iwarp_state;
nesqp->hw_tcp_state = tcp_state;
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/infiniband/hw/nes/nes_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#define NES_PHY_TYPE_KR 9

#define NES_MULTICAST_PF_MAX 8
#define NES_A0 3

enum pci_regs {
NES_INT_STAT = 0x0000,
Expand Down

0 comments on commit 4cb0146

Please sign in to comment.