Home
last modified time | relevance | path

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

/src/sys/dev/gve/
H A Dgve_adminq.c61 struct gve_device_option_dqo_qpl **dev_op_dqo_qpl, in gve_parse_device_option() argument
109 if (option_length < sizeof(**dev_op_dqo_qpl) || in gve_parse_device_option()
112 "DQO QPL", (int)sizeof(**dev_op_dqo_qpl), in gve_parse_device_option()
118 if (option_length > sizeof(**dev_op_dqo_qpl)) { in gve_parse_device_option()
122 *dev_op_dqo_qpl = (void *)(option + 1); in gve_parse_device_option()
186 struct gve_device_option_dqo_qpl **dev_op_dqo_qpl, in gve_process_device_options() argument
208 dev_op_dqo_qpl, in gve_process_device_options()
456 struct gve_device_option_dqo_qpl *dev_op_dqo_qpl = NULL; in gve_adminq_describe_device() local
493 &dev_op_dqo_qpl, in gve_adminq_describe_device()
508 } else if (dev_op_dqo_qpl != NULL) { in gve_adminq_describe_device()
[all …]