Lines Matching full:topology

2348  * ice_get_set_tx_topo - get or set tx topology
2350 * @buf: pointer to tx topology buffer
2354 * @set: 0-get, 1-set topology
2356 * The function will get or set tx topology
2370 /* requested to update a new topology, not a default topolgy */
2395 * ice_cfg_tx_topo - Initialize new tx topology if available
2397 * @buf: pointer to Tx topology buffer
2400 * The function will apply the new Tx topology from the package buffer
2418 /* Does FW support new Tx topology mode ? */
2428 /* get the current Tx topology */
2434 ice_debug(hw, ICE_DBG_INIT, "Get current topology is failed\n");
2438 /* Is default topology already applied ? */
2441 ice_debug(hw, ICE_DBG_INIT, "Loaded default topology\n");
2442 /* Already default topology is loaded */
2446 /* Is new topology already applied ? */
2449 ice_debug(hw, ICE_DBG_INIT, "Loaded new topology\n");
2450 /* Already new topology is loaded */
2454 /* Is set topology issued already ? */
2456 ice_debug(hw, ICE_DBG_INIT, "Update tx topology was done by another PF\n");
2463 /* Change the topology from new to default (5 to 9) */
2466 ice_debug(hw, ICE_DBG_INIT, "Change topology from 5 to 9 layers\n");
2482 ice_debug(hw, ICE_DBG_INIT, "5 layer topology segment is missing\n");
2487 ice_debug(hw, ICE_DBG_INIT, "5 layer topology segment count(%d) is wrong\n",
2496 ice_debug(hw, ICE_DBG_INIT, "5 layer topology section type is wrong\n");
2503 ice_debug(hw, ICE_DBG_INIT, "5 layer topology section size is wrong\n");
2509 ice_debug(hw, ICE_DBG_INIT, "5 layer topology buffer > 4K\n");
2513 /* Get the new topology buffer */
2517 /* acquire global lock to make sure that set topology issued
2531 ice_debug(hw, ICE_DBG_INIT, "Reset is in progress. layer topology might be applied already\n");
2536 /* set new topology */
2539 ice_debug(hw, ICE_DBG_INIT, "Set tx topology is failed\n");
2543 /* new topology is updated, delay 1 second before issuing the CORRER */