/** @file */
|
/******************************************************************************
|
*
|
* Copyright(c) 2019 Realtek Corporation. All rights reserved.
|
*
|
* This program is free software; you can redistribute it and/or modify it
|
* under the terms of version 2 of the GNU General Public License as
|
* published by the Free Software Foundation.
|
*
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
* more details.
|
*
|
******************************************************************************/
|
|
#ifndef _MAC_AX_DFS_H_
|
#define _MAC_AX_DFS_H_
|
|
/* dword0 */
|
#define AX_DFS_DROP_NUM_SH 0
|
#define AX_DFS_DROP_NUM_MSK 0xffff
|
#define AX_DFS_MAX_CONT_DROP_SH 16
|
#define AX_DFS_MAX_CONT_DROP_MSK 0xff
|
#define AX_DFS_TOTAL_DROP_SH 24
|
#define AX_DFS_TOTAL_DROP_MSK 0xff
|
|
#endif
|