Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c43 struct gve_device_option_dqo_rda **dev_op_dqo_rda, in gve_parse_device_option() argument
108 if (option_length < sizeof(**dev_op_dqo_rda) || in gve_parse_device_option()
111 "DQO RDA", (int)sizeof(**dev_op_dqo_rda), in gve_parse_device_option()
117 if (option_length > sizeof(**dev_op_dqo_rda)) { in gve_parse_device_option()
121 *dev_op_dqo_rda = (void *)(option + 1); in gve_parse_device_option()
261 struct gve_device_option_dqo_rda **dev_op_dqo_rda, in gve_process_device_options() argument
288 dev_op_dqo_rda, dev_op_jumbo_frames, in gve_process_device_options()
1055 struct gve_device_option_dqo_rda *dev_op_dqo_rda = NULL; in gve_adminq_describe_device() local
1083 &dev_op_gqi_qpl, &dev_op_dqo_rda, in gve_adminq_describe_device()
1097 if (dev_op_dqo_rda) { in gve_adminq_describe_device()
[all …]