Lines Matching refs:supported_features_mask
946 u32 supported_features_mask, in gve_enable_supported_features() argument
967 (supported_features_mask & GVE_SUP_JUMBO_FRAMES_MASK)) { in gve_enable_supported_features()
982 (supported_features_mask & GVE_SUP_BUFFER_SIZES_MASK)) { in gve_enable_supported_features()
994 (supported_features_mask & GVE_SUP_MODIFY_RING_MASK)) { in gve_enable_supported_features()
1013 (supported_features_mask & GVE_SUP_FLOW_STEERING_MASK)) { in gve_enable_supported_features()
1025 (supported_features_mask & GVE_SUP_RSS_CONFIG_MASK)) { in gve_enable_supported_features()
1037 (supported_features_mask & GVE_SUP_NIC_TIMESTAMP_MASK)) in gve_enable_supported_features()
1054 u32 supported_features_mask = 0; in gve_adminq_describe_device() local
1097 supported_features_mask = in gve_adminq_describe_device()
1098 be32_to_cpu(dev_op_dqo_rda->supported_features_mask); in gve_adminq_describe_device()
1101 supported_features_mask = in gve_adminq_describe_device()
1102 be32_to_cpu(dev_op_dqo_qpl->supported_features_mask); in gve_adminq_describe_device()
1107 supported_features_mask = in gve_adminq_describe_device()
1108 be32_to_cpu(dev_op_gqi_rda->supported_features_mask); in gve_adminq_describe_device()
1115 supported_features_mask = in gve_adminq_describe_device()
1116 be32_to_cpu(dev_op_gqi_qpl->supported_features_mask); in gve_adminq_describe_device()
1146 gve_enable_supported_features(priv, supported_features_mask, in gve_adminq_describe_device()