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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c316 (fs->newvlan == VLAN_REMOVE ||
317 fs->newvlan == VLAN_REWRITE))
812 if (f->fs.newdmac || f->fs.newvlan) {
866 FW_FILTER_WR_INSVLAN_V(f->fs.newvlan == VLAN_INSERT ||
867 f->fs.newvlan == VLAN_REWRITE) |
868 FW_FILTER_WR_RMVLAN_V(f->fs.newvlan == VLAN_REMOVE ||
869 f->fs.newvlan == VLAN_REWRITE) |
1310 req->opt0 = cpu_to_be64(NAGLE_V(f->fs.newvlan == VLAN_REMOVE ||
1311 f->fs.newvlan == VLAN_REWRITE) |
1346 req->opt0 = cpu_to_be64(NAGLE_V(f->fs.newvlan
[all...]
H A Dcxgb4_tc_flower.c524 fs->newvlan |= VLAN_REMOVE;
527 fs->newvlan |= VLAN_INSERT;
531 fs->newvlan |= VLAN_REWRITE;
H A Dcxgb4.h1401 uint32_t newvlan:2; /* rewrite VLAN Tag */ member in struct:ch_filter_specification

Completed in 108 milliseconds