Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Decore_hsi.h7299 struct eth_rss_update_ramrod_data struct
7301 uint8_t rss_engine_id;
7302 uint8_t rss_mode /* The RSS mode for this function */;
7303 uint16_t capabilities;
7326 … defines which section of the indirection table will be used. To enable all table put here 0x7F */;
7327 uint8_t reserved3;
7328 uint16_t reserved4;
7329 uint8_t indirection_table[T_ETH_INDIRECTION_TABLE_SIZE] /* RSS indirection table */;
7330 uint32_t rss_key[T_ETH_RSS_KEY] /* RSS key supplied as by OS */;
7331 uint32_t echo;
[all …]