Home
last modified time | relevance | path

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

/freebsd/sys/dev/gve/
H A Dgve_adminq.c63 struct gve_device_option_jumbo_frames **dev_op_jumbo_frames) in gve_parse_device_option() argument
154 if (option_length < sizeof(**dev_op_jumbo_frames) || in gve_parse_device_option()
157 "Jumbo Frames", (int)sizeof(**dev_op_jumbo_frames), in gve_parse_device_option()
163 if (option_length > sizeof(**dev_op_jumbo_frames)) { in gve_parse_device_option()
167 *dev_op_jumbo_frames = (void *)(option + 1); in gve_parse_device_option()
188 struct gve_device_option_jumbo_frames **dev_op_jumbo_frames) in gve_process_device_options() argument
210 dev_op_jumbo_frames); in gve_process_device_options()
428 const struct gve_device_option_jumbo_frames *dev_op_jumbo_frames) in gve_enable_supported_features() argument
439 if (dev_op_jumbo_frames && in gve_enable_supported_features()
443 be16toh(dev_op_jumbo_frames->max_mtu)); in gve_enable_supported_features()
[all …]