Home
last modified time | relevance | path

Searched refs:option_count (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dif_team.h306 size_t option_count);
309 size_t option_count);
/linux/drivers/net/team/
H A Dteam_core.c252 size_t option_count) in __team_options_register() argument
258 dst_opts = kcalloc(option_count, sizeof(struct team_option *), in __team_options_register()
262 for (i = 0; i < option_count; i++, option++) { in __team_options_register()
274 for (i = 0; i < option_count; i++) { in __team_options_register()
290 i = option_count; in __team_options_register()
301 size_t option_count) in __team_options_mark_removed() argument
305 for (i = 0; i < option_count; i++, option++) { in __team_options_mark_removed()
316 size_t option_count) in __team_options_unregister() argument
320 for (i = 0; i < option_count; i++, option++) { in __team_options_unregister()
336 size_t option_count) in team_options_register() argument
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c4065 u8 *option_count, u8 lport, bool lport_valid, in ice_aq_get_port_options() argument
4075 if (*option_count < ICE_AQC_PORT_OPT_COUNT_M) in ice_aq_get_port_options()
4086 *option_count * sizeof(*options), NULL); in ice_aq_get_port_options()
4091 *option_count = FIELD_GET(ICE_AQC_PORT_OPT_COUNT_M, in ice_aq_get_port_options()
4093 ice_debug(hw, ICE_DBG_PHY, "options: %x\n", *option_count); in ice_aq_get_port_options()
4099 if (*active_option_idx > (*option_count - 1)) in ice_aq_get_port_options()
4110 if (*pending_option_idx > (*option_count - 1)) in ice_aq_get_port_options()
4117 for (i = 0; i < *option_count; i++) { in ice_aq_get_port_options()
H A Dice_common.h190 u8 *option_count, u8 lport, bool lport_valid,
H A Dice_ethtool.c482 u8 option_count = ICE_AQC_PORT_OPT_MAX; in ice_ethtool_get_maxspeed() local
486 status = ice_aq_get_port_options(hw, options, &option_count, lport, in ice_ethtool_get_maxspeed()