Home
last modified time | relevance | path

Searched refs:newdmac (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.h106 uint32_t newdmac:1; /* rewrite destination MAC address */ member
H A Dcxgbe_filter.c643 if (f->fs.newdmac || f->fs.newvlan == VLAN_INSERT || in cxgbe_set_hash_filter()
818 V_FW_FILTER_WR_DMAC(f->fs.newdmac) | in set_filter_wr()
1109 if (f->fs.newvlan || f->fs.newdmac) { in cxgbe_set_filter()
1206 if (f->fs.newdmac) in cxgbe_hash_filter_rpl()
H A Dcxgbe_flow.c847 fs->newdmac = 1; in ch_rte_parse_atype_switch()