Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vfpf_if.h32 #define T_ETH_INDIRECTION_TABLE_SIZE 128 /* @@@ TBD MichalK this should be HSI? */ macro
166 u16 rss_ind_table[T_ETH_INDIRECTION_TABLE_SIZE];
H A Decore_vf.c1385 table_size = OSAL_MIN_T(int, T_ETH_INDIRECTION_TABLE_SIZE, in ecore_vf_pf_vport_update()
/freebsd/sys/dev/bxe/
H A Decore_fw_defs.h290 #define T_ETH_INDIRECTION_TABLE_SIZE 128 macro
H A Decore_sp.c4553 T_ETH_INDIRECTION_TABLE_SIZE); in ecore_setup_rss()
4556 ECORE_MEMCPY(o->ind_table, p->ind_table, T_ETH_INDIRECTION_TABLE_SIZE); in ecore_setup_rss()
H A Decore_hsi.h7329 uint8_t indirection_table[T_ETH_INDIRECTION_TABLE_SIZE] /* RSS indirection table */;