#include "otx2_common.h"
static int otx2_dmacflt_do_add(struct otx2_nic *pf, const u8 *mac,
u32 *dmac_index)
{ … }
static int otx2_dmacflt_add_pfmac(struct otx2_nic *pf, u32 *dmac_index)
{ … }
int otx2_dmacflt_add(struct otx2_nic *pf, const u8 *mac, u32 bit_pos)
{ … }
static int otx2_dmacflt_do_remove(struct otx2_nic *pfvf, const u8 *mac,
u32 dmac_index)
{ … }
static int otx2_dmacflt_remove_pfmac(struct otx2_nic *pf, u32 dmac_index)
{ … }
int otx2_dmacflt_remove(struct otx2_nic *pf, const u8 *mac,
u32 bit_pos)
{ … }
int otx2_dmacflt_get_max_cnt(struct otx2_nic *pf)
{ … }
int otx2_dmacflt_update(struct otx2_nic *pf, u8 *mac, u32 bit_pos)
{ … }