Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c41 struct gve_device_option_dqo_rda **dev_op_dqo_rda, in gve_parse_device_option() argument
101 if (option_length < sizeof(**dev_op_dqo_rda) || in gve_parse_device_option()
104 "DQO RDA", (int)sizeof(**dev_op_dqo_rda), in gve_parse_device_option()
110 if (option_length > sizeof(**dev_op_dqo_rda)) { in gve_parse_device_option()
114 *dev_op_dqo_rda = (void *)(option + 1); in gve_parse_device_option()
165 struct gve_device_option_dqo_rda **dev_op_dqo_rda, in gve_process_device_options() argument
187 dev_op_dqo_rda, dev_op_jumbo_frames, in gve_process_device_options()
727 be16_to_cpu(dev_op_dqo_rda->tx_comp_ring_entries); in gve_set_desc_cnt_dqo()
729 be16_to_cpu(dev_op_dqo_rda->rx_buff_ring_entries); in gve_set_desc_cnt_dqo()
797 &dev_op_gqi_qpl, &dev_op_dqo_rda, in gve_adminq_describe_device()
[all …]