Searched refs:option_count (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/contrib/ldns/ |
| HD | edns.c | 303 size_t option_count; in ldns_edns_option_list_push() local 312 option_count = ldns_edns_option_list_get_count(option_list); in ldns_edns_option_list_push() 315 if (option_count+1 > cap) { in ldns_edns_option_list_push()
|
| /freebsd-14-stable/sys/dev/ice/ |
| HD | ice_common.c | 6667 u8 *option_count, u8 lport, bool lport_valid, in ice_aq_get_port_options() argument 6677 if (*option_count < ICE_AQC_PORT_OPT_COUNT_M) in ice_aq_get_port_options() 6687 *option_count * sizeof(*options), NULL); in ice_aq_get_port_options() 6692 *option_count = cmd->port_options_count & ICE_AQC_PORT_OPT_COUNT_M; in ice_aq_get_port_options() 6693 ice_debug(hw, ICE_DBG_PHY, "options: %x\n", *option_count); in ice_aq_get_port_options() 6698 if (*active_option_idx > (*option_count - 1)) in ice_aq_get_port_options() 6709 if (*pending_option_idx > (*option_count - 1)) in ice_aq_get_port_options() 6716 for (i = 0; i < *option_count; i++) { in ice_aq_get_port_options()
|
| HD | ice_common.h | 273 u8 *option_count, u8 lport, bool lport_valid,
|
| HD | ice_lib.c | 11172 u8 option_count = ICE_AQC_PORT_OPT_MAX; in ice_get_maxspeed() local 11177 status = ice_aq_get_port_options(hw, options, &option_count, in ice_get_maxspeed()
|