Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_nvm.h56 struct ice_nvm_features drv_features; /* NVM features */ member
H A Dice_nvm.c967 data->drv_features.major = ICE_NVM_ACCESS_MAJOR_VER; in ice_nvm_access_get_features()
968 data->drv_features.minor = ICE_NVM_ACCESS_MINOR_VER; in ice_nvm_access_get_features()
969 data->drv_features.size = sizeof(struct ice_nvm_features); in ice_nvm_access_get_features()
970 data->drv_features.features[0] = ICE_NVM_FEATURES_0_REG_ACCESS; in ice_nvm_access_get_features()