Searched refs:active_idx (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/ethernet/intel/ice/devlink/ |
| A D | port.c | 53 u8 i, j, options_count, cnt, speed, pending_idx, active_idx; in ice_devlink_port_options_print() local 72 i, true, &active_idx, in ice_devlink_port_options_print() 186 u8 i, j, active_idx, pending_idx, new_option; in ice_devlink_port_split() local 194 0, true, &active_idx, &active_valid, in ice_devlink_port_split() 204 active_idx = pending_valid ? pending_idx : active_idx; in ice_devlink_port_split() 210 j = (active_idx + i) % option_count; in ice_devlink_port_split() 218 if (new_option == active_idx) { in ice_devlink_port_split() 273 u8 i, active_idx, pending_idx, option_count = ICE_AQC_PORT_OPT_MAX; in ice_devlink_set_port_split_options() local 278 0, true, &active_idx, &active_valid, in ice_devlink_set_port_split_options() 291 ice_active_port_option = active_idx; in ice_devlink_set_port_split_options()
|
| /drivers/usb/typec/ucsi/ |
| A D | ucsi_ccg.c | 190 u8 active_idx; member 392 uc->updated[new_cam].active_idx = cam; in ucsi_ccg_update_get_current_cam_cmd() 526 new_port->active_idx = cam; in ucsi_ccg_update_set_new_cam_cmd() 528 cam = new_port->active_idx; in ucsi_ccg_update_set_new_cam_cmd()
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_ethtool.c | 483 u8 active_idx = 0, pending_idx = 0; in ice_ethtool_get_maxspeed() local 487 true, &active_idx, &active_valid, in ice_ethtool_get_maxspeed() 494 *max_speed = options[active_idx].max_lane_speed & ICE_AQC_PORT_OPT_MAX_LANE_M; in ice_ethtool_get_maxspeed()
|
| A D | ice_common.c | 4310 u8 speed, active_idx, pending_idx; in ice_get_phy_lane_number() local 4314 true, &active_idx, &active_valid, in ice_get_phy_lane_number() 4322 speed = options[active_idx].max_lane_speed; in ice_get_phy_lane_number()
|
Completed in 25 milliseconds