Searched refs:newvlan (Results 1 – 3 of 3) sorted by relevance
637 V_FW_FILTER_WR_INSVLAN(f->fs.newvlan == VLAN_INSERT || in set_tcamfilter()638 f->fs.newvlan == VLAN_REWRITE) | in set_tcamfilter()639 V_FW_FILTER_WR_RMVLAN(f->fs.newvlan == VLAN_REMOVE || in set_tcamfilter()640 f->fs.newvlan == VLAN_REWRITE) | in set_tcamfilter()858 (t->fs.newvlan == VLAN_REMOVE || t->fs.newvlan == VLAN_REWRITE || in set_filter()940 if (t->fs.newdmac || t->fs.newvlan) { in set_filter()1439 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE || in mk_act_open_req6()1440 f->fs.newvlan == VLAN_REWRITE) | V_DELACK(f->fs.hitcnts) | in mk_act_open_req6()1483 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE || in mk_act_open_req()1484 f->fs.newvlan == VLAN_REWRITE) | V_DELACK(f->fs.hitcnts) | in mk_act_open_req()[all …]
225 uint32_t newvlan:2; /* rewrite VLAN Tag */ member
916 if (t->fs.newvlan == VLAN_REMOVE) in do_show_one_filter_info()918 else if (t->fs.newvlan == VLAN_INSERT) in do_show_one_filter_info()920 else if (t->fs.newvlan == VLAN_REWRITE) in do_show_one_filter_info()1333 t.fs.newvlan = VLAN_REMOVE; in set_filter()1335 t.fs.newvlan = VLAN_REWRITE; in set_filter()1337 t.fs.newvlan = VLAN_INSERT; in set_filter()1344 if (t.fs.newvlan == VLAN_REWRITE || in set_filter()1345 t.fs.newvlan == VLAN_INSERT) { in set_filter()1369 (t.fs.eport || t.fs.newdmac || t.fs.newsmac || t.fs.newvlan || in set_filter()