Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/google/gve/
Dgve_adminq.c41 struct gve_device_option_dqo_rda **dev_op_dqo_rda, in gve_parse_device_option() argument
100 if (option_length < sizeof(**dev_op_dqo_rda) || in gve_parse_device_option()
103 "DQO RDA", (int)sizeof(**dev_op_dqo_rda), in gve_parse_device_option()
109 if (option_length > sizeof(**dev_op_dqo_rda)) { in gve_parse_device_option()
113 *dev_op_dqo_rda = (void *)(option + 1); in gve_parse_device_option()
148 struct gve_device_option_dqo_rda **dev_op_dqo_rda, in gve_process_device_options() argument
169 dev_op_dqo_rda, dev_op_jumbo_frames); in gve_process_device_options()
672 const struct gve_device_option_dqo_rda *dev_op_dqo_rda) in gve_set_desc_cnt_dqo() argument
676 be16_to_cpu(dev_op_dqo_rda->tx_comp_ring_entries); in gve_set_desc_cnt_dqo()
679 be16_to_cpu(dev_op_dqo_rda->rx_buff_ring_entries); in gve_set_desc_cnt_dqo()
[all …]