Home
last modified time | relevance | path

Searched refs:indirection_table (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_l2.c569 p_config->indirection_table[i] = in ecore_sp_vport_update_rss()
579 OSAL_LE16_TO_CPU(p_config->indirection_table[i]), in ecore_sp_vport_update_rss()
580 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 1]), in ecore_sp_vport_update_rss()
581 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 2]), in ecore_sp_vport_update_rss()
582 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 3]), in ecore_sp_vport_update_rss()
583 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 4]), in ecore_sp_vport_update_rss()
584 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 5]), in ecore_sp_vport_update_rss()
585 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 6]), in ecore_sp_vport_update_rss()
586 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 7]), in ecore_sp_vport_update_rss()
587 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 8]), in ecore_sp_vport_update_rss()
[all …]
H A Decore_hsi_eth.h1385 __le16 indirection_table[ETH_RSS_IND_TABLE_ENTRIES_NUM] /* RSS indirection table */; member
/freebsd-12.1/sys/dev/bxe/
H A Decore_hsi.h7331 uint8_t indirection_table[T_ETH_INDIRECTION_TABLE_SIZE] /* RSS indirection table */; member
12823 uint8_t indirection_table[128] /* RSS indirection table */; member
H A Decore_sp.c4554 ECORE_MEMCPY(data->indirection_table, p->ind_table, in ecore_setup_rss()