Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175565
b: refs/heads/master
c: 1bcdc32
h: refs/heads/master
i:
  175563: 877c699
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed Dec 11, 2009
1 parent 1e63224 commit 6fc6491
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 5fc3441349936ea6f1f95a1ef17492223c76a695
refs/heads/master: 1bcdc32cf4d94442eba79599ce8438ea0b8f78b5
6 changes: 6 additions & 0 deletions trunk/drivers/net/cnic.c
Original file line number Diff line number Diff line change
Expand Up @@ -4183,6 +4183,12 @@ static void cnic_shutdown_rings(struct cnic_dev *dev)
cnic_submit_kwqe_16(dev, RAMROD_CMD_ID_ETH_HALT,
BNX2X_ISCSI_L2_CID, ETH_CONNECTION_TYPE, &l5_data);
msleep(10);

memset(&l5_data, 0, sizeof(l5_data));
cnic_submit_kwqe_16(dev, RAMROD_CMD_ID_ETH_CFC_DEL,
BNX2X_ISCSI_L2_CID, ETH_CONNECTION_TYPE |
(1 << SPE_HDR_COMMON_RAMROD_SHIFT), &l5_data);
msleep(10);
}
}

Expand Down

0 comments on commit 6fc6491

Please sign in to comment.