Lines Matching refs:dev_op_jumbo_frames
60 struct gve_device_option_jumbo_frames **dev_op_jumbo_frames) in gve_parse_device_option() argument
89 if (option_length < sizeof(**dev_op_jumbo_frames) || in gve_parse_device_option()
92 "Jumbo Frames", (int)sizeof(**dev_op_jumbo_frames), in gve_parse_device_option()
98 if (option_length > sizeof(**dev_op_jumbo_frames)) { in gve_parse_device_option()
102 *dev_op_jumbo_frames = (void *)(option + 1); in gve_parse_device_option()
120 struct gve_device_option_jumbo_frames **dev_op_jumbo_frames) in gve_process_device_options() argument
138 dev_op_gqi_qpl, dev_op_jumbo_frames); in gve_process_device_options()
323 const struct gve_device_option_jumbo_frames *dev_op_jumbo_frames) in gve_enable_supported_features() argument
325 if (dev_op_jumbo_frames && in gve_enable_supported_features()
329 be16toh(dev_op_jumbo_frames->max_mtu)); in gve_enable_supported_features()
330 priv->max_mtu = be16toh(dev_op_jumbo_frames->max_mtu); in gve_enable_supported_features()
341 struct gve_device_option_jumbo_frames *dev_op_jumbo_frames = NULL; in gve_adminq_describe_device() local
370 &dev_op_jumbo_frames); in gve_adminq_describe_device()
398 dev_op_jumbo_frames); in gve_adminq_describe_device()