diff options
Diffstat (limited to 'drivers/scsi/be2iscsi')
-rw-r--r-- | drivers/scsi/be2iscsi/be_mgmt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/be2iscsi/be_mgmt.c b/drivers/scsi/be2iscsi/be_mgmt.c index 65a402b60e71..44762cfa3e12 100644 --- a/drivers/scsi/be2iscsi/be_mgmt.c +++ b/drivers/scsi/be2iscsi/be_mgmt.c | |||
@@ -202,8 +202,8 @@ int mgmt_epfw_cleanup(struct beiscsi_hba *phba, unsigned short chute) | |||
202 | OPCODE_COMMON_ISCSI_CLEANUP, sizeof(*req)); | 202 | OPCODE_COMMON_ISCSI_CLEANUP, sizeof(*req)); |
203 | 203 | ||
204 | req->chute = chute; | 204 | req->chute = chute; |
205 | req->hdr_ring_id = 0; | 205 | req->hdr_ring_id = cpu_to_le16(HWI_GET_DEF_HDRQ_ID(phba)); |
206 | req->data_ring_id = 0; | 206 | req->data_ring_id = cpu_to_le16(HWI_GET_DEF_BUFQ_ID(phba)); |
207 | 207 | ||
208 | status = be_mcc_notify_wait(phba); | 208 | status = be_mcc_notify_wait(phba); |
209 | if (status) | 209 | if (status) |