Home
last modified time | relevance | path

Searched refs:dev_op_dqo_qpl (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/gve/
H A Dgve_adminq.c61 struct gve_device_option_dqo_qpl **dev_op_dqo_qpl, in gve_parse_device_option() argument
108 if (option_length < sizeof(**dev_op_dqo_qpl) || in gve_parse_device_option()
111 "DQO QPL", (int)sizeof(**dev_op_dqo_qpl), in gve_parse_device_option()
117 if (option_length > sizeof(**dev_op_dqo_qpl)) { in gve_parse_device_option()
121 *dev_op_dqo_qpl = (void *)(option + 1); in gve_parse_device_option()
157 struct gve_device_option_dqo_qpl **dev_op_dqo_qpl, in gve_process_device_options() argument
178 dev_op_dqo_qpl, in gve_process_device_options()
412 struct gve_device_option_dqo_qpl *dev_op_dqo_qpl = NULL; in gve_adminq_describe_device() local
444 &dev_op_dqo_qpl, in gve_adminq_describe_device()
458 } else if (dev_op_dqo_qpl != NULL) { in gve_adminq_describe_device()
[all …]