Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c49 struct gve_device_option_nic_timestamp **dev_op_nic_timestamp, in gve_parse_device_option() argument
230 if (option_length < sizeof(**dev_op_nic_timestamp) || in gve_parse_device_option()
234 (int)sizeof(**dev_op_nic_timestamp), in gve_parse_device_option()
240 if (option_length > sizeof(**dev_op_nic_timestamp)) in gve_parse_device_option()
244 *dev_op_nic_timestamp = (void *)(option + 1); in gve_parse_device_option()
267 struct gve_device_option_nic_timestamp **dev_op_nic_timestamp, in gve_process_device_options() argument
291 dev_op_nic_timestamp, in gve_process_device_options()
958 *dev_op_nic_timestamp, in gve_enable_supported_features()
1036 if (dev_op_nic_timestamp && in gve_enable_supported_features()
1043 struct gve_device_option_nic_timestamp *dev_op_nic_timestamp = NULL; in gve_adminq_describe_device() local
[all …]