Searched refs:active_idx (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_devlink.c | 531 u8 i, j, options_count, cnt, speed, pending_idx, active_idx; in ice_devlink_port_options_print() local 550 i, true, &active_idx, in ice_devlink_port_options_print() 664 u8 i, j, active_idx, pending_idx, new_option; in ice_devlink_port_split() local 672 0, true, &active_idx, &active_valid, in ice_devlink_port_split() 682 active_idx = pending_valid ? pending_idx : active_idx; in ice_devlink_port_split() 688 j = (active_idx + i) % option_count; in ice_devlink_port_split() 696 if (new_option == active_idx) { in ice_devlink_port_split() 1492 u8 i, active_idx, pending_idx, option_count = ICE_AQC_PORT_OPT_MAX; in ice_devlink_set_port_split_options() local 1497 0, true, &active_idx, &active_valid, in ice_devlink_set_port_split_options() 1510 ice_active_port_option = active_idx; in ice_devlink_set_port_split_options()
|
/openbmc/linux/drivers/usb/typec/ucsi/ |
H A D | ucsi_ccg.c | 190 u8 active_idx; member 352 uc->updated[new_cam].active_idx = cam; in ucsi_ccg_update_get_current_cam_cmd() 482 new_port->active_idx = cam; in ucsi_ccg_update_set_new_cam_cmd() 484 cam = new_port->active_idx; in ucsi_ccg_update_set_new_cam_cmd()
|