Searched refs:F_VNIC (Results 1 – 2 of 2) sorted by relevance
87 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()
581 #define F_VNIC V_VNIC(1U) macro