Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/qlnx/qlnxe/
H A Decore_hsi_eth.h1343 struct eth_vport_rss_config struct
1345 __le16 capabilities;
1362 … with RSS enabled. Total number of RSS engines is ETH_RSS_ENGINE_NUM_ , according to chip type. */;
1363 u8 rss_mode /* The RSS mode for this function (use enum eth_vport_rss_mode) */;
1364 u8 update_rss_key /* if set update the rss key */;
1365 u8 update_rss_ind_table /* if set update the indirection table values */;
1366 u8 update_rss_capabilities /* if set update the capabilities and indirection table size. */;
1367 u8 tbl_size /* rss mask (Tbl size) */;
1368 __le32 reserved2[2];
1369 __le16 indirection_table[ETH_RSS_IND_TABLE_ENTRIES_NUM] /* RSS indirection table */;
[all …]