Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ice.c15491 vsi->rule_mir_ingress = ICE_INVAL_MIRROR_RULE_ID; in ice_setup_vsi_common()
15492 vsi->rule_mir_egress = ICE_INVAL_MIRROR_RULE_ID; in ice_setup_vsi_common()
17533 if (vsi->rule_mir_ingress != ICE_INVAL_MIRROR_RULE_ID) in ice_remove_vsi_mirroring()
17542 if (vsi->rule_mir_egress != ICE_INVAL_MIRROR_RULE_ID) in ice_remove_vsi_mirroring()
H A Dif_icereg.h10175 #define ICE_INVAL_MIRROR_RULE_ID 0xFFFF macro