Searched refs:pending_option_idx (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.c | 4235 * @pending_option_idx: index of pending port option in returned buffer 4245 u8 *pending_option_idx, bool *pending_option_valid) in ice_aq_set_port_id_led() 4286 *pending_option_idx = FIELD_GET(ICE_AQC_PENDING_PORT_OPT_IDX_M, in ice_aq_get_port_options() 4288 if (*pending_option_idx > (*option_count - 1)) in ice_aq_get_port_options() 4291 *pending_option_idx); in ice_aq_get_port_options() 4282 ice_aq_get_port_options(struct ice_hw * hw,struct ice_aqc_get_port_options_elem * options,u8 * option_count,u8 lport,bool lport_valid,u8 * active_option_idx,bool * active_option_valid,u8 * pending_option_idx,bool * pending_option_valid) ice_aq_get_port_options() argument
|