Home
last modified time | relevance | path

Searched defs:eth_rss_update_ramrod_data (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/dev/bxe/
HDecore_hsi.h4502 struct eth_rss_update_ramrod_data struct
4504 uint8_t rss_engine_id;
4505 uint8_t capabilities;
4522 … defines which section of the indirection table will be used. To enable all table put here 0x7F */;
4523 uint8_t rss_mode /* The RSS mode for this function */;
4524 …kets that match the mask and value are 4-tupled, the rest are 2-tupled. (Set to 0 to match all) */;
4525 …kets that match the mask and value are 4-tupled, the rest are 2-tupled. (Set to 0 to match all) */;
4526 uint8_t indirection_table[T_ETH_INDIRECTION_TABLE_SIZE] /* RSS indirection table */;
4527 uint32_t rss_key[T_ETH_RSS_KEY] /* RSS key supplied as by OS */;
4528 uint32_t echo;
[all …]