Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/google/gve/
Dgve_adminq.c42 struct gve_device_option_gqi_qpl **dev_op_gqi_qpl, in gve_parse_device_option() argument
91 if (option_length < sizeof(**dev_op_gqi_qpl) || in gve_parse_device_option()
94 "GQI QPL", (int)sizeof(**dev_op_gqi_qpl), in gve_parse_device_option()
100 if (option_length > sizeof(**dev_op_gqi_qpl)) { in gve_parse_device_option()
104 *dev_op_gqi_qpl = (void *)(option + 1); in gve_parse_device_option()
242 struct gve_device_option_gqi_qpl **dev_op_gqi_qpl, in gve_process_device_options() argument
268 dev_op_gqi_rda, dev_op_gqi_qpl, in gve_process_device_options()
982 struct gve_device_option_gqi_qpl *dev_op_gqi_qpl = NULL; in gve_adminq_describe_device() local
1011 &dev_op_gqi_qpl, &dev_op_dqo_rda, in gve_adminq_describe_device()
1045 if (dev_op_gqi_qpl) in gve_adminq_describe_device()
[all …]