Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ice/
HDice_ddp_common.c2405 u8 *current_topo, *new_topo = NULL; in ice_cfg_tx_topo() local
2424 current_topo = (u8 *)ice_malloc(hw, ICE_AQ_MAX_BUF_LEN); in ice_cfg_tx_topo()
2425 if (!current_topo) in ice_cfg_tx_topo()
2429 status = ice_get_set_tx_topo(hw, current_topo, ICE_AQ_MAX_BUF_LEN, NULL, in ice_cfg_tx_topo()
2431 ice_free(hw, current_topo); in ice_cfg_tx_topo()