Home
last modified time | relevance | path

Searched refs:T_ETH_INDIRECTION_TABLE_SIZE (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_vfpf_if.h11 #define T_ETH_INDIRECTION_TABLE_SIZE 128 macro
141 u16 rss_ind_table[T_ETH_INDIRECTION_TABLE_SIZE];
H A Decore_vf.c1389 table_size = OSAL_MIN_T(int, T_ETH_INDIRECTION_TABLE_SIZE, in ecore_vf_pf_vport_update()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.h102 uint8_t ind_table[T_ETH_INDIRECTION_TABLE_SIZE];
H A Dbnx2x_vfpf.c628 rte_memcpy(query->ind_table, params->ind_table, T_ETH_INDIRECTION_TABLE_SIZE); in bnx2x_vf_config_rss()
629 query->ind_table_size = T_ETH_INDIRECTION_TABLE_SIZE; in bnx2x_vf_config_rss()
H A Decore_fw_defs.h280 #define T_ETH_INDIRECTION_TABLE_SIZE 128 macro
H A Decore_sp.h1158 uint8_t ind_table[T_ETH_INDIRECTION_TABLE_SIZE];
1174 uint8_t ind_table[T_ETH_INDIRECTION_TABLE_SIZE];
H A Decore_sp.c3542 T_ETH_INDIRECTION_TABLE_SIZE); in ecore_setup_rss()
3545 ECORE_MEMCPY(o->ind_table, p->ind_table, T_ETH_INDIRECTION_TABLE_SIZE); in ecore_setup_rss()
H A Decore_hsi.h4868 uint8_t indirection_table[T_ETH_INDIRECTION_TABLE_SIZE];