Searched refs:E1000_DTXSWC_MAC_SPOOF_MASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_82575.h407 #define E1000_DTXSWC_MAC_SPOOF_MASK 0x000000FF /* Per VF MAC spoof cntrl */ macro
H A De1000_82575.c2141 dtxswc |= (E1000_DTXSWC_MAC_SPOOF_MASK |
2148 dtxswc &= ~(E1000_DTXSWC_MAC_SPOOF_MASK |
2156 dtxswc |= (E1000_DTXSWC_MAC_SPOOF_MASK |
2164 dtxswc &= ~(E1000_DTXSWC_MAC_SPOOF_MASK |

Completed in 50 milliseconds