Deleted Added
full compact
ixl_pf_iov.c (303816) ixl_pf_iov.c (303967)
1/******************************************************************************
2
3 Copyright (c) 2013-2015, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

--- 16 unchanged lines hidden (view full) ---

25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
31
32******************************************************************************/
1/******************************************************************************
2
3 Copyright (c) 2013-2015, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

--- 16 unchanged lines hidden (view full) ---

25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
31
32******************************************************************************/
33/*$FreeBSD: head/sys/dev/ixl/ixl_pf_iov.c 303816 2016-08-07 18:12:36Z sbruno $*/
33/*$FreeBSD: stable/11/sys/dev/ixl/ixl_pf_iov.c 303967 2016-08-11 19:13:30Z sbruno $*/
34
35#include "ixl_pf_iov.h"
36
37/* Private functions */
38static void ixl_vf_map_vsi_queue(struct i40e_hw *hw, struct ixl_vf *vf, int qnum, uint32_t val);
39static void ixl_vf_disable_queue_intr(struct i40e_hw *hw, uint32_t vfint_reg);
40static void ixl_vf_unregister_intr(struct i40e_hw *hw, uint32_t vpint_reg);
41

--- 1884 unchanged lines hidden ---
34
35#include "ixl_pf_iov.h"
36
37/* Private functions */
38static void ixl_vf_map_vsi_queue(struct i40e_hw *hw, struct ixl_vf *vf, int qnum, uint32_t val);
39static void ixl_vf_disable_queue_intr(struct i40e_hw *hw, uint32_t vfint_reg);
40static void ixl_vf_unregister_intr(struct i40e_hw *hw, uint32_t vpint_reg);
41

--- 1884 unchanged lines hidden ---