Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/google/gve/
Dgve_adminq.c43 struct gve_device_option_dqo_qpl **dev_op_dqo_qpl) in gve_parse_device_option() argument
117 if (option_length < sizeof(**dev_op_dqo_qpl) || in gve_parse_device_option()
120 "DQO QPL", (int)sizeof(**dev_op_dqo_qpl), in gve_parse_device_option()
126 if (option_length > sizeof(**dev_op_dqo_qpl)) { in gve_parse_device_option()
130 *dev_op_dqo_qpl = (void *)(option + 1); in gve_parse_device_option()
167 struct gve_device_option_dqo_qpl **dev_op_dqo_qpl) in gve_process_device_options() argument
188 dev_op_dqo_qpl); in gve_process_device_options()
739 *dev_op_dqo_qpl) in gve_enable_supported_features()
753 if (dev_op_dqo_qpl) { in gve_enable_supported_features()
755 be16_to_cpu(dev_op_dqo_qpl->tx_pages_per_qpl); in gve_enable_supported_features()
[all …]