Lines Matching refs:supported_features_mask
889 u32 supported_features_mask, in gve_enable_supported_features() argument
908 (supported_features_mask & GVE_SUP_JUMBO_FRAMES_MASK)) { in gve_enable_supported_features()
923 (supported_features_mask & GVE_SUP_BUFFER_SIZES_MASK)) { in gve_enable_supported_features()
935 (supported_features_mask & GVE_SUP_MODIFY_RING_MASK)) { in gve_enable_supported_features()
954 (supported_features_mask & GVE_SUP_FLOW_STEERING_MASK)) { in gve_enable_supported_features()
966 (supported_features_mask & GVE_SUP_RSS_CONFIG_MASK)) { in gve_enable_supported_features()
986 u32 supported_features_mask = 0; in gve_adminq_describe_device() local
1028 supported_features_mask = in gve_adminq_describe_device()
1029 be32_to_cpu(dev_op_dqo_rda->supported_features_mask); in gve_adminq_describe_device()
1032 supported_features_mask = in gve_adminq_describe_device()
1033 be32_to_cpu(dev_op_dqo_qpl->supported_features_mask); in gve_adminq_describe_device()
1038 supported_features_mask = in gve_adminq_describe_device()
1039 be32_to_cpu(dev_op_gqi_rda->supported_features_mask); in gve_adminq_describe_device()
1046 supported_features_mask = in gve_adminq_describe_device()
1047 be32_to_cpu(dev_op_gqi_qpl->supported_features_mask); in gve_adminq_describe_device()
1075 gve_enable_supported_features(priv, supported_features_mask, in gve_adminq_describe_device()