Lines Matching refs:dev_op_dqo_rda
60 struct gve_device_option_dqo_rda **dev_op_dqo_rda, in gve_parse_device_option() argument
92 if (option_length < sizeof(**dev_op_dqo_rda) || in gve_parse_device_option()
95 "DQO RDA", (int)sizeof(**dev_op_dqo_rda), in gve_parse_device_option()
101 if (option_length > sizeof(**dev_op_dqo_rda)) { in gve_parse_device_option()
105 *dev_op_dqo_rda = (void *)(option + 1); in gve_parse_device_option()
185 struct gve_device_option_dqo_rda **dev_op_dqo_rda, in gve_process_device_options() argument
207 dev_op_dqo_rda, in gve_process_device_options()
455 struct gve_device_option_dqo_rda *dev_op_dqo_rda = NULL; in gve_adminq_describe_device() local
492 &dev_op_dqo_rda, in gve_adminq_describe_device()
499 if (dev_op_dqo_rda != NULL) { in gve_adminq_describe_device()
504 dev_op_dqo_rda->supported_features_mask); in gve_adminq_describe_device()