Searched refs:IGC_RCTL_VFE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/igc/ | ||
H A D | igc_defines.h | 169 #define IGC_RCTL_VFE 0x00040000 /* vlan filter enable */ macro |
H A D | if_igc.c | 2248 rctl &= ~IGC_RCTL_VFE; in igc_initialize_receive_unit() |