Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101027
b: refs/heads/master
c: eec8845
h: refs/heads/master
i:
  101025: 002423b
  101023: 7e191be
v: v3
  • Loading branch information
Roland Dreier committed Jul 15, 2008
1 parent 7f2ecba commit 9ad42f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: 97d1cc8055c7b3fbd35bf693775d61102e65d174
refs/heads/master: eec8845d29504a12fbd434e192d61aed3d9d74fa
2 changes: 0 additions & 2 deletions trunk/drivers/infiniband/hw/cxgb3/iwch.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ static void rnic_init(struct iwch_dev *rnicp)
idr_init(&rnicp->mmidr);
spin_lock_init(&rnicp->lock);

rnicp->attr.vendor_id = 0x168;
rnicp->attr.vendor_part_id = 7;
rnicp->attr.max_qps = T3_MAX_NUM_QP - 32;
rnicp->attr.max_wrs = T3_MAX_QP_DEPTH;
rnicp->attr.max_sge_per_wr = T3_MAX_SGE;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/infiniband/hw/cxgb3/iwch.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ struct iwch_qp;
struct iwch_mr;

struct iwch_rnic_attributes {
u32 vendor_id;
u32 vendor_part_id;
u32 max_qps;
u32 max_wrs; /* Max for any SQ/RQ */
u32 max_sge_per_wr;
Expand Down

0 comments on commit 9ad42f1

Please sign in to comment.