Searched refs:option_count (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/ldns/ |
| H A D | edns.c | 342 size_t option_count; in ldns_edns_option_list_push() local 351 option_count = ldns_edns_option_list_get_count(option_list); in ldns_edns_option_list_push() 354 if (option_count+1 > cap) { in ldns_edns_option_list_push()
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_common.c | 6676 u8 *option_count, u8 lport, bool lport_valid, in ice_aq_get_port_options() argument 6686 if (*option_count < ICE_AQC_PORT_OPT_COUNT_M) in ice_aq_get_port_options() 6696 *option_count * sizeof(*options), NULL); in ice_aq_get_port_options() 6701 *option_count = cmd->port_options_count & ICE_AQC_PORT_OPT_COUNT_M; in ice_aq_get_port_options() 6702 ice_debug(hw, ICE_DBG_PHY, "options: %x\n", *option_count); in ice_aq_get_port_options() 6707 if (*active_option_idx > (*option_count - 1)) in ice_aq_get_port_options() 6718 if (*pending_option_idx > (*option_count - 1)) in ice_aq_get_port_options() 6725 for (i = 0; i < *option_count; i++) { in ice_aq_get_port_options()
|
| H A D | ice_common.h | 273 u8 *option_count, u8 lport, bool lport_valid,
|
| H A D | ice_lib.c | 11356 u8 option_count = ICE_AQC_PORT_OPT_MAX; in ice_get_maxspeed() local 11361 status = ice_aq_get_port_options(hw, options, &option_count, in ice_get_maxspeed()
|