Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/ !
H A Dgve_adminq.c44 struct gve_device_option_jumbo_frames **dev_op_jumbo_frames, in gve_parse_device_option() argument
140 if (option_length < sizeof(**dev_op_jumbo_frames) || in gve_parse_device_option()
144 (int)sizeof(**dev_op_jumbo_frames), in gve_parse_device_option()
150 if (option_length > sizeof(**dev_op_jumbo_frames)) { in gve_parse_device_option()
155 *dev_op_jumbo_frames = (void *)(option + 1); in gve_parse_device_option()
262 struct gve_device_option_jumbo_frames **dev_op_jumbo_frames, in gve_process_device_options() argument
288 dev_op_dqo_rda, dev_op_jumbo_frames, in gve_process_device_options()
948 *dev_op_jumbo_frames, in gve_enable_supported_features()
966 if (dev_op_jumbo_frames && in gve_enable_supported_features()
970 priv->dev->max_mtu = be16_to_cpu(dev_op_jumbo_frames->max_mtu); in gve_enable_supported_features()
[all …]