Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133644
b: refs/heads/master
c: fd87778
h: refs/heads/master
v: v3
  • Loading branch information
Don Wood authored and Roland Dreier committed Mar 6, 2009
1 parent e794fd8 commit 74ef96a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b14ab0b438f20c7d6599985b036bb2864fd2524
refs/heads/master: fd87778cb99429f5e2e041213a5c9c564bbe7b78
2 changes: 2 additions & 0 deletions trunk/drivers/infiniband/hw/nes/nes_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2269,6 +2269,8 @@ static void nes_process_aeq(struct nes_device *nesdev, struct nes_hw_aeq *aeq)

if (++head >= aeq_size)
head = 0;

nes_write32(nesdev->regs + NES_AEQ_ALLOC, 1 << 16);
}
while (1);
aeq->aeq_head = head;
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 @@ -61,6 +61,7 @@ enum pci_regs {
NES_CQ_ACK = 0x0034,
NES_WQE_ALLOC = 0x0040,
NES_CQE_ALLOC = 0x0044,
NES_AEQ_ALLOC = 0x0048
};

enum indexed_regs {
Expand Down

0 comments on commit 74ef96a

Please sign in to comment.