Searched refs:indirection_table (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_l2.c | 569 p_config->indirection_table[i] = in ecore_sp_vport_update_rss() 579 OSAL_LE16_TO_CPU(p_config->indirection_table[i]), in ecore_sp_vport_update_rss() 580 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 1]), in ecore_sp_vport_update_rss() 581 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 2]), in ecore_sp_vport_update_rss() 582 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 3]), in ecore_sp_vport_update_rss() 583 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 4]), in ecore_sp_vport_update_rss() 584 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 5]), in ecore_sp_vport_update_rss() 585 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 6]), in ecore_sp_vport_update_rss() 586 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 7]), in ecore_sp_vport_update_rss() 587 OSAL_LE16_TO_CPU(p_config->indirection_table[i + 8]), in ecore_sp_vport_update_rss() [all …]
|
| H A D | ecore_hsi_eth.h | 1371 __le16 indirection_table[ETH_RSS_IND_TABLE_ENTRIES_NUM] /* RSS indirection table */; member
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | debugfs.c | 1115 ret = hex2bin(cmd.indirection_table, buf, nbytes); in iwl_dbgfs_indirection_tbl_write() 1126 num_repeats = ARRAY_SIZE(cmd.indirection_table) / nbytes; in iwl_dbgfs_indirection_tbl_write() 1128 memcpy(&cmd.indirection_table[i * nbytes], in iwl_dbgfs_indirection_tbl_write() 1129 cmd.indirection_table, nbytes); in iwl_dbgfs_indirection_tbl_write() 1131 memcpy(&cmd.indirection_table[i * nbytes], cmd.indirection_table, in iwl_dbgfs_indirection_tbl_write() 1132 ARRAY_SIZE(cmd.indirection_table) % nbytes); in iwl_dbgfs_indirection_tbl_write()
|
| H A D | fw.c | 67 for (i = 0; i < ARRAY_SIZE(cmd.indirection_table); i++) in iwl_send_rss_cfg_cmd() 68 cmd.indirection_table[i] = in iwl_send_rss_cfg_cmd()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | rx.h | 741 u8 indirection_table[IWL_RSS_INDIRECTION_TABLE_SIZE]; member
|
| /freebsd-13.1/sys/dev/bxe/ |
| H A D | ecore_hsi.h | 7331 uint8_t indirection_table[T_ETH_INDIRECTION_TABLE_SIZE] /* RSS indirection table */; member 12823 uint8_t indirection_table[128] /* RSS indirection table */; member
|
| H A D | ecore_sp.c | 4554 ECORE_MEMCPY(data->indirection_table, p->ind_table, in ecore_setup_rss()
|