summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic/vnic_devcmd.h
diff options
context:
space:
mode:
authorVenkata Siva Vijayendra Bhamidipati2010-02-16 21:15:44 +0100
committerJames Bottomley2010-02-18 00:43:49 +0100
commitaaa5e569ca96f5cf70202679a5864e60798b8ef6 (patch)
tree198c37cf6307fd972436e80dc2b9dffdf4606fe8 /drivers/scsi/fnic/vnic_devcmd.h
parent[SCSI] fcoe: Only rmmod fcoe.ko if there are no active connections (diff)
downloadkernel-qcow2-linux-aaa5e569ca96f5cf70202679a5864e60798b8ef6.tar.gz
kernel-qcow2-linux-aaa5e569ca96f5cf70202679a5864e60798b8ef6.tar.xz
kernel-qcow2-linux-aaa5e569ca96f5cf70202679a5864e60798b8ef6.zip
[SCSI] fnic: Allow multicast and unicast address registrations for fnic
To enable FIP support in fnic, we have to register with hardware to receive FIP solication frames on a well-known multicast address. Before FIP support, the firmware interface allowed multicast address registrations only for enic devices. This is a minor change in fnic to allow the firmware interface to now register mcast addresses for fnic too. Signed-off-by: Brian Uchino <buchino@cisco.com> Signed-off-by: Herman Lee <hermlee@cisco.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/fnic/vnic_devcmd.h')
-rw-r--r--drivers/scsi/fnic/vnic_devcmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fnic/vnic_devcmd.h b/drivers/scsi/fnic/vnic_devcmd.h
index d62b9061bf12..7c9ccbd4134b 100644
--- a/drivers/scsi/fnic/vnic_devcmd.h
+++ b/drivers/scsi/fnic/vnic_devcmd.h
@@ -94,7 +94,7 @@ enum vnic_devcmd_cmd {
CMD_STATS_DUMP = _CMDC(_CMD_DIR_WRITE, _CMD_VTYPE_ALL, 4),
/* set Rx packet filter: (u32)a0=filters (see CMD_PFILTER_*) */
- CMD_PACKET_FILTER = _CMDCNW(_CMD_DIR_WRITE, _CMD_VTYPE_ENET, 7),
+ CMD_PACKET_FILTER = _CMDCNW(_CMD_DIR_WRITE, _CMD_VTYPE_ALL, 7),
/* hang detection notification */
CMD_HANG_NOTIFY = _CMDC(_CMD_DIR_NONE, _CMD_VTYPE_ALL, 8),