Searched refs:newvlan (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c637 V_FW_FILTER_WR_INSVLAN(f->fs.newvlan == VLAN_INSERT ||
638 f->fs.newvlan == VLAN_REWRITE) |
639 V_FW_FILTER_WR_RMVLAN(f->fs.newvlan == VLAN_REMOVE ||
640 f->fs.newvlan == VLAN_REWRITE) |
858 (t->fs.newvlan == VLAN_REMOVE || t->fs.newvlan == VLAN_REWRITE ||
940 if (t->fs.newdmac || t->fs.newvlan) {
1439 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE ||
1440 f->fs.newvlan == VLAN_REWRITE) | V_DELACK(f->fs.hitcnts) |
1483 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan
[all...]
H A Dt4_ioctl.h223 uint32_t newvlan:2; /* rewrite VLAN Tag */ member in struct:t4_filter_specification
/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c893 if (t->fs.newvlan == VLAN_REMOVE)
895 else if (t->fs.newvlan == VLAN_INSERT)
897 else if (t->fs.newvlan == VLAN_REWRITE)
1227 t.fs.newvlan = VLAN_REMOVE;
1229 t.fs.newvlan = VLAN_REWRITE;
1231 t.fs.newvlan = VLAN_INSERT;
1245 if (t.fs.newvlan == VLAN_REWRITE ||
1246 t.fs.newvlan == VLAN_INSERT) {
1269 (t.fs.eport || t.fs.newdmac || t.fs.newsmac || t.fs.newvlan)) {

Completed in 133 milliseconds