Searched refs:indirection_table (Results 1 – 8 of 8) 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/mld/ |
| H A D | fw.c | 50 for (int i = 0; i < ARRAY_SIZE(cmd.indirection_table); i++) in iwl_mld_send_rss_cfg_cmd() 51 cmd.indirection_table[i] = in iwl_mld_send_rss_cfg_cmd()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | debugfs.c | 1228 ret = hex2bin(cmd.indirection_table, buf, nbytes); in iwl_dbgfs_indirection_tbl_write() 1239 num_repeats = ARRAY_SIZE(cmd.indirection_table) / nbytes; in iwl_dbgfs_indirection_tbl_write() 1241 memcpy(&cmd.indirection_table[i * nbytes], in iwl_dbgfs_indirection_tbl_write() 1242 cmd.indirection_table, nbytes); in iwl_dbgfs_indirection_tbl_write() 1244 memcpy(&cmd.indirection_table[i * nbytes], cmd.indirection_table, in iwl_dbgfs_indirection_tbl_write() 1245 ARRAY_SIZE(cmd.indirection_table) % nbytes); in iwl_dbgfs_indirection_tbl_write()
|
| 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 | 916 u8 indirection_table[IWL_RSS_INDIRECTION_TABLE_SIZE]; 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()
|