Home
last modified time | relevance | path

Searched hist:"610602 f3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c610602f3 Fri Aug 26 13:16:47 CDT 2011 Eddie Wai <eddie.wai@broadcom.com> [SCSI] bnx2i: Fixed the endian on TTT for NOP out transmission

The iscsi_nopout task's TTT is defined as __be32 while the DMA
memory to the chip is CPU specific. This creates a problem for
unsolicited NOP-In responses where the TTT is not the RESERVED
tag of 0xFFs. This patch adds a call to be32_to_cpu for the TTT
specified.

Signed-off-by: Eddie Wai <eddie.wai@broadcom.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
610602f3 Fri Aug 26 13:16:47 CDT 2011 Eddie Wai <eddie.wai@broadcom.com> [SCSI] bnx2i: Fixed the endian on TTT for NOP out transmission

The iscsi_nopout task's TTT is defined as __be32 while the DMA
memory to the chip is CPU specific. This creates a problem for
unsolicited NOP-In responses where the TTT is not the RESERVED
tag of 0xFFs. This patch adds a call to be32_to_cpu for the TTT
specified.

Signed-off-by: Eddie Wai <eddie.wai@broadcom.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>