Searched refs:active_valid (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/intel/ice/devlink/ |
| A D | port.c | 56 bool active_valid, pending_valid; in ice_devlink_port_options_print() local 69 active_valid = 0; in ice_devlink_port_options_print() 73 &active_valid, &pending_idx, in ice_devlink_port_options_print() 190 bool active_valid, pending_valid; in ice_devlink_port_split() local 194 0, true, &active_idx, &active_valid, in ice_devlink_port_split() 274 bool active_valid, pending_valid; in ice_devlink_set_port_split_options() local 278 0, true, &active_idx, &active_valid, in ice_devlink_set_port_split_options()
|
| /drivers/net/ethernet/intel/ice/ |
| A 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()
|
| A D | ice_common.c | 4311 bool active_valid, pending_valid; in ice_get_phy_lane_number() local 4314 true, &active_idx, &active_valid, in ice_get_phy_lane_number() 4319 if (!active_valid) in ice_get_phy_lane_number()
|
Completed in 23 milliseconds