Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_eth.h816 struct eth_vport_rss_config struct
818 __le16 capabilities;
835 … with RSS enabled. Total number of RSS engines is ETH_RSS_ENGINE_NUM_ , according to chip type. */;
836 u8 rss_mode /* The RSS mode for this function */;
837 u8 update_rss_key /* if set update the rss key */;
838 u8 update_rss_ind_table /* if set update the indirection table values */;
839 u8 update_rss_capabilities /* if set update the capabilities and indirection table size. */;
840 u8 tbl_size /* rss mask (Tbl size) */;
841 __le32 reserved2[2];
842 __le16 indirection_table[ETH_RSS_IND_TABLE_ENTRIES_NUM] /* RSS indirection table */;
[all …]