Searched refs:option_count (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ldns/ |
H A D | 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/sys/dev/ice/ |
H A D | ice_common.c | 6652 * @option_count: input - size of the buffer in port options structures, 6667 u8 *option_count, u8 lport, bool lport_valid, 6677 if (*option_count < ICE_AQC_PORT_OPT_COUNT_M) 6687 *option_count * sizeof(*options), NULL); 6692 *option_count = cmd->port_options_count & ICE_AQC_PORT_OPT_COUNT_M; 6693 ice_debug(hw, ICE_DBG_PHY, "options: %x\n", *option_count); 6698 if (*active_option_idx > (*option_count - 1)) 6709 if (*pending_option_idx > (*option_count - 1)) 6716 for (i = 0; i < *option_count; i++) { 6362 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 | 273 u8 *option_count, u8 lport, bool lport_valid,
|