Home
last modified time | relevance | path

Searched refs:F_VNIC (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.c87 if ((S(pfvf_vld) && !(iconf & F_VNIC)) || in cxgbe_validate_filter()
88 (S(ovlan_vld) && (iconf & F_VNIC))) in cxgbe_validate_filter()
347 if ((adap->params.tp.ingress_config & F_VNIC) && in hash_filter_ntuple()
352 else if (!(adap->params.tp.ingress_config & F_VNIC) && in hash_filter_ntuple()
1136 if (iconf & F_VNIC) { in cxgbe_set_filter()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_regs.h581 #define F_VNIC V_VNIC(1U) macro