Searched refs:indirection_table (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_l2.c | 567 p_config->indirection_table[i] = in ecore_sp_vport_update_rss() 577 OSAL_LE16_TO_CPU(p_config->indirection_table[i]), in ecore_sp_vport_update_rss() 578 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 1]), in ecore_sp_vport_update_rss() 579 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 2]), in ecore_sp_vport_update_rss() 580 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 3]), in ecore_sp_vport_update_rss() 581 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 4]), in ecore_sp_vport_update_rss() 582 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 5]), in ecore_sp_vport_update_rss() 583 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 6]), in ecore_sp_vport_update_rss() 584 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 7]), in ecore_sp_vport_update_rss() 585 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 8]), in ecore_sp_vport_update_rss() [all …]
|
H A D | ecore_hsi_eth.h | 1369 __le16 indirection_table[ETH_RSS_IND_TABLE_ENTRIES_NUM] /* RSS indirection table */; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | debugfs.c | 1263 ret = hex2bin(cmd.indirection_table, buf, nbytes); in iwl_dbgfs_fw_nmi_write() 1274 num_repeats = ARRAY_SIZE(cmd.indirection_table) / nbytes; in iwl_dbgfs_scan_ant_rxchain_read() 1276 memcpy(&cmd.indirection_table[i * nbytes], in iwl_dbgfs_scan_ant_rxchain_read() 1277 cmd.indirection_table, nbytes); in iwl_dbgfs_scan_ant_rxchain_read() 1279 memcpy(&cmd.indirection_table[i * nbytes], cmd.indirection_table, in iwl_dbgfs_scan_ant_rxchain_read() 1280 ARRAY_SIZE(cmd.indirection_table) % nbytes); in iwl_dbgfs_scan_ant_rxchain_read()
|
H A D | fw.c | 64 for (i = 0; i < ARRAY_SIZE(cmd.indirection_table); i++) in iwl_send_rss_cfg_cmd() 65 cmd.indirection_table[i] = in iwl_send_rss_cfg_cmd()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | rx.h | 903 * @indirection_table: indirection table 910 u8 indirection_table[IWL_RSS_INDIRECTION_TABLE_SIZE]; 904 u8 indirection_table[IWL_RSS_INDIRECTION_TABLE_SIZE]; global() member
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 7329 uint8_t indirection_table[T_ETH_INDIRECTION_TABLE_SIZE] /* RSS indirection table */; member 12821 uint8_t indirection_table[128] /* RSS indirection table */; member
|
H A D | ecore_sp.c | 4552 ECORE_MEMCPY(data->indirection_table, p->ind_table, in ecore_setup_rss()
|