s/filer/filter/ in comment. No functional change.
This commit is contained in:
parent
fe47d13dc0
commit
826cda6802
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: ixgbe_82598.c,v 1.18 2021/12/24 05:02:11 msaitoh Exp $ */
|
/* $NetBSD: ixgbe_82598.c,v 1.19 2022/06/06 02:16:37 msaitoh Exp $ */
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
SPDX-License-Identifier: BSD-3-Clause
|
SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
/*$FreeBSD: head/sys/dev/ixgbe/ixgbe_82598.c 331224 2018-03-19 20:55:05Z erj $*/
|
/*$FreeBSD: head/sys/dev/ixgbe/ixgbe_82598.c 331224 2018-03-19 20:55:05Z erj $*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: ixgbe_82598.c,v 1.18 2021/12/24 05:02:11 msaitoh Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: ixgbe_82598.c,v 1.19 2022/06/06 02:16:37 msaitoh Exp $");
|
||||||
|
|
||||||
#include "ixgbe_type.h"
|
#include "ixgbe_type.h"
|
||||||
#include "ixgbe_82598.h"
|
#include "ixgbe_82598.h"
|
||||||
|
@ -1053,7 +1053,7 @@ s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind,
|
||||||
* ixgbe_clear_vfta_82598 - Clear VLAN filter table
|
* ixgbe_clear_vfta_82598 - Clear VLAN filter table
|
||||||
* @hw: pointer to hardware structure
|
* @hw: pointer to hardware structure
|
||||||
*
|
*
|
||||||
* Clears the VLAN filer table, and the VMDq index associated with the filter
|
* Clears the VLAN filter table, and the VMDq index associated with the filter
|
||||||
**/
|
**/
|
||||||
static s32 ixgbe_clear_vfta_82598(struct ixgbe_hw *hw)
|
static s32 ixgbe_clear_vfta_82598(struct ixgbe_hw *hw)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: ixgbe_api.c,v 1.27 2021/12/24 05:02:11 msaitoh Exp $ */
|
/* $NetBSD: ixgbe_api.c,v 1.28 2022/06/06 02:16:37 msaitoh Exp $ */
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
SPDX-License-Identifier: BSD-3-Clause
|
SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
/*$FreeBSD: head/sys/dev/ixgbe/ixgbe_api.c 331224 2018-03-19 20:55:05Z erj $*/
|
/*$FreeBSD: head/sys/dev/ixgbe/ixgbe_api.c 331224 2018-03-19 20:55:05Z erj $*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: ixgbe_api.c,v 1.27 2021/12/24 05:02:11 msaitoh Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: ixgbe_api.c,v 1.28 2022/06/06 02:16:37 msaitoh Exp $");
|
||||||
|
|
||||||
#include "ixgbe_api.h"
|
#include "ixgbe_api.h"
|
||||||
#include "ixgbe_common.h"
|
#include "ixgbe_common.h"
|
||||||
|
@ -1062,7 +1062,7 @@ s32 ixgbe_disable_mc(struct ixgbe_hw *hw)
|
||||||
* ixgbe_clear_vfta - Clear VLAN filter table
|
* ixgbe_clear_vfta - Clear VLAN filter table
|
||||||
* @hw: pointer to hardware structure
|
* @hw: pointer to hardware structure
|
||||||
*
|
*
|
||||||
* Clears the VLAN filer table, and the VMDq index associated with the filter
|
* Clears the VLAN filter table, and the VMDq index associated with the filter
|
||||||
**/
|
**/
|
||||||
s32 ixgbe_clear_vfta(struct ixgbe_hw *hw)
|
s32 ixgbe_clear_vfta(struct ixgbe_hw *hw)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: ixgbe_common.c,v 1.42 2021/12/24 05:02:11 msaitoh Exp $ */
|
/* $NetBSD: ixgbe_common.c,v 1.43 2022/06/06 02:16:37 msaitoh Exp $ */
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
SPDX-License-Identifier: BSD-3-Clause
|
SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
/*$FreeBSD: head/sys/dev/ixgbe/ixgbe_common.c 331224 2018-03-19 20:55:05Z erj $*/
|
/*$FreeBSD: head/sys/dev/ixgbe/ixgbe_common.c 331224 2018-03-19 20:55:05Z erj $*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: ixgbe_common.c,v 1.42 2021/12/24 05:02:11 msaitoh Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: ixgbe_common.c,v 1.43 2022/06/06 02:16:37 msaitoh Exp $");
|
||||||
|
|
||||||
#include "ixgbe_common.h"
|
#include "ixgbe_common.h"
|
||||||
#include "ixgbe_phy.h"
|
#include "ixgbe_phy.h"
|
||||||
|
@ -4142,7 +4142,7 @@ vlvf_update:
|
||||||
* ixgbe_clear_vfta_generic - Clear VLAN filter table
|
* ixgbe_clear_vfta_generic - Clear VLAN filter table
|
||||||
* @hw: pointer to hardware structure
|
* @hw: pointer to hardware structure
|
||||||
*
|
*
|
||||||
* Clears the VLAN filer table, and the VMDq index associated with the filter
|
* Clears the VLAN filter table, and the VMDq index associated with the filter
|
||||||
**/
|
**/
|
||||||
s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw)
|
s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue