diff options
author | Upinder Malhi <umalhi@cisco.com> | 2014-01-09 14:48:08 -0800 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2014-01-14 00:44:42 -0800 |
commit | 8af94ac66a4d53a96278ecbb9ef2e8592f0d9ba3 (patch) | |
tree | 8be021e1102e43ca5fd253bbd1b69d12ffc2fcef /drivers/infiniband/hw/usnic/usnic_ib.h | |
parent | 2183b990b67b761f81c68a18f60df028e080cf05 (diff) | |
download | op-kernel-dev-8af94ac66a4d53a96278ecbb9ef2e8592f0d9ba3.zip op-kernel-dev-8af94ac66a4d53a96278ecbb9ef2e8592f0d9ba3.tar.gz |
IB/usnic: Port over main.c and verbs.c to the usnic_fwd.h
This patch ports usnic_ib_main.c, usnic_ib_verbs.c and usnic_ib.h
to the new interface of usnic_fwd.h.
Signed-off-by: Upinder Malhi <umalhi@cisco.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/hw/usnic/usnic_ib.h')
-rw-r--r-- | drivers/infiniband/hw/usnic/usnic_ib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/infiniband/hw/usnic/usnic_ib.h b/drivers/infiniband/hw/usnic/usnic_ib.h index 3511c85..92d9d9a 100644 --- a/drivers/infiniband/hw/usnic/usnic_ib.h +++ b/drivers/infiniband/hw/usnic/usnic_ib.h @@ -57,13 +57,10 @@ struct usnic_ib_dev { struct pci_dev *pdev; struct net_device *netdev; struct usnic_fwd_dev *ufdev; - bool link_up; struct list_head ib_dev_link; struct list_head vf_dev_list; struct list_head ctx_list; struct mutex usdev_lock; - char mac[ETH_ALEN]; - unsigned int mtu; /* provisioning information */ struct kref vf_cnt; |