Lines Matching refs:dev_op_jumbo_frames
62 struct gve_device_option_jumbo_frames **dev_op_jumbo_frames) in gve_parse_device_option() argument
125 if (option_length < sizeof(**dev_op_jumbo_frames) || in gve_parse_device_option()
128 "Jumbo Frames", (int)sizeof(**dev_op_jumbo_frames), in gve_parse_device_option()
134 if (option_length > sizeof(**dev_op_jumbo_frames)) { in gve_parse_device_option()
138 *dev_op_jumbo_frames = (void *)(option + 1); in gve_parse_device_option()
158 struct gve_device_option_jumbo_frames **dev_op_jumbo_frames) in gve_process_device_options() argument
179 dev_op_jumbo_frames); in gve_process_device_options()
393 const struct gve_device_option_jumbo_frames *dev_op_jumbo_frames) in gve_enable_supported_features() argument
395 if (dev_op_jumbo_frames && in gve_enable_supported_features()
399 be16toh(dev_op_jumbo_frames->max_mtu)); in gve_enable_supported_features()
400 priv->max_mtu = be16toh(dev_op_jumbo_frames->max_mtu); in gve_enable_supported_features()
413 struct gve_device_option_jumbo_frames *dev_op_jumbo_frames = NULL; in gve_adminq_describe_device() local
445 &dev_op_jumbo_frames); in gve_adminq_describe_device()
493 dev_op_jumbo_frames); in gve_adminq_describe_device()