Searched refs:active_valid (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/devlink/ |
D | devlink_port.c | 54 bool active_valid, pending_valid; in ice_devlink_port_options_print() local 67 active_valid = 0; in ice_devlink_port_options_print() 71 &active_valid, &pending_idx, in ice_devlink_port_options_print() 188 bool active_valid, pending_valid; in ice_devlink_port_split() local 192 0, true, &active_idx, &active_valid, in ice_devlink_port_split() 272 bool active_valid, pending_valid; in ice_devlink_set_port_split_options() local 276 0, true, &active_idx, &active_valid, in ice_devlink_set_port_split_options()
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_ethtool.c | 481 bool active_valid = false, pending_valid = true; in ice_ethtool_get_maxspeed() local 487 true, &active_idx, &active_valid, in ice_ethtool_get_maxspeed() 491 if (!active_valid) in ice_ethtool_get_maxspeed()
|