Home
last modified time | relevance | path

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

/drivers/net/ethernet/google/gve/
Dgve_adminq.c41 struct gve_device_option_dqo_rda **dev_op_dqo_rda) in gve_parse_device_option() argument
99 if (option_length < sizeof(**dev_op_dqo_rda) || in gve_parse_device_option()
102 "DQO RDA", (int)sizeof(**dev_op_dqo_rda), in gve_parse_device_option()
108 if (option_length > sizeof(**dev_op_dqo_rda)) { in gve_parse_device_option()
112 *dev_op_dqo_rda = (void *)(option + 1); in gve_parse_device_option()
129 struct gve_device_option_dqo_rda **dev_op_dqo_rda) in gve_process_device_options() argument
149 dev_op_dqo_rda); in gve_process_device_options()
651 const struct gve_device_option_dqo_rda *dev_op_dqo_rda) in gve_set_desc_cnt_dqo() argument
655 be16_to_cpu(dev_op_dqo_rda->tx_comp_ring_entries); in gve_set_desc_cnt_dqo()
658 be16_to_cpu(dev_op_dqo_rda->rx_buff_ring_entries); in gve_set_desc_cnt_dqo()
[all …]