Searched refs:indirection_table (Results 1 – 10 of 10) sorted by relevance
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_l2.c | 533 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 D | ecore_hsi_eth.h | 911 __le16 indirection_table[ETH_RSS_IND_TABLE_ENTRIES_NUM]; member
|
| /dpdk/drivers/net/atlantic/hw_atl/ |
| H A D | hw_atl_b0.c | 152 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 D | atl_types.h | 62 u8 indirection_table[HW_ATL_B0_RSS_REDIRECTION_MAX]; member
|
| H A D | atl_ethdev.c | 1823 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 D | atl_rxtx.c | 386 rss_params->indirection_table[i] = i & in atl_rx_init()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtqueue.h | 220 uint16_t indirection_table[VIRTIO_NET_RSS_RETA_SIZE]; member
|
| H A D | virtio_ethdev.c | 373 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 D | ecore_hsi.h | 4868 uint8_t indirection_table[T_ETH_INDIRECTION_TABLE_SIZE]; member
|
| H A D | ecore_sp.c | 3541 ECORE_MEMCPY(data->indirection_table, p->ind_table, in ecore_setup_rss()
|