diff options
author | Casey Leedom <leedom@chelsio.com> | 2010-11-11 09:06:53 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-12 20:31:01 (GMT) |
commit | e68e6133e2daef6fc40e91621a1e26938e428e9e (patch) | |
tree | 21759991e47e782de8ebb4153396b651a0ef0095 /drivers/net/cxgb4vf/t4vf_common.h | |
parent | e7a3795f56122cc92530c3f9412b8ff19b70184c (diff) | |
download | linux-e68e6133e2daef6fc40e91621a1e26938e428e9e.tar.xz |
cxgb4vf: add call to Firmware to reset VF State.
Add call to Firmware to reset its VF State when we first attach to the VF.
Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb4vf/t4vf_common.h')
-rw-r--r-- | drivers/net/cxgb4vf/t4vf_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/cxgb4vf/t4vf_common.h b/drivers/net/cxgb4vf/t4vf_common.h index 873cb7d..a65c80ae 100644 --- a/drivers/net/cxgb4vf/t4vf_common.h +++ b/drivers/net/cxgb4vf/t4vf_common.h @@ -235,6 +235,7 @@ static inline int t4vf_wr_mbox_ns(struct adapter *adapter, const void *cmd, int __devinit t4vf_wait_dev_ready(struct adapter *); int __devinit t4vf_port_init(struct adapter *, int); +int t4vf_fw_reset(struct adapter *); int t4vf_query_params(struct adapter *, unsigned int, const u32 *, u32 *); int t4vf_set_params(struct adapter *, unsigned int, const u32 *, const u32 *); |