diff options
author | Sony Chacko <sony.chacko@qlogic.com> | 2012-12-04 03:33:56 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-04 13:00:12 -0500 |
commit | bff57d8e1de3510bb8845f639631b6fced211801 (patch) | |
tree | 23eee74bbc38e185faccdede63f0ec2b68a2ec19 /drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | |
parent | 229997989bdb7742cf5d21cdc6754017dab1e2db (diff) | |
download | lwn-bff57d8e1de3510bb8845f639631b6fced211801.tar.gz lwn-bff57d8e1de3510bb8845f639631b6fced211801.zip |
qlcnic: update NIC partition interface routines
Refactor 82xx driver to support new adapter
Update routines to support variable number of NIC partitions
Signed-off-by: Rajesh Borundia <rajesh.borundia@qlogic.com>
Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/qlcnic/qlcnic.h')
-rw-r--r-- | drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h index 4d85c709af95..537902479689 100644 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h @@ -1051,6 +1051,7 @@ struct qlcnic_npar_info { u8 mac_anti_spoof; u8 promisc_mode; u8 offload_flags; + u8 pci_func; }; struct qlcnic_eswitch { |