diff options
author | Don Skidmore <donald.c.skidmore@intel.com> | 2009-08-25 00:47:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-26 18:36:46 -0400 |
commit | 7b25cdbafd757b1255725d4ffb5b1081714b4256 (patch) | |
tree | e2432ce1cb106e3a9c80722530b4a4f883cdd0ef /drivers/net/ixgbe/ixgbe.h | |
parent | 46a72b35144769d1e9c23c3a9a26c1776ef7d8f6 (diff) |
ixgbe: cleanup functions that should have been defined static
We have some ~40 functions that were being called out with 'make
namespacecheck'. This patch changes these functions to be static.
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index 8f1f8bab0fd9..c983c89630af 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h | |||
@@ -424,55 +424,20 @@ extern s32 ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 pballoc); | |||
424 | extern s32 ixgbe_fdir_add_signature_filter_82599(struct ixgbe_hw *hw, | 424 | extern s32 ixgbe_fdir_add_signature_filter_82599(struct ixgbe_hw *hw, |
425 | struct ixgbe_atr_input *input, | 425 | struct ixgbe_atr_input *input, |
426 | u8 queue); | 426 | u8 queue); |
427 | extern s32 ixgbe_fdir_add_perfect_filter_82599(struct ixgbe_hw *hw, | ||
428 | struct ixgbe_atr_input *input, | ||
429 | u16 soft_id, | ||
430 | u8 queue); | ||
431 | extern u16 ixgbe_atr_compute_hash_82599(struct ixgbe_atr_input *input, u32 key); | ||
432 | extern s32 ixgbe_atr_set_vlan_id_82599(struct ixgbe_atr_input *input, | 427 | extern s32 ixgbe_atr_set_vlan_id_82599(struct ixgbe_atr_input *input, |
433 | u16 vlan_id); | 428 | u16 vlan_id); |
434 | extern s32 ixgbe_atr_set_src_ipv4_82599(struct ixgbe_atr_input *input, | 429 | extern s32 ixgbe_atr_set_src_ipv4_82599(struct ixgbe_atr_input *input, |
435 | u32 src_addr); | 430 | u32 src_addr); |
436 | extern s32 ixgbe_atr_set_dst_ipv4_82599(struct ixgbe_atr_input *input, | 431 | extern s32 ixgbe_atr_set_dst_ipv4_82599(struct ixgbe_atr_input *input, |
437 | u32 dst_addr); | 432 | u32 dst_addr); |
438 | extern s32 ixgbe_atr_set_src_ipv6_82599(struct ixgbe_atr_input *input, | ||
439 | u32 src_addr_1, u32 src_addr_2, | ||
440 | u32 src_addr_3, u32 src_addr_4); | ||
441 | extern s32 ixgbe_atr_set_dst_ipv6_82599(struct ixgbe_atr_input *input, | ||
442 | u32 dst_addr_1, u32 dst_addr_2, | ||
443 | u32 dst_addr_3, u32 dst_addr_4); | ||
444 | extern s32 ixgbe_atr_set_src_port_82599(struct ixgbe_atr_input *input, | 433 | extern s32 ixgbe_atr_set_src_port_82599(struct ixgbe_atr_input *input, |
445 | u16 src_port); | 434 | u16 src_port); |
446 | extern s32 ixgbe_atr_set_dst_port_82599(struct ixgbe_atr_input *input, | 435 | extern s32 ixgbe_atr_set_dst_port_82599(struct ixgbe_atr_input *input, |
447 | u16 dst_port); | 436 | u16 dst_port); |
448 | extern s32 ixgbe_atr_set_flex_byte_82599(struct ixgbe_atr_input *input, | 437 | extern s32 ixgbe_atr_set_flex_byte_82599(struct ixgbe_atr_input *input, |
449 | u16 flex_byte); | 438 | u16 flex_byte); |
450 | extern s32 ixgbe_atr_set_vm_pool_82599(struct ixgbe_atr_input *input, | ||
451 | u8 vm_pool); | ||
452 | extern s32 ixgbe_atr_set_l4type_82599(struct ixgbe_atr_input *input, | 439 | extern s32 ixgbe_atr_set_l4type_82599(struct ixgbe_atr_input *input, |
453 | u8 l4type); | 440 | u8 l4type); |
454 | extern s32 ixgbe_atr_get_vlan_id_82599(struct ixgbe_atr_input *input, | ||
455 | u16 *vlan_id); | ||
456 | extern s32 ixgbe_atr_get_src_ipv4_82599(struct ixgbe_atr_input *input, | ||
457 | u32 *src_addr); | ||
458 | extern s32 ixgbe_atr_get_dst_ipv4_82599(struct ixgbe_atr_input *input, | ||
459 | u32 *dst_addr); | ||
460 | extern s32 ixgbe_atr_get_src_ipv6_82599(struct ixgbe_atr_input *input, | ||
461 | u32 *src_addr_1, u32 *src_addr_2, | ||
462 | u32 *src_addr_3, u32 *src_addr_4); | ||
463 | extern s32 ixgbe_atr_get_dst_ipv6_82599(struct ixgbe_atr_input *input, | ||
464 | u32 *dst_addr_1, u32 *dst_addr_2, | ||
465 | u32 *dst_addr_3, u32 *dst_addr_4); | ||
466 | extern s32 ixgbe_atr_get_src_port_82599(struct ixgbe_atr_input *input, | ||
467 | u16 *src_port); | ||
468 | extern s32 ixgbe_atr_get_dst_port_82599(struct ixgbe_atr_input *input, | ||
469 | u16 *dst_port); | ||
470 | extern s32 ixgbe_atr_get_flex_byte_82599(struct ixgbe_atr_input *input, | ||
471 | u16 *flex_byte); | ||
472 | extern s32 ixgbe_atr_get_vm_pool_82599(struct ixgbe_atr_input *input, | ||
473 | u8 *vm_pool); | ||
474 | extern s32 ixgbe_atr_get_l4type_82599(struct ixgbe_atr_input *input, | ||
475 | u8 *l4type); | ||
476 | #ifdef IXGBE_FCOE | 441 | #ifdef IXGBE_FCOE |
477 | extern void ixgbe_configure_fcoe(struct ixgbe_adapter *adapter); | 442 | extern void ixgbe_configure_fcoe(struct ixgbe_adapter *adapter); |
478 | extern int ixgbe_fso(struct ixgbe_adapter *adapter, | 443 | extern int ixgbe_fso(struct ixgbe_adapter *adapter, |