/kernel/linux/linux-5.10/include/linux/ |
H A D | if_team.h | 306 size_t option_count); 309 size_t option_count);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | if_team.h | 306 size_t option_count); 309 size_t option_count);
|
/kernel/linux/linux-5.10/drivers/net/team/ |
H A D | team.c | 254 size_t option_count) in __team_options_register() 260 dst_opts = kcalloc(option_count, sizeof(struct team_option *), in __team_options_register() 264 for (i = 0; i < option_count; i++, option++) { in __team_options_register() 276 for (i = 0; i < option_count; i++) { in __team_options_register() 292 i = option_count; in __team_options_register() 303 size_t option_count) in __team_options_mark_removed() 307 for (i = 0; i < option_count; i++, option++) { in __team_options_mark_removed() 318 size_t option_count) in __team_options_unregister() 322 for (i = 0; i < option_count; i++, option++) { in __team_options_unregister() 338 size_t option_count) in team_options_register() 252 __team_options_register(struct team *team, const struct team_option *option, size_t option_count) __team_options_register() argument 301 __team_options_mark_removed(struct team *team, const struct team_option *option, size_t option_count) __team_options_mark_removed() argument 316 __team_options_unregister(struct team *team, const struct team_option *option, size_t option_count) __team_options_unregister() argument 336 team_options_register(struct team *team, const struct team_option *option, size_t option_count) team_options_register() argument 350 team_options_unregister(struct team *team, const struct team_option *option, size_t option_count) team_options_unregister() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/team/ |
H A D | team.c | 251 size_t option_count) in __team_options_register() 257 dst_opts = kcalloc(option_count, sizeof(struct team_option *), in __team_options_register() 261 for (i = 0; i < option_count; i++, option++) { in __team_options_register() 273 for (i = 0; i < option_count; i++) { in __team_options_register() 289 i = option_count; in __team_options_register() 300 size_t option_count) in __team_options_mark_removed() 304 for (i = 0; i < option_count; i++, option++) { in __team_options_mark_removed() 315 size_t option_count) in __team_options_unregister() 319 for (i = 0; i < option_count; i++, option++) { in __team_options_unregister() 335 size_t option_count) in team_options_register() 249 __team_options_register(struct team *team, const struct team_option *option, size_t option_count) __team_options_register() argument 298 __team_options_mark_removed(struct team *team, const struct team_option *option, size_t option_count) __team_options_mark_removed() argument 313 __team_options_unregister(struct team *team, const struct team_option *option, size_t option_count) __team_options_unregister() argument 333 team_options_register(struct team *team, const struct team_option *option, size_t option_count) team_options_register() argument 347 team_options_unregister(struct team *team, const struct team_option *option, size_t option_count) team_options_unregister() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_devlink.c | 666 u8 option_count = ICE_AQC_PORT_OPT_MAX; in ice_devlink_port_split() local 671 status = ice_aq_get_port_options(&pf->hw, options, &option_count, in ice_devlink_port_split() 683 for (i = 1; i <= option_count; i++) { in ice_devlink_port_split() 688 j = (active_idx + i) % option_count; 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 1496 status = ice_aq_get_port_options(&pf->hw, options, &option_count, in ice_devlink_set_port_split_options() 1506 for (i = 0; i < option_count; i++) in ice_devlink_set_port_split_options()
|
H A D | ice_common.c | 3777 * @option_count: input - size of the buffer in port options structures, 3792 u8 *option_count, u8 lport, bool lport_valid, in ice_aq_get_port_options() 3802 if (*option_count < ICE_AQC_PORT_OPT_COUNT_M) in ice_aq_get_port_options() 3813 *option_count * sizeof(*options), NULL); in ice_aq_get_port_options() 3818 *option_count = FIELD_GET(ICE_AQC_PORT_OPT_COUNT_M, in ice_aq_get_port_options() 3820 ice_debug(hw, ICE_DBG_PHY, "options: %x\n", *option_count); in ice_aq_get_port_options() 3826 if (*active_option_idx > (*option_count - 1)) in ice_aq_get_port_options() 3837 if (*pending_option_idx > (*option_count - 1)) in ice_aq_get_port_options() 3844 for (i = 0; i < *option_count; i++) { in ice_aq_get_port_options() 3790 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
|
H A D | ice_common.h | 156 u8 *option_count, u8 lport, bool lport_valid,
|