aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_82599.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_82599.c')
-rw-r--r--drivers/net/ixgbe/ixgbe_82599.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/ixgbe/ixgbe_82599.c b/drivers/net/ixgbe/ixgbe_82599.c
index 4fa8633fae3c..1f30e163bd9c 100644
--- a/drivers/net/ixgbe/ixgbe_82599.c
+++ b/drivers/net/ixgbe/ixgbe_82599.c
@@ -1631,7 +1631,6 @@ static u16 ixgbe_atr_compute_hash_82599(struct ixgbe_atr_input *atr_input,
1631 * ixgbe_atr_set_vlan_id_82599 - Sets the VLAN id in the ATR input stream 1631 * ixgbe_atr_set_vlan_id_82599 - Sets the VLAN id in the ATR input stream
1632 * @input: input stream to modify 1632 * @input: input stream to modify
1633 * @vlan: the VLAN id to load 1633 * @vlan: the VLAN id to load
1634 * @vlan_mask: bitwise mask for the VLAN
1635 **/ 1634 **/
1636s32 ixgbe_atr_set_vlan_id_82599(struct ixgbe_atr_input *input, u16 vlan) 1635s32 ixgbe_atr_set_vlan_id_82599(struct ixgbe_atr_input *input, u16 vlan)
1637{ 1636{
@@ -1645,7 +1644,6 @@ s32 ixgbe_atr_set_vlan_id_82599(struct ixgbe_atr_input *input, u16 vlan)
1645 * ixgbe_atr_set_src_ipv4_82599 - Sets the source IPv4 address 1644 * ixgbe_atr_set_src_ipv4_82599 - Sets the source IPv4 address
1646 * @input: input stream to modify 1645 * @input: input stream to modify
1647 * @src_addr: the IP address to load 1646 * @src_addr: the IP address to load
1648 * @src_addr_mask: bitwise mask for the source IP address
1649 **/ 1647 **/
1650s32 ixgbe_atr_set_src_ipv4_82599(struct ixgbe_atr_input *input, u32 src_addr) 1648s32 ixgbe_atr_set_src_ipv4_82599(struct ixgbe_atr_input *input, u32 src_addr)
1651{ 1649{
@@ -1663,7 +1661,6 @@ s32 ixgbe_atr_set_src_ipv4_82599(struct ixgbe_atr_input *input, u32 src_addr)
1663 * ixgbe_atr_set_dst_ipv4_82599 - Sets the destination IPv4 address 1661 * ixgbe_atr_set_dst_ipv4_82599 - Sets the destination IPv4 address
1664 * @input: input stream to modify 1662 * @input: input stream to modify
1665 * @dst_addr: the IP address to load 1663 * @dst_addr: the IP address to load
1666 * @dst_addr_mask: bitwise mask for the destination IP address
1667 **/ 1664 **/
1668s32 ixgbe_atr_set_dst_ipv4_82599(struct ixgbe_atr_input *input, u32 dst_addr) 1665s32 ixgbe_atr_set_dst_ipv4_82599(struct ixgbe_atr_input *input, u32 dst_addr)
1669{ 1666{
@@ -1767,7 +1764,6 @@ s32 ixgbe_atr_set_dst_ipv6_82599(struct ixgbe_atr_input *input,
1767 * ixgbe_atr_set_src_port_82599 - Sets the source port 1764 * ixgbe_atr_set_src_port_82599 - Sets the source port
1768 * @input: input stream to modify 1765 * @input: input stream to modify
1769 * @src_port: the source port to load 1766 * @src_port: the source port to load
1770 * @src_port_mask: bitwise mask for the source port
1771 **/ 1767 **/
1772s32 ixgbe_atr_set_src_port_82599(struct ixgbe_atr_input *input, u16 src_port) 1768s32 ixgbe_atr_set_src_port_82599(struct ixgbe_atr_input *input, u16 src_port)
1773{ 1769{
@@ -1781,7 +1777,6 @@ s32 ixgbe_atr_set_src_port_82599(struct ixgbe_atr_input *input, u16 src_port)
1781 * ixgbe_atr_set_dst_port_82599 - Sets the destination port 1777 * ixgbe_atr_set_dst_port_82599 - Sets the destination port
1782 * @input: input stream to modify 1778 * @input: input stream to modify
1783 * @dst_port: the destination port to load 1779 * @dst_port: the destination port to load
1784 * @dst_port_mask: bitwise mask for the destination port
1785 **/ 1780 **/
1786s32 ixgbe_atr_set_dst_port_82599(struct ixgbe_atr_input *input, u16 dst_port) 1781s32 ixgbe_atr_set_dst_port_82599(struct ixgbe_atr_input *input, u16 dst_port)
1787{ 1782{