Home
last modified time | relevance | path

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

/dpdk/drivers/net/qede/base/
H A Decore_l2.c533 p_config->indirection_table[i] = in ecore_sp_vport_update_rss()
543 OSAL_LE16_TO_CPU(p_config->indirection_table[i]), in ecore_sp_vport_update_rss()
544 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 1]), in ecore_sp_vport_update_rss()
545 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 2]), in ecore_sp_vport_update_rss()
546 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 3]), in ecore_sp_vport_update_rss()
547 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 4]), in ecore_sp_vport_update_rss()
548 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 5]), in ecore_sp_vport_update_rss()
549 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 6]), in ecore_sp_vport_update_rss()
550 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 7]), in ecore_sp_vport_update_rss()
551 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 8]), in ecore_sp_vport_update_rss()
[all …]
H A Decore_hsi_eth.h911 __le16 indirection_table[ETH_RSS_IND_TABLE_ENTRIES_NUM]; member
/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_b0.c152 u8 *indirection_table = rss_params->indirection_table; in hw_atl_b0_hw_rss_set() local
161 val |= (u32)(indirection_table[i] % num_rss_queues) << shift; in hw_atl_b0_hw_rss_set()
/dpdk/drivers/net/atlantic/
H A Datl_types.h62 u8 indirection_table[HW_ATL_B0_RSS_REDIRECTION_MAX]; member
H A Datl_ethdev.c1823 cf->aq_rss.indirection_table[i] = min(reta_conf->reta[i], in atl_reta_update()
1839 reta_conf->reta[i] = cf->aq_rss.indirection_table[i]; in atl_reta_query()
H A Datl_rxtx.c386 rss_params->indirection_table[i] = i & in atl_rx_init()
/dpdk/drivers/net/virtio/
H A Dvirtqueue.h220 uint16_t indirection_table[VIRTIO_NET_RSS_RETA_SIZE]; member
H A Dvirtio_ethdev.c373 memcpy(rss.indirection_table, hw->rss_reta, VIRTIO_NET_RSS_RETA_SIZE * sizeof(uint16_t)); in virtio_set_multiple_queues_rss()
/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h4868 uint8_t indirection_table[T_ETH_INDIRECTION_TABLE_SIZE]; member
H A Decore_sp.c3541 ECORE_MEMCPY(data->indirection_table, p->ind_table, in ecore_setup_rss()