Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c728 V_FW_FILTER_WR_INSVLAN(f->fs.newvlan == VLAN_INSERT || in set_tcamfilter()
729 f->fs.newvlan == VLAN_REWRITE) | in set_tcamfilter()
730 V_FW_FILTER_WR_RMVLAN(f->fs.newvlan == VLAN_REMOVE || in set_tcamfilter()
731 f->fs.newvlan == VLAN_REWRITE) | in set_tcamfilter()
953 (t->fs.newvlan == VLAN_REMOVE || t->fs.newvlan == VLAN_REWRITE || in set_filter()
1034 if (t->fs.newdmac || t->fs.newvlan) { in set_filter()
1533 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE || in mk_act_open_req6()
1534 f->fs.newvlan == VLAN_REWRITE) | V_DELACK(f->fs.hitcnts) | in mk_act_open_req6()
1577 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan in mk_act_open_req()
[all...]
H A Dt4_ioctl.h226 uint32_t newvlan:2; /* rewrite VLAN Tag */ member
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c890 if (t->fs.newvlan == VLAN_REMOVE) in do_show_one_filter_info()
892 else if (t->fs.newvlan == VLAN_INSERT) in do_show_one_filter_info()
894 else if (t->fs.newvlan == VLAN_REWRITE) in do_show_one_filter_info()
1305 t.fs.newvlan = VLAN_REMOVE; in set_filter()
1307 t.fs.newvlan = VLAN_REWRITE; in set_filter()
1309 t.fs.newvlan = VLAN_INSERT; in set_filter()
1316 if (t.fs.newvlan == VLAN_REWRITE || in set_filter()
1317 t.fs.newvlan == VLAN_INSERT) { in set_filter()
1341 (t.fs.eport || t.fs.newdmac || t.fs.newsmac || t.fs.newvlan || in set_filter()