Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.h49 uint32_t ivlan_vld:1; /* inner VLAN valid */ member
H A Dcxgbe_flow.c84 fs->val.ivlan_vld = 1; in cxgbe_tweak_filter_spec()
85 fs->mask.ivlan_vld = 1; in cxgbe_tweak_filter_spec()
154 if (tp->vlan_shift >= 0 && fs->mask.ivlan_vld) in cxgbe_fill_filter_region()
279 CXGBE_FILL_FS(1, 1, ivlan_vld); in ch_rte_parsetype_vlan()
H A Dcxgbe_filter.c82 U(F_VLAN, ivlan_vld) || U(F_VNIC_ID, ovlan_vld) || in cxgbe_validate_filter()
832 (V_FW_FILTER_WR_IVLAN_VLD(f->fs.val.ivlan_vld) | in set_filter_wr()
833 V_FW_FILTER_WR_IVLAN_VLDM(f->fs.mask.ivlan_vld) | in set_filter_wr()