Searched refs:option_count (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/devlink/ |
D | devlink_port.c | 186 u8 option_count = ICE_AQC_PORT_OPT_MAX; in ice_devlink_port_split() local 191 status = ice_aq_get_port_options(&pf->hw, options, &option_count, in ice_devlink_port_split() 203 for (i = 1; i <= option_count; i++) { in ice_devlink_port_split() 208 j = (active_idx + i) % option_count; in ice_devlink_port_split() 271 u8 i, active_idx, pending_idx, option_count = ICE_AQC_PORT_OPT_MAX; in ice_devlink_set_port_split_options() local 275 status = ice_aq_get_port_options(&pf->hw, options, &option_count, in ice_devlink_set_port_split_options() 285 for (i = 0; i < option_count; i++) in ice_devlink_set_port_split_options()
|
/linux-6.12.1/include/linux/ |
D | if_team.h | 306 size_t option_count); 309 size_t option_count);
|
/linux-6.12.1/drivers/net/team/ |
D | team_core.c | 252 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-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_common.c | 3972 u8 *option_count, u8 lport, bool lport_valid, in ice_aq_get_port_options() argument 3982 if (*option_count < ICE_AQC_PORT_OPT_COUNT_M) in ice_aq_get_port_options() 3993 *option_count * sizeof(*options), NULL); in ice_aq_get_port_options() 3998 *option_count = FIELD_GET(ICE_AQC_PORT_OPT_COUNT_M, in ice_aq_get_port_options() 4000 ice_debug(hw, ICE_DBG_PHY, "options: %x\n", *option_count); in ice_aq_get_port_options() 4006 if (*active_option_idx > (*option_count - 1)) in ice_aq_get_port_options() 4017 if (*pending_option_idx > (*option_count - 1)) in ice_aq_get_port_options() 4024 for (i = 0; i < *option_count; i++) { in ice_aq_get_port_options()
|
D | ice_common.h | 190 u8 *option_count, u8 lport, bool lport_valid,
|
D | ice_ethtool.c | 482 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()
|