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

/gem5/src/dev/net/
H A Dsinicreg.hh37 #define __SINIC_VAL32(NAME, OFFSET, WIDTH) \ macro
91 __SINIC_VAL32(Config_ZeroCopy, 12, 1) // enable zero copy
92 __SINIC_VAL32(Config_DelayCopy,11, 1) // enable delayed copy
93 __SINIC_VAL32(Config_RSS, 10, 1) // enable receive side scaling
94 __SINIC_VAL32(Config_RxThread, 9, 1) // enable receive threads
95 __SINIC_VAL32(Config_TxThread, 8, 1) // enable transmit thread
96 __SINIC_VAL32(Config_Filter, 7, 1) // enable receive filter
97 __SINIC_VAL32(Config_Vlan, 6, 1) // enable vlan tagging
98 __SINIC_VAL32(Config_Vaddr, 5, 1) // enable virtual addressing
99 __SINIC_VAL32(Config_Des
[all...]

Completed in 4 milliseconds