Home
last modified time | relevance | path

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

/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_ops.h54 uint64_t drv_features; member
H A Dsfc_vdpa_ops.c526 *features = ops_data->drv_features; in sfc_vdpa_get_features()
909 ops_data->drv_features = in sfc_vdpa_device_init()
/dpdk/drivers/net/ice/base/
H A Dice_nvm.h67 struct ice_nvm_features drv_features; /* NVM features */ member
H A Dice_nvm.c1134 data->drv_features.major = ICE_NVM_ACCESS_MAJOR_VER; in ice_nvm_access_get_features()
1135 data->drv_features.minor = ICE_NVM_ACCESS_MINOR_VER; in ice_nvm_access_get_features()
1136 data->drv_features.size = sizeof(struct ice_nvm_features); in ice_nvm_access_get_features()
1137 data->drv_features.features[0] = ICE_NVM_FEATURES_0_REG_ACCESS; in ice_nvm_access_get_features()