Home
last modified time | relevance | path

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

/drivers/infiniband/hw/efa/
Defa_com_cmd.c362 !(edev->supported_features & feature_mask)) in efa_com_check_supported_feature_id()
466 result->supported_features = resp.u.device_attr.supported_features; in efa_com_get_device_attr()
479 edev->supported_features = resp.u.device_attr.supported_features; in efa_com_get_device_attr()
Defa_com.h108 u32 supported_features; member
Defa_com_cmd.h114 u32 supported_features; member
Defa_admin_cmds_defs.h542 u64 supported_features; member
/drivers/net/ethernet/amazon/ena/
Dena_com.h335 u32 supported_features; member
Dena_admin_defs.h440 u32 supported_features; member
Dena_com.c971 !(ena_dev->supported_features & feature_mask)) in ena_com_check_supported_feature_id()
1905 ena_dev->supported_features = get_resp.u.dev_attr.supported_features; in ena_com_get_dev_attr_feat()
1907 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_com_get_dev_attr_feat()
Dena_netdev.c3150 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_calc_io_queue_num()
3194 if (!(ena_dev->supported_features & llq_feature_mask)) { in ena_set_queues_placement_policy()
3365 if (ctx->ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_calc_queue_size()
/drivers/block/
Drbd.c544 static BUS_ATTR_RO(supported_features);