Home
last modified time | relevance | path

Searched refs:ena_com_fill_hash_function (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/amazon/ena/
H A Dena_com.h726 /* ena_com_fill_hash_function - Fill RSS hash function
740 int ena_com_fill_hash_function(struct ena_com_dev *ena_dev,
751 * @note: Prior to this method the caller should call ena_com_fill_hash_function
763 * @note: If the caller called ena_com_fill_hash_function but didn't flush
H A Dena_com.c2589 int ena_com_fill_hash_function(struct ena_com_dev *ena_dev, in ena_com_fill_hash_function() function
H A Dena_netdev.c3838 rc = ena_com_fill_hash_function(ena_dev, ENA_ADMIN_TOEPLITZ, NULL, ENA_HASH_KEY_SIZE, in ena_rss_init_default()